/trunk/main/linguistic/ |
H A D | Library_lng.mk | 39 -I$(SRCDIR)/linguistic/inc \ 66 linguistic/source/convdic \ 69 linguistic/source/dicimp \ 73 linguistic/source/hyphdsp \ 74 linguistic/source/hyphdta \ 76 linguistic/source/lngopt \ 78 linguistic/source/lngreg \ 80 linguistic/source/misc \ 81 linguistic/source/misc2 \ 84 linguistic/source/thesdsp \ [all …]
|
H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,linguistic_inc,$(SRCDIR)/linguistic/inc)) 29 $(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/lngdllapi.h,linguistic/lngdllapi.h)) 30 $(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/hyphdta.hxx,linguistic/hyphdta.hxx)) 31 $(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/lngprophelp.hxx,linguistic/lngproph… 32 $(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/lngprops.hxx,linguistic/lngprops.hx… 33 $(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/misc.hxx,linguistic/misc.hxx)) 34 $(eval $(call gb_Package_add_file,linguistic_inc,inc/linguistic/spelldta.hxx,linguistic/spelldta.hx…
|
H A D | JunitTest_linguistic_complex.mk | 28 -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/linguistic/qa/complex/linguistic/testdocuments \ 40 linguistic/qa/complex/linguistic/HangulHanjaConversion \ 41 linguistic/qa/complex/linguistic/TestDocument \ 45 complex.linguistic.HangulHanjaConversion \
|
H A D | JunitTest_linguistic_unoapi.mk | 28 -Dorg.openoffice.test.arg.sce=$(SRCDIR)/linguistic/qa/unoapi/lng.sce \ 29 -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/linguistic/qa/unoapi/knownissues.xcl \ 30 -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/linguistic/qa/unoapi \ 43 linguistic/qa/unoapi/Test \ 47 org.openoffice.linguistic.qa.unoapi.Test \
|
H A D | Module_linguistic.mk | 24 $(eval $(call gb_Module_Module,linguistic)) 26 $(eval $(call gb_Module_add_targets,linguistic,\ 35 $(eval $(call gb_Module_add_subsequentcheck_targets,linguistic,\
|
/trunk/main/linguistic/source/ |
H A D | spelldsp.hxx | 72 linguistic::SpellCache *pCache; // Spell Cache (holds known words) 78 inline linguistic::SpellCache & GetCache() const; 130 inline linguistic::SpellCache & SpellCheckerDispatcher::GetCache() const in GetCache() 133 ((SpellCheckerDispatcher *) this)->pCache = new linguistic::SpellCache(); in GetCache() 143 xPropSet : xPropSet = linguistic::GetLinguProperties(); in GetPropSet() 152 xDicList : xDicList = linguistic::GetSearchableDictionaryList(); in GetDicList()
|
H A D | thesdta.cxx | 41 using namespace linguistic; 44 namespace linguistic namespace
|
H A D | hyphdsp.hxx | 151 xPropSet : xPropSet = ::linguistic::GetLinguProperties(); in GetPropSet() 160 xDicList : xDicList = ::linguistic::GetSearchableDictionaryList(); in GetDicList()
|
H A D | lngprophelp.cxx | 49 using namespace linguistic; 51 namespace linguistic namespace
|
/trunk/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.hxx | 75 linguistic::PropertyHelper_Spelling* pPropHelper; 82 linguistic::PropertyHelper_Spelling& GetPropHelper_Impl(); 83 linguistic::PropertyHelper_Spelling& GetPropHelper() in GetPropHelper()
|
/trunk/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.hxx | 86 linguistic::PropertyHelper_Spell * pPropHelper; 93 linguistic::PropertyHelper_Spell & GetPropHelper_Impl(); 94 linguistic::PropertyHelper_Spell & GetPropHelper() in GetPropHelper()
|
/trunk/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.hxx | 84 linguistic::PropertyHelper_Thesaurus* pPropHelper; 102 linguistic::PropertyHelper_Thesaurus& GetPropHelper_Impl(); 103 linguistic::PropertyHelper_Thesaurus& GetPropHelper() in GetPropHelper()
|
/trunk/main/cui/source/dialogs/ |
H A D | thesdlg.cxx | 458 aStr = linguistic::GetThesaurusReplaceText( aStr ); in IMPL_LINK() 477 aStr = linguistic::GetThesaurusReplaceText( aStr ); in IMPL_LINK() 495 aStr = linguistic::GetThesaurusReplaceText( aStr ); in IMPL_LINK() 674 linguistic::RemoveHyphens( aTmp ); in SvxThesaurusDialog() 675 linguistic::ReplaceControlChars( aTmp ); in SvxThesaurusDialog()
|
H A D | SpellDialog.cxx | 280 linguistic::SaveDictionaries( xDicList ); in ~SpellDialog() 659 sal_uInt8 nAdded = linguistic::AddEntryToDic( aXDictionary, in IMPL_LINK() 705 sal_uInt8 nAdded = linguistic::AddEntryToDic( aXDictionary, in IMPL_LINK() 1040 nAddRes = linguistic::AddEntryToDic( xDic, aNewWord, sal_False, OUString(), LANGUAGE_NONE ); in IMPL_LINK()
|
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.hxx | 87 linguistic::PropertyHelper_Hyphenation* pPropHelper; 94 linguistic::PropertyHelper_Hyphenation& GetPropHelper_Impl(); 95 linguistic::PropertyHelper_Hyphenation& GetPropHelper() in GetPropHelper()
|
/trunk/main/linguistic/prj/ |
H A D | build.lst | 1 lg linguistic : svl xmloff ucbhelper vos comphelper ICU:icu LIBXSLT:libxslt NULL 2 lg linguistic\prj nmake - all lg_prj NULL
|
/trunk/main/offapi/com/sun/star/linguistic2/ |
H A D | LinguProperties.idl | 48 /** the set of linguistic relevant properties. 73 /** defines if control characters should be ignored or not, by the linguistic
|
/trunk/main/toolkit/src2xml/ |
H A D | include.lst | 204 ../../linguistic/inc 205 ../../linguistic/unxlngi6.pro/inc
|
/trunk/main/editeng/prj/ |
H A D | build.lst | 1 ed editeng : L10N:l10n svtools xmloff linguistic NULL
|
/trunk/main/linguistic/qa/complex/linguistic/ |
H A D | TestDocument.java | 24 package complex.linguistic;
|
/trunk/main/svx/prj/ |
H A D | build.lst | 1 sx svx : sfx2 L10N:l10n oovbaapi connectivity xmloff linguistic jvmfwk avmedia drawinglayer editeng…
|
/trunk/main/lingucomponent/prj/ |
H A D | build.lst | 1 lc lingucomponent : linguistic LIBTEXTCAT:libtextcat LIBTEXTCATDATA:libtextcat svl HYPHEN:hy…
|
/trunk/main/linguistic/qa/unoapi/ |
H A D | Test.java | 24 package org.openoffice.linguistic.qa.unoapi;
|
/trunk/main/linguistic/inc/ |
H A D | thesdta.hxx | 34 namespace linguistic namespace
|
/trunk/main/svl/inc/svl/ |
H A D | lngmisc.hxx | 41 namespace linguistic namespace
|