diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 17:50:25 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:41:10 +0200 |
commit | bf42b6f9f51b4bc66e267ae24c87ac79122825cc (patch) | |
tree | 449f642fc53e3d654ae36a39877efc41a8b74fcc /linguistic/source | |
parent | 3f84d81412f123bda0dde57c4e52abe9f49f58af (diff) |
fdo#62475 - remove visual noise
This is a follow up commit to
- 22d1beb78a475e4846af945afde1c4d6c263b5d6
- 1c7af455ab9345304a7ac48ce2e0310de2ac8a75
Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/misc.cxx | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx index 31d695a9048c..d5b96bd69903 100644 --- a/linguistic/source/misc.cxx +++ b/linguistic/source/misc.cxx @@ -56,11 +56,9 @@ using namespace com::sun::star::uno; using namespace com::sun::star::i18n; using namespace com::sun::star::linguistic2; - namespace linguistic { - //!! multi-thread safe mutex for all platforms !! struct LinguMutex : public rtl::Static< osl::Mutex, LinguMutex > { @@ -71,7 +69,6 @@ osl::Mutex & GetLinguMutex() return LinguMutex::get(); } - LocaleDataWrapper & GetLocaleDataWrapper( sal_Int16 nLang ) { static LocaleDataWrapper aLclDtaWrp( SvtSysLocale().GetLanguageTag() ); @@ -83,7 +80,6 @@ LocaleDataWrapper & GetLocaleDataWrapper( sal_Int16 nLang ) return aLclDtaWrp; } - LanguageType LinguLocaleToLanguage( const ::com::sun::star::lang::Locale& rLocale ) { if ( rLocale.Language.isEmpty() ) @@ -91,7 +87,6 @@ LanguageType LinguLocaleToLanguage( const ::com::sun::star::lang::Locale& rLocal return LanguageTag::convertToLanguageType( rLocale ); } - ::com::sun::star::lang::Locale LinguLanguageToLocale( LanguageType nLanguage ) { if (nLanguage == LANGUAGE_NONE) @@ -99,7 +94,6 @@ LanguageType LinguLocaleToLanguage( const ::com::sun::star::lang::Locale& rLocal return LanguageTag::convertToLocale( nLanguage); } - bool LinguIsUnspecified( LanguageType nLanguage ) { switch (nLanguage) @@ -112,7 +106,6 @@ bool LinguIsUnspecified( LanguageType nLanguage ) return false; } - static inline sal_Int32 Minimum( sal_Int32 n1, sal_Int32 n2, sal_Int32 n3 ) { sal_Int32 nMin = n1 < n2 ? n1 : n2; @@ -152,7 +145,6 @@ sal_Int32 & IntArray2D::Value( int i, int k ) return pData[ i * n2 + k ]; } - sal_Int32 LevDistance( const OUString &rTxt1, const OUString &rTxt2 ) { sal_Int32 nLen1 = rTxt1.getLength(); @@ -197,8 +189,7 @@ sal_Int32 LevDistance( const OUString &rTxt1, const OUString &rTxt2 ) } sal_Int32 nDist = aData.Value(nLen1, nLen2); return nDist; - } - +} sal_Bool IsUseDicList( const PropertyValues &rProperties, const uno::Reference< XPropertySet > &rxProp ) @@ -227,7 +218,6 @@ sal_Bool IsUseDicList( const PropertyValues &rProperties, return bRes; } - sal_Bool IsIgnoreControlChars( const PropertyValues &rProperties, const uno::Reference< XPropertySet > &rxProp ) { @@ -255,7 +245,6 @@ sal_Bool IsIgnoreControlChars( const PropertyValues &rProperties, return bRes; } - static sal_Bool lcl_HasHyphInfo( const uno::Reference<XDictionaryEntry> &xEntry ) { sal_Bool bRes = sal_False; @@ -269,7 +258,6 @@ static sal_Bool lcl_HasHyphInfo( const uno::Reference<XDictionaryEntry> &xEntry return bRes; } - uno::Reference< XDictionaryEntry > SearchDicList( const uno::Reference< XSearchableDictionaryList > &xDicList, const OUString &rWord, sal_Int16 nLanguage, @@ -318,7 +306,6 @@ uno::Reference< XDictionaryEntry > SearchDicList( return xEntry; } - sal_Bool SaveDictionaries( const uno::Reference< XSearchableDictionaryList > &xDicList ) { if (!xDicList.is()) @@ -349,7 +336,6 @@ sal_Bool SaveDictionaries( const uno::Reference< XSearchableDictionaryList > &xD return bRet; } - sal_uInt8 AddEntryToDic( uno::Reference< XDictionary > &rxDic, const OUString &rWord, sal_Bool bIsNeg, @@ -390,7 +376,6 @@ sal_uInt8 AddEntryToDic( return nRes; } - uno::Sequence< sal_Int16 > LocaleSeqToLangSeq( uno::Sequence< Locale > &rLocaleSeq ) { @@ -407,7 +392,6 @@ uno::Sequence< sal_Int16 > return aLangs; } - sal_Bool IsReadOnly( const String &rURL, sal_Bool *pbExist ) { sal_Bool bRes = sal_False; @@ -438,8 +422,6 @@ sal_Bool IsReadOnly( const String &rURL, sal_Bool *pbExist ) return bRes; } - - static sal_Bool GetAltSpelling( sal_Int16 &rnChgPos, sal_Int16 &rnChgLen, OUString &rRplc, uno::Reference< XHyphenatedWord > &rxHyphWord ) { @@ -492,7 +474,6 @@ static sal_Bool GetAltSpelling( sal_Int16 &rnChgPos, sal_Int16 &rnChgLen, OUStri return bRes; } - static sal_Int16 GetOrigWordPos( const OUString &rOrigWord, sal_Int16 nPos ) { sal_Int32 nLen = rOrigWord.getLength(); @@ -507,7 +488,6 @@ static sal_Int16 GetOrigWordPos( const OUString &rOrigWord, sal_Int16 nPos ) return sal::static_int_cast< sal_Int16 >((0 <= i && i < nLen) ? i : -1); } - sal_Int32 GetPosInWordToCheck( const OUString &rTxt, sal_Int32 nPos ) { sal_Int32 nRes = -1; @@ -526,7 +506,6 @@ sal_Int32 GetPosInWordToCheck( const OUString &rTxt, sal_Int32 nPos ) return nRes; } - uno::Reference< XHyphenatedWord > RebuildHyphensAndControlChars( const OUString &rOrigWord, uno::Reference< XHyphenatedWord > &rxHyphWord ) @@ -592,23 +571,18 @@ uno::Reference< XHyphenatedWord > RebuildHyphensAndControlChars( return xRes; } - - - static CharClass & lcl_GetCharClass() { static CharClass aCC( LanguageTag( LANGUAGE_ENGLISH_US )); return aCC; } - osl::Mutex & lcl_GetCharClassMutex() { static osl::Mutex aMutex; return aMutex; } - sal_Bool IsUpper( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_Int16 nLanguage ) { MutexGuard aGuard( lcl_GetCharClassMutex() ); @@ -646,7 +620,6 @@ CapType SAL_CALL capitalType(const OUString& aTerm, CharClass * pCC) return CAPTYPE_UNKNOWN; } - String ToLower( const String &rText, sal_Int16 nLanguage ) { MutexGuard aGuard( lcl_GetCharClassMutex() ); @@ -656,7 +629,6 @@ String ToLower( const String &rText, sal_Int16 nLanguage ) return rCC.lowercase( rText ); } - // sorted(!) array of unicode ranges for code points that are exclusively(!) used as numbers // and thus may NOT not be part of names or words like the Chinese/Japanese number characters static const sal_uInt32 the_aDigitZeroes [] = @@ -717,7 +689,6 @@ sal_Bool HasDigits( const OUString &rText ) return sal_False; } - sal_Bool IsNumeric( const String &rText ) { sal_Bool bRes = sal_False; @@ -739,8 +710,6 @@ sal_Bool IsNumeric( const String &rText ) return bRes; } - - uno::Reference< XLinguProperties > GetLinguProperties() { return LinguProperties::create( comphelper::getProcessComponentContext() ); @@ -771,7 +740,6 @@ uno::Reference< XDictionary > GetIgnoreAllList() return xRes; } - AppExitListener::AppExitListener() { // add object to Desktop EventListeners in order to properly call @@ -792,21 +760,18 @@ AppExitListener::~AppExitListener() { } - void AppExitListener::Activate() { if (xDesktop.is()) xDesktop->addTerminateListener( this ); } - void AppExitListener::Deactivate() { if (xDesktop.is()) xDesktop->removeTerminateListener( this ); } - void SAL_CALL AppExitListener::disposing( const EventObject& rEvtSource ) throw(RuntimeException) @@ -819,14 +784,12 @@ void SAL_CALL } } - void SAL_CALL AppExitListener::queryTermination( const EventObject& /*rEvtSource*/ ) throw(frame::TerminationVetoException, RuntimeException) { } - void SAL_CALL AppExitListener::notifyTermination( const EventObject& rEvtSource ) throw(RuntimeException) @@ -839,7 +802,6 @@ void SAL_CALL } } - } // namespace linguistic /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |