/trunk/main/linguistic/inc/linguistic/ |
H A D | hyphdta.hxx | 81 ::rtl::OUString GetWord() { return aWord; } in GetWord() function in linguistic::HyphenatedWord 130 ::rtl::OUString GetWord() { return aWord; } in GetWord() function in linguistic::PossibleHyphens
|
/trunk/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 217 String Outliner::GetWord( sal_uInt32 nPara, sal_uInt16 nIndex ) in GetWord() function in Outliner 220 return pEditEngine->GetWord( nPara, nIndex ); in GetWord()
|
/trunk/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 230 String GetWord( sal_uInt32 nPara, xub_StrLen nIndex ); 232 ESelection GetWord( const ESelection& rSelection, sal_uInt16 nWordType ) const;
|
H A D | edtdlg.hxx | 50 virtual String GetWord() = 0;
|
H A D | outliner.hxx | 916 String GetWord( sal_uInt32 nPara, xub_StrLen nIndex );
|
/trunk/main/cui/source/inc/ |
H A D | thesdlg.hxx | 52 String GetWord();
|
/trunk/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 937 const XubString& rWord = aScanner.GetWord(); in Spell() 1247 const XubString& rWord = aScanner.GetWord(); in _AutoSpell() 1494 const XubString& rWord = aScanner.GetWord(); in CollectAutoCmplWrds()
|
/trunk/main/sw/source/core/inc/ |
H A D | scriptinfo.hxx | 79 const XubString& GetWord() const { return aWord; } in GetWord() function in SwScanner
|
/trunk/main/basctl/source/basicide/ |
H A D | basides2.cxx | 128 aText = pEditView->GetTextEngine()->GetWord( pEditView->GetSelection().GetEnd() ); in GetSelectionText()
|
H A D | baside2b.cxx | 235 aWord = pTextEngine->GetWord( rSelEnd ); in GetWordAtCursor() 239 aWord = pTextEngine->GetWord( rSelStart ); in GetWordAtCursor() 270 String aWord = GetEditView()->GetTextEngine()->GetWord( aCursor, &aStartOfWord ); in RequestHelp()
|
H A D | baside2.cxx | 810 String aWord = GetEditEngine()->GetWord( GetEditView()->GetSelection().GetEnd(), &aWordStart ); in BasicAddWatch()
|
/trunk/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 304 String GetWord( const TextPaM& rCursorPos, TextPaM* pStartOfWord = 0 );
|
/trunk/main/editeng/source/misc/ |
H A D | splwrap.cxx | 354 ChangeThesWord( pDlg->GetWord() ); in StartThesaurus()
|
/trunk/main/editeng/source/uno/ |
H A D | unofored.cxx | 443 …ESelection aRes = rEditEngine.GetWord( ESelection(nPara, nIndex, nPara, nIndex), com::sun::star::i… in GetWordIndices()
|
H A D | unoforou.cxx | 401 …ESelection aRes = rOutliner.GetEditEngine().GetWord( ESelection(nPara, nIndex, nPara, nIndex), com… in GetWordIndices()
|
/trunk/main/cui/source/factory/ |
H A D | dlgfact.cxx | 360 String AbstractThesaurusDialog_Impl::GetWord() in GetWord() function in AbstractThesaurusDialog_Impl 362 return pDlg->GetWord(); in GetWord()
|
H A D | dlgfact.hxx | 185 virtual String GetWord();
|
/trunk/main/sd/source/ui/view/ |
H A D | drviewsf.cxx | 791 aStrSelection = pOl->GetWord( aSel.nEndPara, aSel.nEndPos ); in GetSelectionText()
|
H A D | outlnvsh.cxx | 1621 aStrSelection = pOl->GetWord( aSel.nEndPara, aSel.nEndPos ); in GetSelectionText()
|
/trunk/main/cui/source/dialogs/ |
H A D | thesdlg.cxx | 731 String SvxThesaurusDialog::GetWord() in GetWord() function in SvxThesaurusDialog
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 636 InsertThesaurusSynonym( pDlg->GetWord(), aTmp, bSelection ); in StartThesaurus()
|
H A D | srcview.cxx | 528 sSelected = aEditWin.GetTextEngine()->GetWord( rSel.GetStart()); in GetState()
|
/trunk/main/sc/source/ui/view/ |
H A D | editsh.cxx | 1148 aStrSelection = pEngine->GetWord( aSel.nEndPara, aSel.nEndPos ); in GetSelectionText()
|
/trunk/main/editeng/source/editeng/ |
H A D | editeng.cxx | 760 XubString EditEngine::GetWord( sal_uInt32 nPara, sal_uInt16 nIndex ) in GetWord() function in EditEngine 768 ESelection EditEngine::GetWord( const ESelection& rSelection, sal_uInt16 nWordType ) const in GetWord() function in EditEngine
|
/trunk/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 886 String aText = pEngine->GetWord( 0, aSel.nEndPos-1 ); in ShowTipCursor() 996 String aText = pEngine->GetWord( 0, aSel.nEndPos-1 ); in UseFormulaData()
|