Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
9e536d23
Kaydet (Commit)
9e536d23
authored
May 11, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More visibility markup needed for Mac OS X
Change-Id: Ie84224c381eca49e2d5fe544a4902845889f9771
üst
eeb92125
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
lngprophelp.hxx
linguistic/inc/linguistic/lngprophelp.hxx
+3
-3
spelldta.hxx
linguistic/inc/linguistic/spelldta.hxx
+4
-4
No files found.
linguistic/inc/linguistic/lngprophelp.hxx
Dosyayı görüntüle @
9e536d23
...
...
@@ -139,8 +139,8 @@ public:
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// non-UNO functions
void
AddAsPropListener
();
void
RemoveAsPropListener
();
void
LNG_DLLPUBLIC
AddAsPropListener
();
void
LNG_DLLPUBLIC
RemoveAsPropListener
();
void
LaunchEvent
(
const
::
com
::
sun
::
star
::
linguistic2
::
LinguServiceEvent
&
rEvt
);
...
...
@@ -201,7 +201,7 @@ public:
};
class
PropertyHelper_Spell
:
class
LNG_DLLPUBLIC
PropertyHelper_Spell
:
public
PropertyChgHelper
{
// default values
...
...
linguistic/inc/linguistic/spelldta.hxx
Dosyayı görüntüle @
9e536d23
...
...
@@ -91,7 +91,7 @@ class SpellAlternatives
sal_Int16
nLanguage
;
public
:
SpellAlternatives
();
LNG_DLLPUBLIC
SpellAlternatives
();
SpellAlternatives
(
const
::
rtl
::
OUString
&
rWord
,
sal_Int16
nLang
,
sal_Int16
nFailureType
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
&
rAlternatives
);
virtual
~
SpellAlternatives
();
...
...
@@ -108,9 +108,9 @@ public:
virtual
void
SAL_CALL
setFailureType
(
::
sal_Int16
nFailureType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// non-interface specific functions
void
SetWordLanguage
(
const
::
rtl
::
OUString
&
rWord
,
sal_Int16
nLang
);
void
SetFailureType
(
sal_Int16
nTypeP
);
void
SetAlternatives
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
&
rAlt
);
void
LNG_DLLPUBLIC
SetWordLanguage
(
const
::
rtl
::
OUString
&
rWord
,
sal_Int16
nLang
);
void
LNG_DLLPUBLIC
SetFailureType
(
sal_Int16
nTypeP
);
void
LNG_DLLPUBLIC
SetAlternatives
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
&
rAlt
);
static
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
linguistic2
::
XSpellAlternatives
>
LNG_DLLPUBLIC
CreateSpellAlternatives
(
const
::
rtl
::
OUString
&
rWord
,
sal_Int16
nLang
,
sal_Int16
nTypeP
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
&
rAlt
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment