Home
last modified time | relevance | path

Searched refs:SetSelection (Results 1 – 25 of 192) sorted by relevance

12345678

/trunk/main/svtools/source/edit/
H A Dtextundo.cxx153 SetSelection( aSel ); in Undo()
176 SetSelection( aPaM ); in Redo()
196 SetSelection( aPaM ); in Undo()
202 SetSelection( aPaM ); in Redo()
220 SetSelection( aPaM ); in Undo()
226 SetSelection( aPaM ); in Redo()
241 SetSelection( aPaM ); in Undo()
283 SetSelection( aSel ); in Undo()
291 SetSelection( aPaM ); in Redo()
322 SetSelection( maSelection ); in Undo()
[all …]
H A Dsvmedit.cxx146 void SetSelection( const Selection& rSelection );
537 mpTextWindow->GetTextView()->SetSelection( TextSelection() ); in SetText()
608 void ImpSvMEdit::SetSelection( const Selection& rSelection ) in SetSelection() function in ImpSvMEdit
643 mpTextWindow->GetTextView()->SetSelection( aTextSel ); in SetSelection()
810 mpExtTextView->SetSelection( TextSelection( TextPaM( 0, 0 ), TextPaM( 0xFFFF, 0xFFFF ) ) ); in KeyInput()
959 … mpExtTextView->SetSelection( TextSelection( TextPaM( 0, 0 ), TextPaM( 0xFFFF, 0xFFFF ) ) ); in GetFocus()
1264 void MultiLineEdit::SetSelection( const Selection& rSelection ) in SetSelection() function in MultiLineEdit
1266 pImpSvMEdit->SetSelection( rSelection ); in SetSelection()
1503 pImpSvMEdit->GetTextWindow()->GetTextView()->SetSelection( aSel ); in PreNotify()
1549 SetSelection( TextSelection( TextPaM( 0, 0 ) ) ); in PreNotify()
[all …]
H A Dxtextedt.cxx260 SetSelection( aMatchSel ); in MatchGroup()
274 SetSelection( aSel.GetStart() ); in Search()
282 SetSelection( aSel ); in Search()
338 SetSelection( aSel.GetStart() ); in Replace()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1155 pView->SetSelection(aSel); in lcl_CompleteFunction()
1185 pView->SetSelection(aSel); in lcl_CompleteFunction()
1361 pTopView->SetSelection( aSel ); in PasteManualTip()
1420 pTopView->SetSelection( aSel ); in SkipClosingPar()
1422 pTableView->SetSelection( aSel ); in SkipClosingPar()
2049 pEditView->SetSelection( rSel ); in lcl_SetTopSelection()
2060 pTopView->SetSelection( aSel ); in SyncViews()
2260 pTableView->SetSelection( aSel ); in RemoveSelection()
2262 pTopView->SetSelection( aSel ); in RemoveSelection()
2932 pTableView->SetSelection(aSel); in InsertFunction()
[all …]
/trunk/main/starmath/source/
H A Dedit.cxx500 pEditView->SetSelection(eSelection); in CreateEditView()
630 pEditView->SetSelection(eSelection); in SetText()
701 pEditView->SetSelection( ESelection( 0, 0, EE_PARA_MAX, EE_INDEX_MAX ) ); in SelectAll()
722 pEditView->SetSelection(aSelection); in InsertCommand()
729 pEditView->SetSelection(aSelection); in InsertCommand()
747 pEditView->SetSelection(ESelection(nRow, nCol - 1, nRow, nCol)); in MarkError()
772 … pEditView->SetSelection(ESelection (eSelection.nEndPara, Pos, eSelection.nEndPara, Pos + 3)); in SelNextMark()
818 … pEditView->SetSelection(ESelection (eSelection.nStartPara, Pos, eSelection.nStartPara, Pos + 3)); in SelPrevMark()
856 void SmEditWindow::SetSelection(const ESelection &rSel) in SetSelection() function in SmEditWindow
860 pEditView->SetSelection(rSel); in SetSelection()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx500 mpEditView->SetSelection(eSelection); in CreateEditView()
646 mpEditView->SetSelection(eSelection); in SetText()
700 mpEditView->SetSelection( ESelection( 0, 0, EE_PARA_MAX, EE_INDEX_MAX ) ); in SelectAll()
713 …mpEditView->SetSelection(ESelection ( (sal_uInt16)Row, (sal_uInt16)(Col - 1), (sal_uInt16)Row, (sa… in MarkError()
738 … mpEditView->SetSelection(ESelection (eSelection.nEndPara, Pos, eSelection.nEndPara, Pos + 3)); in SelNextMark()
784 … mpEditView->SetSelection(ESelection (eSelection.nStartPara, Pos, eSelection.nStartPara, Pos + 3)); in SelPrevMark()
822 void EditWindow::SetSelection(const ESelection &rSel) in SetSelection() function in sd::notes::EditWindow
826 mpEditView->SetSelection(rSel); in SetSelection()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx382 pData->SetSelection(pMEdit->GetSelection()); in ~FormulaDlg_Impl()
1119 pMEdit->SetSelection(aSel); in IMPL_LINK()
1124 pMEdit->SetSelection(aSel); in IMPL_LINK()
1386 pMEdit->SetSelection(aSel); in IMPL_LINK()
1394 pMEdit->SetSelection(aSel); in IMPL_LINK()
1449 pMEdit->SetSelection(aSel); in IMPL_LINK()
1526 pMEdit->SetSelection(aSel); in UpdateSelection()
1754 aEdRef.SetSelection( theSel ); in UpdateParaWin()
1765 pEd->SetSelection( theSel ); in UpdateParaWin()
1781 aEdRef.SetSelection( _rSelection ); in UpdateParaWin()
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext.cxx379 pRange->SetSelection( aNewSel ); in getStart()
408 pNew->SetSelection( aNewSel ); in getEnd()
1721 SetSelection( aSelection ); in SvxUnoTextBase()
1730 SetSelection( aSelection ); in SvxUnoTextBase()
1845 pCursor->SetSelection( rSel ); in createTextCursorBySelection()
1885 SetSelection( aSelection ); in insertString()
1914 SetSelection( aSelection ); in insertControlCharacter()
2084 SetSelection( aSelection ); in createEnumeration()
2215 pRange->SetSelection( aSel ); in appendParagraph()
2245 pRange->SetSelection( aSel ); in finishParagraph()
[all …]
H A Dunotext2.cxx140SetSelection( ESelection( mnParagraph,0, mnParagraph, GetEditSource()->GetTextForwarder()->GetText… in SvxUnoTextContent()
155 SetSelection( rContent.GetSelection() ); in SvxUnoTextContent()
472 pRange->SetSelection(aSel); in nextElement()
655 SetSelection( aNewSel ); in gotoRange()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx508 pTextRange->SetSelection( aSelection ); in insertTextContent()
663 pNew->SetSelection( aNewSel ); in getStart()
680 pNew->SetSelection( aNewSel ); in getEnd()
767 pNew->SetSelection( aNewSel ); in getStart()
784 pNew->SetSelection( aNewSel ); in getEnd()
871 pNew->SetSelection( aNewSel ); in getStart()
888 pNew->SetSelection( aNewSel ); in getEnd()
971 SetSelection( aSel ); in SetText()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx333 pTableView->SetSelection(ESelection(0,0,nPar-1,nLen)); in Execute()
335 pTopView->SetSelection(ESelection(0,0,nPar-1,nLen)); in Execute()
522 pTableView->SetSelection( aNewSel ); in Execute()
526 pTopView->SetSelection( aNewSel ); in Execute()
563 pTableView->SetSelection( aSel ); in Execute()
571 pTableView->SetSelection( aSel ); // select inserted field in Execute()
580 pTopView->SetSelection( aSel ); in Execute()
582 pTopView->SetSelection( aSel ); // select inserted field in Execute()
H A Dtabvwshe.cxx184 rView.SetSelection( aSel ); in lcl_SelectFieldAfterInsert()
220 pTopView->SetSelection( ESelection(0,0,0,1) ); in InsertURLField()
222 pTableView->SetSelection( ESelection(0,0,0,1) ); in InsertURLField()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx239 pEditView->SetSelection( aTmpSel ); in PostKeyEvent()
257 pEditView->SetSelection( aTmpSel ); in PostKeyEvent()
359 pEditView->SetSelection( aSel ); in MouseButtonDown()
500 pEditView->SetSelection( ESelection( nPara, 0, nPara, 0 ) ); in ImpToggleExpand()
530 pEditView->SetSelection( aSel ); in Select()
748 pEditView->SetSelection( aSel ); in AdjustDepth()
760 pEditView->SetSelection( aSel ); in AdjustHeight()
1145 pEditView->SetSelection( aSel ); in SelectRange()
1566 void OutlinerView::SetSelection( const ESelection& rSel ) in SetSelection() function in OutlinerView
1569 pEditView->SetSelection( rSel ); in SetSelection()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx713 …GetEditView()->SetSelection( TextSelection( TextPaM( nErrorLine, nErrCol1 ), TextPaM( nErrorLine, … in IMPL_LINK()
775 GetEditView()->SetSelection( TextSelection( TextPaM( nErrorLine, 0 ), TextPaM( nErrorLine, 0 ) ) ); in BasicBreakHdl()
817 GetEditView()->SetSelection( aSel ); in BasicAddWatch()
886 pView->SetSelection( aSel ); in EditMacro()
937 GetEditView()->SetSelection( aSel ); in UpdateData()
1139 pView->SetSelection( aSel ); in ExecuteCommand()
1317 pView->SetSelection( TextSelection() ); in StartSearchAndReplace()
1319 …pView->SetSelection( TextSelection( TextPaM( 0xFFFFFFFF, 0xFFFF ), TextPaM( 0xFFFFFFFF, 0xFFFF ) )… in StartSearchAndReplace()
1340 pView->SetSelection( aSel ); in StartSearchAndReplace()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx590 mpImpl->GetOutlinerView()->SetSelection (aSelection); in Initialize()
642 mpImpl->GetOutlinerView()->SetSelection (GetSearchStartPosition ()); in SearchAndReplaceAll()
751 pOutlinerView->SetSelection (GetSearchStartPosition ()); in SearchAndReplaceOnce()
964 pOutlinerView->SetSelection(maStartSelection); in RestoreStartPosition()
973 pView->SetSelection (maStartSelection); in RestoreStartPosition()
1097 pOutlinerView->SetSelection (GetSearchStartPosition ()); in EndOfSearch()
1272 pOutlinerView->SetSelection (GetSearchStartPosition ()); in PrepareSearchAndReplace()
H A Doutlnvs2.cxx364 pOutlinerView->SetSelection( aSel ); in FuTemporaryModify()
559 pOutlinerView->SetSelection( aSel ); in FuTemporaryModify()
599 pOutlinerView->SetSelection( aSel ); in FuTemporaryModify()
606 pOutlinerView->SetSelection( aSel ); in FuTemporaryModify()
H A Ddrviewsb.cxx591 pOLV->SetSelection( aSel ); in FuTemp02()
669 pOLV->SetSelection( aSel ); in FuTemp02()
675 pOLV->SetSelection( aSel ); in FuTemp02()
695 pOLV->SetSelection( aSel ); in FuTemp02()
/trunk/main/cui/source/dialogs/
H A Ddlgname.cxx60 aEdtName.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX)); in SvxNameDialog()
111 aEdtName.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX)); in SvxObjectNameDialog()
151 aEdtTitle.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX)); in SvxObjectTitleDescDialog()
/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx289 pEditView->SetSelection( rESel ); in SetLanguageAndFont()
312 pEditView->SetSelection( aOldSel ); in SetLanguageAndFont()
330 pEditView->SetSelection( aSelection ); in SelectNewUnit_impl()
536 pEditView->SetSelection( aSel ); in ChangeText()
H A Deditview.cxx223 void EditView::SetSelection( const ESelection& rESel ) in SetSelection() function in EditView
1210 SetSelection( aOldSel ); in ExecuteSpellPopup()
1229 SetSelection( aSel ); in ExecuteSpellPopup()
1239 SetSelection( aOldSel ); in ExecuteSpellPopup()
1283 SetSelection( aOldSel ); in ExecuteSpellPopup()
1302 SetSelection( aOldSel ); in ExecuteSpellPopup()
1449 pEditView->SetSelection( rSel ); in ChangeFontSizeImpl()
1517 SetSelection( aOldSelection ); in ChangeFontSize()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx280 m_aStatus.SetSelection(Selection(sCompleteMessage.Len(), sCompleteMessage.Len())); in addStatusText()
296 m_aSQL.SetSelection(Selection()); in executeCurrent()
321 m_aSQL.SetSelection(Selection(sStatement.Len(), sStatement.Len())); in switchToHistory()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx299 pBox->SetSelection( Selection( pThis->aText.Len(), aTmp.Len() ) );
980 SetSelection( Selection( aSelection.Min(), aSelection.Min() ) ); in ProcessKey()
1018 SetSelection( Selection( aSelection.Min(), aSelection.Min() ) ); in ProcessKey()
1063 SetSelection( Selection( nLen, GetText().Len() ) ); in PreNotify()
1071 SetSelection( Selection( 0, GetText().Len() ) ); in PreNotify()
1097 SetSelection( Selection( 0, GetText().Len() ) ); in Notify()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx191 sal_Bool SetSelection( sal_Int32 nStartPara, sal_Int32 nStartIndex,
417 … sal_Bool AccessibleStaticTextBase_Impl::SetSelection( sal_Int32 nStartPara, sal_Int32 nStartIndex, in SetSelection() function in accessibility::AccessibleStaticTextBase_Impl
428 … return rCacheVF.SetSelection( MakeSelection(nStartPara, nStartIndex, nEndPara, nEndIndex) ); in SetSelection()
454 rCacheVF.SetSelection( MakeSelection(nStartPara, nStartIndex, nEndPara, nEndIndex) ); in CopyText()
456 rCacheVF.SetSelection( aOldSelection ); // restore in CopyText()
834 return mpImpl->SetSelection( aStartIndex.nPara, aStartIndex.nIndex, in setSelection()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx302 aEdit.SetSelection( Selection( sEdit.Len(), sEdit.Len() ) ); in ShowWin()
501 aEdit.SetSelection( Selection( sEdit.Len(), sEdit.Len() ) ); in SetFormula()
590 SetSelection( Selection( nPos, nPos )); in UpdateRange()
646 SetSelection( Selection( nPos, nPos ) ); in UpdateRange()
/trunk/main/svtools/inc/svtools/
H A Dfilectrl.hxx88 void SetSelection( const Selection& rSelection ) { maEdit.SetSelection( rSelection ); } in SetSelection() function in FileControl

Completed in 267 milliseconds

12345678