/aoo41x/main/linguistic/source/ |
H A D | hyphdsp.cxx | 263 sal_Int32 nWordLen = rWord.getLength(); in hyphenate() 284 OUString aChkWord( rWord ); in hyphenate() 385 xRes = RebuildHyphensAndControlChars( rWord, xRes ); in hyphenate() 387 if (xRes.is() && xRes->getWord() != rWord) in hyphenate() 408 sal_Int32 nWordLen = rWord.getLength(); in queryAlternativeSpelling() 428 OUString aChkWord( rWord ); in queryAlternativeSpelling() 526 if (xRes.is() && xRes->getWord() != rWord) in queryAlternativeSpelling() 539 const OUString& rWord, const Locale& rLocale, in createPossibleHyphens() argument 563 OUString aChkWord( rWord ); in createPossibleHyphens() 657 if (xRes.is() && xRes->getWord() != rWord) in createPossibleHyphens() [all …]
|
H A D | spelldsp.cxx | 280 const OUString &rWord, in lcl_GetRulingDictionaryEntry() argument 290 xRes = xIgnoreAll->getEntry( rWord ); in lcl_GetRulingDictionaryEntry() 312 const OUString& rWord, in isValid_Impl() argument 322 if (nLanguage == LANGUAGE_NONE || !rWord.getLength()) in isValid_Impl() 337 OUString aChkWord( rWord ); in isValid_Impl() 480 const OUString& rWord, in spell_Impl() argument 505 OUString aChkWord( rWord ); in spell_Impl() 779 const OUString& rWord, in isValid() argument 786 return isValid( rWord, aLocale, rProperties); in isValid() 791 const OUString& rWord, in spell() argument [all …]
|
H A D | hyphdta.cxx | 52 HyphenatedWord::HyphenatedWord(const OUString &rWord, sal_Int16 nLang, sal_Int16 nHPos, in HyphenatedWord() argument 54 aWord (rWord), in HyphenatedWord() 66 OUString aTmpWord( rWord ); in HyphenatedWord() 73 bIsAltSpelling = rWord != rHyphWord; in HyphenatedWord() 135 PossibleHyphens::PossibleHyphens(const OUString &rWord, sal_Int16 nLang, in PossibleHyphens() argument 138 aWord (rWord), in PossibleHyphens()
|
H A D | spelldta.cxx | 251 const OUString &rWord, sal_Int16 nLang, in SpellAlternatives() argument 254 aWord (rWord), in SpellAlternatives() 266 const OUString &rWord, sal_Int16 nLang, sal_Int16 nFailureType, in SpellAlternatives() argument 269 aWord (rWord), in SpellAlternatives() 337 void SpellAlternatives::SetWordLanguage(const OUString &rWord, sal_Int16 nLang) in SetWordLanguage() argument 340 aWord = rWord; in SetWordLanguage()
|
H A D | iprcache.cxx | 260 bool SpellCache::CheckWord( const OUString& rWord, LanguageType nLang ) in CheckWord() argument 264 const WordList_t::const_iterator aIt = rList.find( rWord ); in CheckWord() 268 void SpellCache::AddWord( const OUString& rWord, LanguageType nLang ) in AddWord() argument 275 rList.insert( rWord ); in AddWord()
|
H A D | misc.cxx | 336 const OUString &rWord, sal_Int16 nLanguage, in SearchDicList() argument 369 if ( (xEntry = axDic->getEntry( rWord )).is() ) in SearchDicList() 416 const OUString &rWord, sal_Bool bIsNeg, in AddEntryToDic() argument 423 OUString aTmp( rWord ); in AddEntryToDic() 426 sal_Int32 nLen = rWord.getLength(); in AddEntryToDic() 427 if (nLen > 0 && '.' == rWord[ nLen - 1]) in AddEntryToDic()
|
/aoo41x/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 282 OUStringBuffer rBuf(rWord); in GetSpellFailure() 364 if (rLocale == Locale() || !rWord.getLength()) in isValid() 375 if (rWord.match(A2OU(SPELLML_HEADER), 0) && (rWord.getLength() > 10)) return sal_False; in isValid() 387 sal_Int16 nFailure = GetSpellFailure( rWord, rLocale ); in isValid() 388 if (nFailure != -1 && !rWord.match(A2OU(SPELLML_HEADER), 0)) in isValid() 420 OUStringBuffer rBuf(rWord); in GetProposals() 474 String aTmp(rWord); in GetProposals() 486 const OUString& rWord, const Locale& rLocale, in spell() argument 492 if (rLocale == Locale() || !rWord.getLength()) in spell() 503 if (!isValid( rWord, rLocale, rProperties )) in spell() [all …]
|
H A D | sspellimp.hxx | 89 sal_Int16 GetSpellFailure( const OUString &rWord, const Locale &rLocale ); 90 Reference< XSpellAlternatives > GetProposals( const OUString &rWord, const Locale &rLocale ); 101 …virtual sal_Bool SAL_CALL isValid( const OUString& rWord, const Locale& rLocale, const PropertyVal… 102 …virtual Reference< XSpellAlternatives > SAL_CALL spell( const OUString& rWord, const Locale& rLoca…
|
/aoo41x/main/linguistic/workben/ |
H A D | sspellimp.cxx | 146 String aTmp( rWord ); in GetSpellFailure() 171 SpellChecker::isValid( const OUString& rWord, const Locale& rLocale, in isValid() argument 177 if (rLocale == Locale() || !rWord.getLength()) in isValid() 196 INT16 nFailure = GetSpellFailure( rWord, rLocale ); in isValid() 201 if ( (!rHelper.IsSpellUpperCase() && IsUpper( rWord, nLang )) in isValid() 202 || (!rHelper.IsSpellWithDigits() && HasDigits( rWord )) in isValid() 225 String aTmp( rWord ); in GetProposals() 276 SpellChecker::spell( const OUString& rWord, const Locale& rLocale, in spell() argument 282 if (rLocale == Locale() || !rWord.getLength()) in spell() 293 if (!isValid( rWord, rLocale, rProperties )) in spell() [all …]
|
H A D | sspellimp.hxx | 83 INT16 GetSpellFailure( const OUString &rWord, const Locale &rLocale ); 85 GetProposals( const OUString &rWord, const Locale &rLocale ); 101 isValid( const OUString& rWord, const Locale& rLocale, 106 spell( const OUString& rWord, const Locale& rLocale,
|
/aoo41x/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 244 OUStringBuffer rBuf(rWord); in GetSpellFailure() 300 if (rLocale == Locale() || !rWord.getLength()) in isValid() 320 sal_Int16 nFailure = GetSpellFailure( rWord, rLocale ); in isValid() 325 if ( (!rHelper.IsSpellUpperCase() && IsUpper( rWord, nLang )) in isValid() 326 || (!rHelper.IsSpellWithDigits() && HasDigits( rWord )) in isValid() 352 OUStringBuffer rBuf(rWord); in GetProposals() 395 String aTmp(rWord); in GetProposals() 408 MacSpellChecker::spell( const OUString& rWord, const Locale& rLocale, in spell() argument 414 if (rLocale == Locale() || !rWord.getLength()) in spell() 425 if (!isValid( rWord, rLocale, rProperties )) in spell() [all …]
|
H A D | macspellimp.hxx | 97 sal_Int16 GetSpellFailure( const OUString &rWord, const Locale &rLocale ); 98 Reference< XSpellAlternatives > GetProposals( const OUString &rWord, const Locale &rLocale ); 109 …virtual sal_Bool SAL_CALL isValid( const OUString& rWord, const Locale& rLocale, const PropertyVal… 110 …virtual Reference< XSpellAlternatives > SAL_CALL spell( const OUString& rWord, const Locale& rLoca…
|
/aoo41x/main/editeng/source/misc/ |
H A D | unolingu.cxx | 635 isValid( const ::rtl::OUString& rWord, sal_Int16 nLanguage, 641 spell( const ::rtl::OUString& rWord, sal_Int16 nLanguage, 696 bRes = xSpell->isValid( rWord, nLanguage, rProperties ); in isValid() 710 xRes = xSpell->spell( rWord, nLanguage, rProperties ); in spell() 742 hyphenate( const ::rtl::OUString& rWord, 750 queryAlternativeSpelling( const ::rtl::OUString& rWord, 759 const ::rtl::OUString& rWord, 808 const rtl::OUString& rWord, in hyphenate() argument 825 const rtl::OUString& rWord, in queryAlternativeSpelling() argument 842 const rtl::OUString& rWord, in createPossibleHyphens() argument [all …]
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 931 const XubString& rWord = aScanner.GetWord(); in Spell() local 937 if( rWord.Len() > 0 && LANGUAGE_NONE != eActLang ) in Spell() 958 const sal_Unicode* pChar = rWord.GetBuffer(); in Spell() 962 pChar = rWord.Len() ? rWord.GetBuffer() + rWord.Len() - 1 : 0; in Spell() 1241 const XubString& rWord = aScanner.GetWord(); in _AutoSpell() local 1251 if( bSpell && rWord.Len() > 0 ) in _AutoSpell() 1281 XubString rNewWord( rWord ); in _AutoSpell() 1285 rACW.InsertWord( rWord, *pDoc ); in _AutoSpell() 1488 const XubString& rWord = aScanner.GetWord(); in CollectAutoCmplWrds() local 1492 if( rACW.GetMinWordLen() <= rWord.Len() ) in CollectAutoCmplWrds() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | acmplwrd.cxx | 282 sal_Bool SwAutoCompleteWord::InsertWord( const String& rWord, SwDoc& rDoc ) in InsertWord() argument 294 String aNewWord(rWord); in InsertWord() 397 sal_Bool SwAutoCompleteWord::GetRange( const String& rWord, sal_uInt16& rStt, in GetRange() argument 400 const StringPtr pStr = (StringPtr)&rWord; in GetRange() 405 while( rEnd < aWordLst.Count() && rSCmp.isMatch( rWord, *aWordLst[ rEnd ])) in GetRange()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hyphen.cxx | 151 const String &rWord, 161 const String &rWord, in SvxHyphenWordDialog_Impl() argument 190 aActWord = rWord; in SvxHyphenWordDialog_Impl() 606 const String &rWord, LanguageType nLang, in SvxHyphenWordDialog() argument 614 new SvxHyphenWordDialog_Impl( this, rWord, nLang, xHyphen, pWrapper ) ); in SvxHyphenWordDialog()
|
H A D | thesdlg.cxx | 658 const String &rWord, in SvxThesaurusDialog() argument 666 m_pImpl->aLookUpText = OUString( rWord ); in SvxThesaurusDialog() 668 if (rWord.Len() > 0) in SvxThesaurusDialog() 669 m_pImpl->aLookUpHistory.push( rWord ); in SvxThesaurusDialog() 673 OUString aTmp( rWord ); in SvxThesaurusDialog()
|
/aoo41x/main/linguistic/inc/linguistic/ |
H A D | spelldta.hxx | 100 SpellAlternatives(const ::rtl::OUString &rWord, sal_Int16 nLang, sal_Int16 nFailureType, 102 SpellAlternatives(const ::rtl::OUString &rWord, sal_Int16 nLang, sal_Int16 nFailureType, 118 void SetWordLanguage(const ::rtl::OUString &rWord, sal_Int16 nLang);
|
/aoo41x/main/sfx2/source/menu/ |
H A D | thessubmenu.cxx | 171 const OUString & rWord, in GetMeanings() argument 177 if (IsSupportedLocale( rLocale ) && rWord.getLength() && nMaxSynonms > 0) in GetMeanings() 183 … m_xThesarus->queryMeanings( rWord, rLocale, uno::Sequence< beans::PropertyValue >() )); in GetMeanings()
|
/aoo41x/main/sw/inc/ |
H A D | acmplwrd.hxx | 50 sal_Bool InsertWord( const String& rWord, SwDoc& rDoc ); 52 sal_Bool GetRange( const String& rWord, sal_uInt16& rStt, sal_uInt16& rEnd ) const;
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | editstat.hxx | 131 SpellCallbackInfo( sal_uInt16 nCMD, const String& rWord ) in SpellCallbackInfo() 132 : aWord( rWord ) in SpellCallbackInfo()
|
H A D | edtdlg.hxx | 96 const String &rWord, sal_Int16 nLanguage ) = 0; 99 const String &rWord, LanguageType nLang,
|
/aoo41x/main/sw/source/core/inc/ |
H A D | acorrect.hxx | 107 const String& rWord, sal_Unicode cChr, in SwAutoCorrExceptWord() argument 109 : sWord(rWord), nFlags(nAFlags), nNode(nNd), nCntnt(nContent), in SwAutoCorrExceptWord()
|
/aoo41x/main/linguistic/inc/ |
H A D | iprcache.hxx | 118 void AddWord( const ::rtl::OUString& rWord, LanguageType nLang ); 119 bool CheckWord( const ::rtl::OUString& rWord, LanguageType nLang );
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 253 void FillStrArr( SwWrtShell& rSh, const String& rWord ); 5603 void QuickHelpData::FillStrArr( SwWrtShell& rSh, const String& rWord ) in FillStrArr() argument 5607 const String aLWord = rCharClass.toLower( rWord, 0, rWord.Len() ); in FillStrArr() 5608 const bool bIsUpper = (rWord == rCharClass.toUpper( rWord, 0, rWord.Len() ) ); in FillStrArr() 5609 const bool bIsLower = (rWord == aLWord); in FillStrArr() 5623 if( rS.Len() <= rWord.Len() + 1 ) in FillStrArr() 5641 if( rACLst.GetRange( rWord, nStt, nEnd ) ) in FillStrArr() 5646 if( rS.Len() <= rWord.Len() ) in FillStrArr() 5665 pList->HasLongName( rWord, &pQuickHlpData->aArr ); in ShowAutoTextCorrectQuickHelp() 5680 pQuickHlpData->FillStrArr( rSh, rWord ); in ShowAutoTextCorrectQuickHelp() [all …]
|