Home
last modified time | relevance | path

Searched refs:aWordSel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2118 EditSelection aWordSel( EditPaM( pNode, nStart ) ); in ImpFindKashidas() local
2119 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 …]
H A Deditview.cxx1417 EditSelection aWordSel = pImpEE->SelectWord( aPaM ); in GetWordUnderMousePointer() local
1419 Rectangle aTopLeftRec( pImpEE->PaMtoEditCursor( aWordSel.Min() ) ); in GetWordUnderMousePointer()
1420 Rectangle aBottomRightRec( pImpEE->PaMtoEditCursor( aWordSel.Max() ) ); in GetWordUnderMousePointer()
1429 aWord = pImpEE->GetSelected( aWordSel ); in GetWordUnderMousePointer()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1168 ESelection aWordSel = pView->GetSelection(); in lcl_CompleteFunction() local
1170 sal_Unicode cNext = aOld.GetChar(aWordSel.nEndPos); in lcl_CompleteFunction()

Completed in 52 milliseconds