Searched refs:aWordSel (Results 1 – 3 of 3) sorted by relevance
2118 EditSelection aWordSel( EditPaM( pNode, nStart ) ); in ImpFindKashidas() local2119 aWordSel = SelectWord( aWordSel, ::com::sun::star::i18n::WordType::DICTIONARY_WORD ); in ImpFindKashidas()2120 if ( aWordSel.Min().GetIndex() < nStart ) in ImpFindKashidas()2121 aWordSel.Min().GetIndex() = nStart; in ImpFindKashidas()2123 while ( ( aWordSel.Min().GetNode() == pNode ) && ( aWordSel.Min().GetIndex() < nEnd ) ) in ImpFindKashidas()2126 if ( aWordSel.Max().GetIndex() > nEnd ) in ImpFindKashidas()2127 aWordSel.Max().GetIndex() = nEnd; in ImpFindKashidas()2129 String aWord = GetSelected( aWordSel ); in ImpFindKashidas()2132 aWordSel.Max().GetIndex() = nSavPos; in ImpFindKashidas()2226 aWordSel = WordRight( aWordSel.Max(), ::com::sun::star::i18n::WordType::DICTIONARY_WORD ); in ImpFindKashidas()[all …]
1417 EditSelection aWordSel = pImpEE->SelectWord( aPaM ); in GetWordUnderMousePointer() local1419 Rectangle aTopLeftRec( pImpEE->PaMtoEditCursor( aWordSel.Min() ) ); in GetWordUnderMousePointer()1420 Rectangle aBottomRightRec( pImpEE->PaMtoEditCursor( aWordSel.Max() ) ); in GetWordUnderMousePointer()1429 aWord = pImpEE->GetSelected( aWordSel ); in GetWordUnderMousePointer()
1168 ESelection aWordSel = pView->GetSelection(); in lcl_CompleteFunction() local1170 sal_Unicode cNext = aOld.GetChar(aWordSel.nEndPos); in lcl_CompleteFunction()
Completed in 69 milliseconds