Lines Matching refs:ESelection

205 				ESelection aSel( 0, nStart, 0, nPos );  in InitRangeFinder()
225 void lcl_Replace( EditView* pView, const String& rNewStr, const ESelection& rOldSel ) in lcl_Replace()
229 ESelection aOldSel = pView->GetSelection(); in lcl_Replace()
231 pView->SetSelection( ESelection( aOldSel.nEndPara, aOldSel.nEndPos, in lcl_Replace()
242 ESelection aSel( 0, nLen, 0, nLen ); in lcl_Replace()
262 ESelection aOldSel( 0, nOldStart, 0, nOldEnd ); in UpdateRange()
748 ESelection aSel = pActiveView->GetSelection(); in ShowTipCursor()
971 ESelection aSel = pActiveView->GetSelection(); in UseFormulaData()
1152 ESelection aSel = pView->GetSelection(); in lcl_CompleteFunction()
1168 ESelection aWordSel = pView->GetSelection(); in lcl_CompleteFunction()
1333 ESelection aAllSel( 0, 0, 0, nOldLen ); in PasteManualTip()
1340 ESelection aSel = pActiveView->GetSelection(); in PasteManualTip()
1395 ESelection aSel = pActiveView->GetSelection(); in CursorAtClosingPar()
1412 ESelection aSel = pActiveView->GetSelection(); in SkipClosingPar()
1459 ESelection aSel = pActiveView->GetSelection(); in UseColData()
1489 ESelection aSelection( aSel.nEndPara, aSel.nEndPos + aIns.Len(), in UseColData()
1533 ESelection aSel = pActiveView->GetSelection(); in NextAutoEntry()
1556 pTableView->SetSelection( ESelection( in NextAutoEntry()
1564 pTopView->SetSelection( ESelection( in NextAutoEntry()
1603 ESelection aSel = pTableView->GetSelection(); in UpdateParenthesis()
1628 ESelection aSelThis( 0,nPos, 0,nPos+1 ); in UpdateParenthesis()
1630 ESelection aSelOther( 0,nOther, 0,nOther+1 ); in UpdateParenthesis()
2022 void lcl_SetTopSelection( EditView* pEditView, ESelection& rSel ) in lcl_SetTopSelection()
2045 ESelection aSel = pEditView->GetSelection(); in lcl_SetTopSelection()
2054 ESelection aSel; in SyncViews()
2153 ESelection aSel = pActiveView->GetSelection(); in DataChanged()
2256 ESelection aSel = pActiveView->GetSelection(); in RemoveSelection()
2346 SetSelection( ESelection( nPara, nLen, nPara, nLen ) ); in SetMode()
2394ESelection aSel( nParCnt-1, pEngine->GetTextLen(nParCnt-1) ); // empty selection, cursor at the … in lcl_SelectionToEnd()
2515 ESelection aSel( 0, 0, nParCnt-1, pEngine->GetTextLen(nParCnt-1) ); in EnterHandler()
2833 ESelection aSel = pActiveView->GetSelection(); in SetReference()
2844 ESelection aTabSel = pTableView->GetSelection(); in SetReference()
2853 ESelection aTopSel = pTopView->GetSelection(); in SetReference()
2929 ESelection aSel = pTableView->GetSelection(); in InsertFunction()
2940 ESelection aSel = pTopView->GetSelection(); in InsertFunction()
2971 pTableView->SetSelection( ESelection(0,0, 0,0) ); in ClearText()
2976 pTopView->SetSelection( ESelection(0,0, 0,0) ); in ClearText()
3135 pTableView->SetSelection( ESelection(0,0, 0,0) ); // before the '%' in KeyInput()
3144 pTopView->SetSelection( ESelection(0,0, 0,0) ); // before the '%' in KeyInput()
3285 pTableView->SetSelection( ESelection(0,0, 0,0) ); in InputCommand()
3290 pTopView->SetSelection( ESelection(0,0, 0,0) ); in InputCommand()
3596 ESelection aSelection = pView->GetSelection(); in InputChanged()
3650 SfxItemSet aSet = pEngine->GetAttribs( ESelection(0,0,nParCnt,0) ); in GetTextAndFields()
3670 ESelection aSel( 0,nLen, 1,0 ); in GetTextAndFields()
3738 pView->SetSelection( ESelection(0,nStart, 0,nEnd) ); in InputSetSelection()
3766 pView->SetSelection( ESelection(0,nFormSelStart, 0,nFormSelEnd) ); in InputReplaceSelection()