Home
last modified time | relevance | path

Searched refs:nLanguage (Results 51 – 75 of 88) sorted by relevance

1234

/trunk/main/sc/addin/datefunc/
H A Ddfa.cl41 * @param *nLanguage
44 void CALLTYPE SetLanguage( USHORT* nLanguage )
46 _nLanguage = GetNeutralLanguage( *nLanguage );
/trunk/main/linguistic/source/
H A Dconvdic.cxx211 nLanguage = nLang; in ConvDic()
411 return CreateLocale( nLanguage ); in getLocale()
H A Ddlistimp.cxx582 sal_Int16 nLanguage = LocaleToLanguage( rLocale ); in createDictionary() local
584 return new DictionaryNeo( rName, nLanguage, eDicType, rURL, bIsWriteablePath ); in createDictionary()
H A Dhyphdsp.hxx93 sal_Int16 nLanguage );
H A Ddicimp.hxx67 sal_Int16 nLanguage; member in DictionaryNeo
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx143 pNormal = &pIds->nLanguage; in SetScriptAttr()
1001 if( PLAINID->nLanguage ) in ReadAttr()
1004 PLAINID->nLanguage )); in ReadAttr()
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx1496 sal_uInt16 nLanguage = LANGUAGE_SYSTEM; in TransliterateText() local
1583 nLanguage = ((const SvxLanguageItem*)GetAttr( nCol, nRow, nTab, nWhich ))->GetValue(); in TransliterateText()
1587 …String aNewStr = aTranslitarationWrapper.transliterate( aOldStr, nLanguage, 0, nOldLen, &aOffsets … in TransliterateText()
/trunk/main/sw/inc/
H A Dsortopt.hxx60 sal_uInt16 nLanguage; member
H A Dpoolfmt.hxx424 SvxFrameDirection GetDefaultFrameDirection(sal_uLong nLanguage);
/trunk/main/desktop/win32/source/setup/
H A Dsetup_main.hxx50 virtual boolean Install( long nLanguage ) = 0;
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesdta.hxx47 sal_Int16 nLanguage; member in linguistic::Meaning
H A Dnthesdta.cxx61 nLanguage (nLang) in Meaning()
/trunk/main/cui/source/options/
H A Doptdict.cxx381 void SvxEditDictionaryDialog::SetLanguage_Impl( util::Language nLanguage ) in SetLanguage_Impl() argument
384 aLangLB.SelectLanguage( nLanguage ); in SetLanguage_Impl()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXSupportedLanguages.idl48 boolean hasLanguage( [in] short nLanguage );
/trunk/main/editeng/inc/editeng/
H A Dedtdlg.hxx96 const String &rWord, sal_Int16 nLanguage ) = 0;
H A Dsplwrap.hxx139 …virtual void ReplaceAll( const String &rNewText, sal_Int16 nLanguage ); // Wort aus Replace-Liste …
H A Dsvxrtf.hxx160 nLanguage, member
/trunk/main/offapi/com/sun/star/setup/
H A DVersionIdentifier.idl37 short nLanguage;
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx607 LanguageType nLanguage = LANGUAGE_NONE; in StartThesaurus() local
608 SpellError( &nLanguage ); in StartThesaurus()
/trunk/main/unotools/inc/unotools/
H A Dtextsearch.hxx138 TextSearch( const SearchParam & rPara, LanguageType nLanguage );
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx86 static inline const OUString lcl_LanguageToCfgLocaleStr( sal_Int16 nLanguage ) in lcl_LanguageToCfgLocaleStr() argument
89 if (LANGUAGE_SYSTEM != nLanguage) in lcl_LanguageToCfgLocaleStr()
90 aRes = MsLangId::convertLanguageToIsoString( nLanguage ); in lcl_LanguageToCfgLocaleStr()
/trunk/main/cui/source/inc/
H A Doptdict.hxx158 void SetLanguage_Impl( ::com::sun::star::util::Language nLanguage );
/trunk/main/editeng/source/editeng/
H A Dedtspell.hxx52 virtual void ReplaceAll( const String &rNewText, sal_Int16 nLanguage );
/trunk/main/formula/inc/formula/
H A DFormulaCompiler.hxx197 OpCodeMapPtr GetOpCodeMap( const sal_Int32 nLanguage ) const;
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx541 FormulaCompiler::OpCodeMapPtr FormulaCompiler::GetOpCodeMap( const sal_Int32 nLanguage ) const in GetOpCodeMap()
545 switch (nLanguage) in GetOpCodeMap()

Completed in 170 milliseconds

1234