Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunotext.cxx148 ESelection aMaxSelection; in CheckSelection() local
149 GetSelection( aMaxSelection, pForwarder ); in CheckSelection()
154 rSel.nStartPara = aMaxSelection.nStartPara; in CheckSelection()
155 rSel.nStartPos = aMaxSelection.nStartPos; in CheckSelection()
159 rSel.nStartPara = aMaxSelection.nEndPara; in CheckSelection()
160 rSel.nStartPos = aMaxSelection.nEndPos; in CheckSelection()
168 if( rSel.nEndPara < aMaxSelection.nStartPara ) in CheckSelection()
170 rSel.nEndPara = aMaxSelection.nStartPara; in CheckSelection()
171 rSel.nEndPos = aMaxSelection.nStartPos; in CheckSelection()
175 rSel.nEndPara = aMaxSelection.nEndPara; in CheckSelection()
[all …]

Completed in 34 milliseconds