/trunk/main/unotools/source/config/ |
H A D | lingucfg.cxx | 51 #define A2OU(x) ::rtl::OUString::createFromAscii( x ) macro 300 pNames[ nIdx++ ] = A2OU( pFullPropName ); in GetPropertyNames() 845 static const rtl::OUString aG_Dictionaries( A2OU("Dictionaries") ); 846 static const rtl::OUString aG_Locations( A2OU("Locations") ); 847 static const rtl::OUString aG_Format( A2OU("Format") ); 848 static const rtl::OUString aG_Locales( A2OU("Locales") ); 962 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetElementNamesFor() 1305 aValue.Name = A2OU( "nodepath" ); in GetMainUpdateAccess() 1335 uno::Any aAny( xNA->getByName( A2OU("VendorImagesNode") ) ); in GetVendorImageUrl_Impl() 1443 xNA.set( xNA->getByName( A2OU("Images") ), uno::UNO_QUERY_THROW ); in HasVendorImages() [all …]
|
/trunk/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 167 aLinguCfg.GetSupportedDictionaryFormatsFor( A2OU("Thesauri"), in getLocales() 168 A2OU("org.openoffice.lingu.new.Thesaurus"), aFormatList ); in getLocales() 355 OUString datpath = aTNames[i] + A2OU(".dat"); in queryMeanings() 356 OUString idxpath = aTNames[i] + A2OU(".idx"); in queryMeanings() 413 pTerm + A2OU("</word></query>"), nLanguage, rProperties ); in queryMeanings() 447 catst = A2OU(" ") + sTerm.copy(catpos); in queryMeanings() 456 … sTerm + A2OU("</word>") + codeTerm + A2OU("</query>"), nLanguage, rProperties ); in queryMeanings() 516 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='stem'><word>") + in queryMeanings() 517 rTerm + A2OU("</word></query>"), nLanguage, rProperties ); in queryMeanings() 578 return A2OU( "New Thesaurus" ); in getServiceDisplayName() [all …]
|
/trunk/main/lingucomponent/source/lingutil/ |
H A D | lingutil.cxx | 124 aFormatName = A2OU("DICT_SPELL"); in GetOldStyleDics() 127 aSystemDir = A2OU( DICT_SYSTEM_DIR ); in GetOldStyleDics() 133 aFormatName = A2OU("DICT_HYPH"); in GetOldStyleDics() 136 aSystemDir = A2OU( HYPH_SYSTEM_DIR ); in GetOldStyleDics() 137 aSystemPrefix = A2OU( "hyph_" ); in GetOldStyleDics() 143 aFormatName = A2OU("DICT_THES"); in GetOldStyleDics() 146 aSystemDir = A2OU( THES_SYSTEM_DIR ); in GetOldStyleDics() 147 aSystemPrefix = A2OU( "th_" ); in GetOldStyleDics() 148 aSystemSuffix = A2OU( "_v2.dat" ); in GetOldStyleDics()
|
/trunk/main/linguistic/source/ |
H A D | lngsvcmgr.cxx | 601 pNames[2] = A2OU( "ServiceManager/HyphenatorList" ); in LngSvcMgr() 602 pNames[3] = A2OU( "ServiceManager/ThesaurusList" ); in LngSvcMgr() 868 A2OU( SN_SPELLCHECKER ) ); in GetAvailableSpellSvcs_Impl() 934 A2OU( SN_GRAMMARCHECKER ) ); in GetAvailableGrammarSvcs_Impl() 1065 A2OU( SN_THESAURUS ) ); in GetAvailableThesSvcs_Impl() 1305 getAvailableLocales( A2OU( SN_SPELLCHECKER )); in getSpellChecker() 1325 getAvailableLocales( A2OU( SN_HYPHENATOR )); in getHyphenator() 1345 getAvailableLocales( A2OU( SN_THESAURUS )); in getThesaurus() 1600 SaveCfgSvcs( A2OU( SN_HYPHENATOR ) ); in setConfiguredServices() 1616 SaveCfgSvcs( A2OU( SN_THESAURUS ) ); in setConfiguredServices() [all …]
|
H A D | convdicxml.cxx | 80 aRes = A2OU( CONV_TYPE_HANGUL_HANJA ); in ConversionTypeToText() 82 aRes = A2OU( CONV_TYPE_SCHINESE_TCHINESE ); in ConversionTypeToText() 345 _GetNamespaceMap().Add( A2OU( "tcd" ), in exportDoc() 346 A2OU( XML_NAMESPACE_TCD_STRING ), XML_NAMESPACE_TCD ); in exportDoc() 417 return A2OU( "com.sun.star.lingu2.ConvDicXMLExport" ); in getImplementationName() 426 GetNamespaceMap().Add( A2OU( "tcd" ), in startDocument() 427 A2OU( XML_NAMESPACE_TCD_STRING ), XML_NAMESPACE_TCD ); in startDocument() 454 return A2OU( "com.sun.star.lingu2.ConvDicXMLImport" ); in getImplementationName()
|
H A D | misc2.cxx | 173 A2OU( "com.sun.star.util.PathSettings" ) ), uno::UNO_QUERY_THROW ); in GetMultiPaths_Impl() 217 …uno::Sequence< rtl::OUString > aPaths( GetMultiPaths_Impl( A2OU("Dictionary"), PATH_FLAG_WRITABLE … in GetDictionaryWriteablePath() 227 return GetMultiPaths_Impl( A2OU("Dictionary"), nPathFlags ); in GetDictionaryPaths() 232 return GetMultiPaths_Impl( A2OU("Linguistic"), nPathFlags ); in GetLinguisticPaths()
|
H A D | gciterator.cxx | 1037 aValue.Name = A2OU( "nodepath" ); in GetUpdateAccess() 1038 aValue.Value = uno::makeAny( A2OU("org.openoffice.Office.Linguistic/ServiceManager") ); in GetUpdateAccess() 1043 A2OU( "com.sun.star.configuration.ConfigurationUpdateAccess" ), aProps ), in GetUpdateAccess() 1063 xNA.set( xNA->getByName( A2OU("GrammarCheckerList") ), uno::UNO_QUERY_THROW ); in GetConfiguredGCSvcs_Impl() 1292 return A2OU( "com.sun.star.lingu2.ProofreadingIterator" ); in GrammarCheckingIterator_getImplementationName() 1299 aSNS.getArray()[0] = A2OU( SN_GRAMMARCHECKINGITERATOR ); in GrammarCheckingIterator_getSupportedServiceNames()
|
H A D | convdic.cxx | 96 A2OU( "com.sun.star.ucb.SimpleFileAccess" ) ), uno::UNO_QUERY_THROW ); in ReadThroughDic() 120 A2OU( "com.sun.star.xml.sax.Parser" ) ), UNO_QUERY ); in ReadThroughDic() 282 A2OU( "com.sun.star.ucb.SimpleFileAccess" ) ), uno::UNO_QUERY_THROW ); in Save() 734 aSNS.getArray()[0] = A2OU( SN_CONV_DICTIONARY ); in getSupportedServiceNames_Static()
|
H A D | convdiclist.cxx | 452 A2OU( CONV_DIC_EXT ) ); in GetNameContainer() 471 pNameContainer->GetByName( A2OU("ChineseS2T") ), UNO_QUERY ); in GetNameContainer() 473 pNameContainer->GetByName( A2OU("ChineseT2S") ), UNO_QUERY ); in GetNameContainer() 677 aSNS.getArray()[0] = A2OU( SN_CONV_DICTIONARY_LIST ); in getSupportedServiceNames_Static()
|
H A D | hhconvdic.cxx | 159 aSNS.getArray()[0] = A2OU( SN_CONV_DICTIONARY ); in getSupportedServiceNames_Static() 160 aSNS.getArray()[1] = A2OU( SN_HH_CONV_DICTIONARY ); in getSupportedServiceNames_Static()
|
H A D | misc.cxx | 532 Any aAny( aContent.getPropertyValue( A2OU( "IsReadOnly" ) ) ); in IsReadOnly() 889 xRef = xMgr->createInstance( A2OU( pServiceName ) ); in GetOneInstanceService() 924 xRes = xDL->getDictionaryByName( A2OU("IgnoreAllList") ); in GetIgnoreAllList() 941 xMgr->createInstance( A2OU( SN_DESKTOP ) ), UNO_QUERY ); in AppExitListener()
|
H A D | iprcache.cxx | 98 A2OU(aFlushProperties[i].pPropName), xListener ); in lcl_AddAsPropertyChangeListener() 113 A2OU(aFlushProperties[i].pPropName), xListener ); in lcl_RemoveAsPropertyChangeListener()
|
/trunk/main/lingucomponent/source/languageguessing/ |
H A D | guesslang.cxx | 62 #define A2OU(x) ::rtl::OUString::createFromAscii( x ) macro 71 names[0] = A2OU( SERVICENAME ); in getSupportedServiceNames_LangGuess_Impl() 77 return A2OU( IMPLNAME ); in getImplementationName_LangGuess_Impl() 282 current_aRes.Language = A2OU( gs[i].GetLanguage().c_str() ); in getAvailableLanguages() 283 current_aRes.Country = A2OU( gs[i].GetCountry().c_str() ); in getAvailableLanguages() 306 current_aRes.Language = A2OU( gs[i].GetLanguage().c_str() ); in getEnabledLanguages() 307 current_aRes.Country = A2OU( gs[i].GetCountry().c_str() ); in getEnabledLanguages() 330 current_aRes.Language = A2OU( gs[i].GetLanguage().c_str() ); in getDisabledLanguages() 331 current_aRes.Country = A2OU( gs[i].GetCountry().c_str() ); in getDisabledLanguages() 395 return A2OU( IMPLNAME ); in getImplementationName() [all …]
|
/trunk/main/linguistic/workben/ |
H A D | sspellimp.cxx | 104 pLocale[0] = Locale( A2OU("en"), A2OU("US"), OUString() ); in getLocales() 105 pLocale[1] = Locale( A2OU("de"), A2OU("DE"), OUString() ); in getLocales() 106 pLocale[2] = Locale( A2OU("de"), A2OU("CH"), OUString() ); in getLocales() 232 aTmp.SearchAndReplaceAllAscii( "liss", A2OU("liz") ); in GetProposals() 348 return A2OU( "OpenOffice example spellchecker" ); in getServiceDisplayName() 458 aSNS.getArray()[0] = A2OU( SN_SPELLCHECKER ); in getSupportedServiceNames_Static()
|
H A D | sprophelp.cxx | 50 #define A2OU(x) ::rtl::OUString::createFromAscii( x ) macro 67 pName[i] = A2OU( pPropNames[i] ); in PropertyChgHelper() 203 if (A2OU( UPN_IS_GERMAN_PRE_REFORM ) == pPropName[i]) in PropertyHelper_Spell() 208 else if (A2OU( UPN_IS_IGNORE_CONTROL_CHARACTERS ) == pPropName[i]) in PropertyHelper_Spell() 213 else if (A2OU( UPN_IS_USE_DICTIONARY_LIST ) == pPropName[i]) in PropertyHelper_Spell() 218 else if (A2OU( UPN_IS_SPELL_UPPER_CASE ) == pPropName[i]) in PropertyHelper_Spell() 223 else if (A2OU( UPN_IS_SPELL_WITH_DIGITS ) == pPropName[i]) in PropertyHelper_Spell() 228 else if (A2OU( UPN_IS_SPELL_CAPITALIZATION ) == pPropName[i]) in PropertyHelper_Spell()
|
H A D | sspellimp.hxx | 51 #define A2OU(x) ::rtl::OUString::createFromAscii( x ) macro 166 return A2OU( "com.sun.star.lingu.examples.SpellChecker" ); in getImplementationName_Static()
|
/trunk/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 139 aLinguCfg.GetSupportedDictionaryFormatsFor( A2OU("SpellCheckers"), in getLocales() 140 A2OU("org.openoffice.lingu.MySpellSpellChecker"), aFormatList ); in getLocales() 168 A2OU( "com.sun.star.ucb.SimpleFileAccess" ) ), uno::UNO_QUERY_THROW ); in getLocales() 332 OUString dicpath = aDNames[i] + A2OU(".dic"); in GetSpellFailure() 333 OUString affpath = aDNames[i] + A2OU(".aff"); in GetSpellFailure() 401 if (rWord.match(A2OU(SPELLML_HEADER), 0) && (rWord.getLength() > 10)) return sal_False; in isValid() 414 if (nFailure != -1 && !rWord.match(A2OU(SPELLML_HEADER), 0)) in isValid() 577 return A2OU( "Hunspell SpellChecker" ); in getServiceDisplayName() 686 aSNS.getArray()[0] = A2OU( SN_SPELLCHECKER ); in getSupportedServiceNames_Static()
|
/trunk/main/starmath/source/ |
H A D | accessibility.cxx | 68 #define A2OU(cChar) rtl::OUString::createFromAscii(cChar) macro 820 return A2OU("SmGraphicAccessible"); in getImplementationName() 828 return rServiceName == A2OU( "com::sun::star::accessibility::Accessible" ) || in supportsService() 840 pNames[0] = A2OU( "com::sun::star::accessibility::Accessible" ); in getSupportedServiceNames() 841 pNames[1] = A2OU( "com::sun::star::accessibility::AccessibleComponent" ); in getSupportedServiceNames() 842 pNames[2] = A2OU( "com::sun::star::accessibility::AccessibleContext" ); in getSupportedServiceNames() 843 pNames[3] = A2OU( "com::sun::star::accessibility::AccessibleText" ); in getSupportedServiceNames() 2038 return A2OU("SmEditAccessible"); in getImplementationName() 2057 pNames[0] = A2OU( "com::sun::star::accessibility::Accessible" ); in getSupportedServiceNames() 2058 pNames[1] = A2OU( "com::sun::star::accessibility::AccessibleComponent" ); in getSupportedServiceNames() [all …]
|
H A D | cfgitem.cxx | 69 pNames[i] = A2OU( *ppPropName ); in lcl_GetFontPropertyNames() 95 pNames[i] = A2OU( *ppPropName ); in lcl_GetSymbolPropertyNames() 177 pNames[i] = A2OU( *ppPropName ); in lcl_GetPropertyNames() 580 Sequence< OUString > aNodes( ((SmMathConfig*) this)->GetNodeNames( A2OU( SYMBOL_LIST ) ) ); in GetSymbols() 589 ReadSymbol( *aIt++, *pNode++, A2OU( SYMBOL_LIST ) ); in GetSymbols() 613 OUString aNodeNameDelim( A2OU( SYMBOL_LIST ) ); in SetSymbols() 648 ReplaceSetProperties( A2OU( SYMBOL_LIST ) , aValues ); in SetSymbols() 672 Sequence< OUString > aNodes( GetNodeNames( A2OU( FONT_FORMAT_LIST ) ) ); in LoadFontFormatList() 679 ReadFontFormat( aFntFmt, pNode[i], A2OU( FONT_FORMAT_LIST ) ); in LoadFontFormatList() 778 OUString aNodeNameDelim( A2OU( FONT_FORMAT_LIST ) ); in SaveFontFormatList() [all …]
|
H A D | symbol.cxx | 297 const String aGreekSymbolSetName( aLocalizedData.GetUiSymbolSetName( A2OU("Greek") ) ); in Load() 344 aSymbolSetName += aLocalizedData.GetUiSymbolSetName( A2OU("Greek") ); in Save()
|
H A D | unomodel.cxx | 460 rServiceName == A2OU("com.sun.star.document.OfficeDocument" ) || in supportsService() 461 rServiceName == A2OU("com.sun.star.formula.FormulaProperties") in supportsService() 478 pArray[0] = A2OU("com.sun.star.document.OfficeDocument"); in getSupportedServiceNames_Static() 479 pArray[1] = A2OU("com.sun.star.formula.FormulaProperties"); in getSupportedServiceNames_Static()
|
/trunk/main/editeng/source/misc/ |
H A D | unolingu.cxx | 262 OUString aService( A2OU( apServices[k] ) ); in UpdateAll() 263 OUString aActiveList( A2OU( apCurLists[k] ) ); in UpdateAll() 264 OUString aLastFoundList( A2OU( apLastFoundLists[k] ) ); in UpdateAll() 362 OUString aSubNodeName( A2OU(pSubNodeName) ); in UpdateAll() 419 aCfg.SetProperty( A2OU( "DataFilesChangedCheckValue" ), aAny ); in UpdateAll() 518 String aNode( A2OU( "ServiceManager/ThesaurusList" ) ); in GetCfgLocales() 1105 A2OU("com.sun.star.linguistic2.DictionaryList") ), UNO_QUERY ); in GetDicList() 1122 A2OU("com.sun.star.linguistic2.LinguProperties") ), UNO_QUERY ); in GetProp() 1139 A2OU("IgnoreAllList") ), UNO_QUERY ); in GetIgnoreAll() 1157 A2OU("ChangeAllList"), in GetChangeAll()
|
/trunk/main/sw/source/ui/uno/ |
H A D | dlelstnr.cxx | 58 #define A2OU(x) OUString::createFromAscii(x) macro 70 OUString aSvcName( A2OU( "com.sun.star.frame.Desktop" ) ); in SwLinguServiceEventListener() 76 aSvcName = A2OU( "com.sun.star.linguistic2.LinguServiceManager" ); in SwLinguServiceEventListener() 83 aSvcName = A2OU( "com.sun.star.linguistic2.ProofreadingIterator" ); in SwLinguServiceEventListener()
|
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 146 aLinguCfg.GetSupportedDictionaryFormatsFor( A2OU("Hyphenators"), in getLocales() 147 A2OU("org.openoffice.lingu.LibHnjHyphenator"), aFormatList ); in getLocales() 315 OUString DictFN = aDicts[k].aName + A2OU(".dic"); in hyphenate() 578 OUString DictFN = aDicts[k].aName + A2OU(".dic"); in createPossibleHyphens() 833 return A2OU( "Libhyphen Hyphenator" ); in getServiceDisplayName() 942 aSNS.getArray()[0] = A2OU( SN_HYPHENATOR ); in getSupportedServiceNames_Static()
|
/trunk/main/svx/source/dialog/ |
H A D | langbox.cxx | 234 aTmp = xAvail->getAvailableLocales( A2OU( SN_SPELLCHECKER ) ); in SetLanguageList() 239 aTmp = xAvail->getAvailableLocales( A2OU( SN_HYPHENATOR ) ); in SetLanguageList() 244 aTmp = xAvail->getAvailableLocales( A2OU( SN_THESAURUS ) ); in SetLanguageList()
|