/aoo41x/main/lingucomponent/source/spellcheck/spell/ |
H A D | makefile.mk | 27 TARGET = spell 96 ALLTAR : $(MISC)/spell.component 98 $(MISC)/spell.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ 99 spell.component 102 $(SOLARENV)/bin/createcomponent.xslt spell.component
|
H A D | sspellimp.cxx | 344 int rVal = pMS->spell((char*)aWrd.getStr()); in GetSpellFailure() 485 Reference< XSpellAlternatives > SAL_CALL SpellChecker::spell( in spell() function in SpellChecker
|
H A D | sspellimp.hxx | 102 …virtual Reference< XSpellAlternatives > SAL_CALL spell( const OUString& rWord, const Locale& rLoca…
|
/aoo41x/main/lingucomponent/prj/ |
H A D | d.lst | 13 ..\%__SRC%\bin\spell* %_DEST%\bin%_EXT%\spell* 53 ..\%__SRC%\misc\spell.component %_DEST%\xml%_EXT%\spell.component
|
H A D | build.lst | 6 lc lingucomponent\source\spellcheck\spell nmake - all lc_libspell lc_util lc_…
|
/aoo41x/main/linguistic/source/ |
H A D | spelldsp.cxx | 268 SpellCheckerDispatcher::spell( const OUString& rWord, const Locale& rLocale, in spell() function in SpellCheckerDispatcher 543 xTmpRes = pRef[i]->spell( aChkWord, aLocale, rProperties ); in spell_Impl() 625 xTmpRes = xSpell->spell( aChkWord, aLocale, rProperties ); in spell_Impl() 790 uno::Reference< linguistic2::XSpellAlternatives > SAL_CALL SpellCheckerDispatcher::spell( in spell() function in SpellCheckerDispatcher 798 return spell( rWord, aLocale, rProperties); in spell()
|
H A D | spelldsp.hxx | 111 …::Reference< ::com::sun::star::linguistic2::XSpellAlternatives > SAL_CALL spell( const ::rtl::OUSt… 119 …::Reference< ::com::sun::star::linguistic2::XSpellAlternatives > SAL_CALL spell( const ::rtl::OUSt…
|
/aoo41x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 412 xTmpRes2 = xSpell->spell( A2OU("<?xml?><query type='analyze'><word>") + in queryMeanings() 455 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='generate'><word>") + in queryMeanings() 516 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='stem'><word>") + in queryMeanings() 540 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='stem'><word>") + in queryMeanings()
|
/aoo41x/main/qadevOOo/tests/java/ifc/linguistic2/ |
H A D | _XSpellChecker.java | 92 XSpellAlternatives alt = oObj.spell( in _spell() 98 alt =alternative.spell( in _spell()
|
/aoo41x/main/offapi/com/sun/star/linguistic2/ |
H A D | DictionaryType.idl | 36 only positive entries (words defined to be correct for spell 38 to be reported as incorrect by the spell checker).</P>
|
H A D | XSetSpellAlternatives.idl | 37 allows to modify the suggestion list returned by a spell checker. 40 originally returned reference from the spell checker.
|
H A D | LinguServiceManager.idl | 41 /** offers linguistic functionality. Is to be used to access spell checker,
|
H A D | XSearchableDictionary.idl | 40 /** This interfaces allows to retrieve suggestions for spell checking from a dictionary.
|
H A D | XSpellChecker1.idl | 64 com::sun::star::linguistic2::XSpellAlternatives spell(
|
H A D | Dictionary.idl | 47 /** represents a dictionary used for spell checking and hyphenation.
|
H A D | XSpellAlternatives.idl | 43 <member scope="com::sun::star::linguistic2">XSpellChecker::spell</member>
|
H A D | XProofreader.idl | 69 @returns true if it is also a spell checker
|
/aoo41x/main/i18npool/source/breakiterator/data/ |
H A D | dict_word_prepostdash.txt | 29 # be part of the word in order to have it properly spell checked etc. 114 # be part of the word in order to have it properly spell checked etc.
|
/aoo41x/main/editeng/source/misc/ |
H A D | unolingu.cxx | 641 spell( const ::rtl::OUString& rWord, sal_Int16 nLanguage, 702 SpellDummy_Impl::spell( const rtl::OUString& rWord, sal_Int16 nLanguage, in spell() function in SpellDummy_Impl 710 xRes = xSpell->spell( rWord, nLanguage, rProperties ); in spell()
|
/aoo41x/main/qadevOOo/objdsc/lnn/ |
H A D | com.sun.star.lingu2.SpellChecker.csv | 14 "SpellChecker";"com::sun::star::linguistic2::XSpellChecker";"spell()"
|
/aoo41x/main/linguistic/workben/ |
H A D | sspellimp.hxx | 106 spell( const OUString& rWord, const Locale& rLocale,
|
/aoo41x/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.hxx | 110 …virtual Reference< XSpellAlternatives > SAL_CALL spell( const OUString& rWord, const Locale& rLoca…
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | TextMarkupType.idl | 43 /** Markup originates from spell checking.
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | olmenu.hrc | 56 // id range for suggestions from spell and grammar checker
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | LinguisticExamples.java | 194 XSpellAlternatives xAlt = mxSpell.spell( aWord, aLocale, aEmptyProps ); in Run()
|