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
2ee552c8
Kaydet (Commit)
2ee552c8
authored
Mar 30, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:saloverride
Change-Id: I19d7a8eb9f53a7f5ab7acf9dc7b0ca0b90950ee5
üst
9ae80565
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
macspellimp.hxx
lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
+14
-14
No files found.
lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
Dosyayı görüntüle @
2ee552c8
...
@@ -91,32 +91,32 @@ public:
...
@@ -91,32 +91,32 @@ public:
virtual
~
MacSpellChecker
();
virtual
~
MacSpellChecker
();
// XSupportedLocales (for XSpellChecker)
// XSupportedLocales (for XSpellChecker)
virtual
Sequence
<
Locale
>
SAL_CALL
getLocales
()
throw
(
RuntimeException
);
virtual
Sequence
<
Locale
>
SAL_CALL
getLocales
()
throw
(
RuntimeException
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
hasLocale
(
const
Locale
&
rLocale
)
throw
(
RuntimeException
);
virtual
sal_Bool
SAL_CALL
hasLocale
(
const
Locale
&
rLocale
)
throw
(
RuntimeException
)
SAL_OVERRIDE
;
// XSpellChecker
// XSpellChecker
virtual
sal_Bool
SAL_CALL
isValid
(
const
OUString
&
rWord
,
const
Locale
&
rLocale
,
const
PropertyValues
&
rProperties
)
throw
(
IllegalArgumentException
,
RuntimeException
);
virtual
sal_Bool
SAL_CALL
isValid
(
const
OUString
&
rWord
,
const
Locale
&
rLocale
,
const
PropertyValues
&
rProperties
)
throw
(
IllegalArgumentException
,
RuntimeException
)
SAL_OVERRIDE
;
virtual
Reference
<
XSpellAlternatives
>
SAL_CALL
spell
(
const
OUString
&
rWord
,
const
Locale
&
rLocale
,
const
PropertyValues
&
rProperties
)
throw
(
IllegalArgumentException
,
RuntimeException
);
virtual
Reference
<
XSpellAlternatives
>
SAL_CALL
spell
(
const
OUString
&
rWord
,
const
Locale
&
rLocale
,
const
PropertyValues
&
rProperties
)
throw
(
IllegalArgumentException
,
RuntimeException
)
SAL_OVERRIDE
;
// XLinguServiceEventBroadcaster
// XLinguServiceEventBroadcaster
virtual
sal_Bool
SAL_CALL
addLinguServiceEventListener
(
const
Reference
<
XLinguServiceEventListener
>&
rxLstnr
)
throw
(
RuntimeException
);
virtual
sal_Bool
SAL_CALL
addLinguServiceEventListener
(
const
Reference
<
XLinguServiceEventListener
>&
rxLstnr
)
throw
(
RuntimeException
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
removeLinguServiceEventListener
(
const
Reference
<
XLinguServiceEventListener
>&
rxLstnr
)
throw
(
RuntimeException
);
virtual
sal_Bool
SAL_CALL
removeLinguServiceEventListener
(
const
Reference
<
XLinguServiceEventListener
>&
rxLstnr
)
throw
(
RuntimeException
)
SAL_OVERRIDE
;
// XServiceDisplayName
// XServiceDisplayName
virtual
OUString
SAL_CALL
getServiceDisplayName
(
const
Locale
&
rLocale
)
throw
(
RuntimeException
);
virtual
OUString
SAL_CALL
getServiceDisplayName
(
const
Locale
&
rLocale
)
throw
(
RuntimeException
)
SAL_OVERRIDE
;
// XInitialization
// XInitialization
virtual
void
SAL_CALL
initialize
(
const
Sequence
<
Any
>&
rArguments
)
throw
(
Exception
,
RuntimeException
);
virtual
void
SAL_CALL
initialize
(
const
Sequence
<
Any
>&
rArguments
)
throw
(
Exception
,
RuntimeException
)
SAL_OVERRIDE
;
// XComponent
// XComponent
virtual
void
SAL_CALL
dispose
()
throw
(
RuntimeException
);
virtual
void
SAL_CALL
dispose
()
throw
(
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
addEventListener
(
const
Reference
<
XEventListener
>&
rxListener
)
throw
(
RuntimeException
);
virtual
void
SAL_CALL
addEventListener
(
const
Reference
<
XEventListener
>&
rxListener
)
throw
(
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
removeEventListener
(
const
Reference
<
XEventListener
>&
rxListener
)
throw
(
RuntimeException
);
virtual
void
SAL_CALL
removeEventListener
(
const
Reference
<
XEventListener
>&
rxListener
)
throw
(
RuntimeException
)
SAL_OVERRIDE
;
// XServiceInfo
// XServiceInfo
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
RuntimeException
);
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
RuntimeException
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
rServiceName
)
throw
(
RuntimeException
);
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
rServiceName
)
throw
(
RuntimeException
)
SAL_OVERRIDE
;
virtual
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
throw
(
RuntimeException
);
virtual
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
throw
(
RuntimeException
)
SAL_OVERRIDE
;
static
inline
OUString
getImplementationName_Static
()
throw
();
static
inline
OUString
getImplementationName_Static
()
throw
();
static
Sequence
<
OUString
>
getSupportedServiceNames_Static
()
throw
();
static
Sequence
<
OUString
>
getSupportedServiceNames_Static
()
throw
();
...
...
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