Home
last modified time | relevance | path

Searched refs:rWord (Results 26 – 44 of 44) sorted by relevance

12

/aoo42x/main/sw/source/ui/docvw/
H A Dedtwin.cxx253 void FillStrArr( SwWrtShell& rSh, const String& rWord );
5637 void QuickHelpData::FillStrArr( SwWrtShell& rSh, const String& rWord ) in FillStrArr() argument
5641 const String aLWord = rCharClass.toLower( rWord, 0, rWord.Len() ); in FillStrArr()
5642 const bool bIsUpper = (rWord == rCharClass.toUpper( rWord, 0, rWord.Len() ) ); in FillStrArr()
5643 const bool bIsLower = (rWord == aLWord); in FillStrArr()
5657 if( rS.Len() <= rWord.Len() + 1 ) in FillStrArr()
5675 if( rACLst.GetRange( rWord, nStt, nEnd ) ) in FillStrArr()
5680 if( rS.Len() <= rWord.Len() ) in FillStrArr()
5699 pList->HasLongName( rWord, &pQuickHlpData->aArr ); in ShowAutoTextCorrectQuickHelp()
5714 pQuickHlpData->FillStrArr( rSh, rWord ); in ShowAutoTextCorrectQuickHelp()
[all …]
/aoo42x/main/linguistic/source/
H A Ddicimp.cxx583 sal_Bool DictionaryNeo::seekEntry(const OUString &rWord, in seekEntry() argument
607 rWord, bSimilarOnly ); in seekEntry()
848 DictionaryNeo::add( const OUString& rWord, sal_Bool bIsNegative, in add() argument
859 new DicEntry( rWord, bIsNegative, rRplcText ); in add()
H A Ddlistimp.cxx589 DicList::queryDictionaryEntry( const rtl::OUString& rWord, const Locale& rLocale, in queryDictionaryEntry() argument
594 return SearchDicList( this, rWord, LocaleToLanguage( rLocale ), in queryDictionaryEntry()
H A Ddicimp.hxx87 sal_Bool seekEntry(const ::rtl::OUString &rWord, sal_Int32 *pPos,
/aoo42x/main/sw/source/core/text/
H A Dporlay.cxx1125 const XubString& rWord = aScanner.GetWord(); in InitScriptInfo() local
1135 xub_StrLen nWordLen = rWord.Len(); in InitScriptInfo()
1138 while( nWordLen && isTransparentChar( rWord.GetChar( nWordLen - 1 ))) in InitScriptInfo()
1143 cCh = rWord.GetChar( nIdx ); in InitScriptInfo()
1158 … && (rWord.GetChar( nIdx+1 ) != 0x200C) ) // #i98410#: prevent ZWNJ expansion in InitScriptInfo()
1211 xub_Unicode cNextCh = rWord.GetChar( nIdx + 1 ); in InitScriptInfo()
/aoo42x/main/sw/source/core/edit/
H A Dedws.cxx336 sal_Bool SwEditShell::GetPrevAutoCorrWord( SvxAutoCorrect& rACorr, String& rWord ) in GetPrevAutoCorrWord() argument
348 pTNd->GetTxt(), nPos, rWord ); in GetPrevAutoCorrWord()
/aoo42x/main/linguistic/inc/linguistic/
H A Dmisc.hxx216 const ::rtl::OUString& rWord, sal_Int16 nLanguage,
221 const ::rtl::OUString &rWord, sal_Bool bIsNeg,
/aoo42x/main/editeng/source/misc/
H A Dsplwrap.cxx339 void SvxSpellWrapper::StartThesaurus( const String &rWord, sal_uInt16 nLanguage ) in StartThesaurus() argument
350 AbstractThesaurusDialog* pDlg = pFact->CreateThesaurusDialog( pWin, xThes, rWord, nLanguage ); in StartThesaurus()
H A Dsvxacorr.cxx1593 String& rWord ) const in GetPrevAutoCorrWord()
1634 rWord = rTxt.Copy( nCapLttrPos, nEnde - nCapLttrPos ); in GetPrevAutoCorrWord()
/aoo42x/main/cui/source/factory/
H A Ddlgfact.cxx1156 const String &rWord, sal_Int16 nLanguage ) in CreateThesaurusDialog() argument
1158 SvxThesaurusDialog* pDlg = new SvxThesaurusDialog( pParent, xThesaurus, rWord, nLanguage ); in CreateThesaurusDialog()
1163 const String &rWord, LanguageType nLang, in CreateHyphenWordDialog() argument
1167 SvxHyphenWordDialog* pDlg = new SvxHyphenWordDialog( rWord, nLang, pParent, xHyphen, pWrapper ); in CreateHyphenWordDialog()
H A Ddlgfact.hxx640 const String &rWord, sal_Int16 nLanguage );
643 const String &rWord, LanguageType nLang,
/aoo42x/main/cui/source/inc/
H A Dthesdlg.hxx48 const String &rWord, LanguageType nLanguage );
H A Dhyphen.hxx55 SvxHyphenWordDialog( const String &rWord, LanguageType nLang,
/aoo42x/main/sfx2/source/menu/
H A Dthessubmenu.hxx86 …bool GetMeanings( std::vector< ::rtl::OUString > & rSynonyms, const ::rtl::OUString & rWord, co…
/aoo42x/main/editeng/inc/editeng/
H A Dsplwrap.hxx140 virtual void StartThesaurus( const String &rWord, sal_uInt16 nLang ); // Thesaurus starten
H A Dsvxacorr.hxx255 xub_StrLen nPos, String& rWord ) const;
/aoo42x/main/sw/source/ui/inc/
H A Dedtwin.hxx212 void ShowAutoTextCorrectQuickHelp( const String& rWord, SvxAutoCorrCfg* pACfg,
/aoo42x/main/cui/source/dialogs/
H A DSpellDialog.cxx162 void SetAddedWord(const ::rtl::OUString& rWord) {m_sAddedWord = rWord;} in SetAddedWord() argument
/aoo42x/main/sw/inc/
H A Deditsh.hxx759 sal_Bool GetPrevAutoCorrWord( SvxAutoCorrect& rACorr, String& rWord );

Completed in 130 milliseconds

12