Home
last modified time | relevance | path

Searched refs:SetSelection (Results 51 – 75 of 192) sorted by relevance

12345678

/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx235 pTextView->SetSelection(aSel); in Resize()
493 pTextView->SetSelection( aSelection, true ); in ShowWindow()
506 pTextView->SetSelection( aSelection, true ); in showLine()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx583 SetSelection(aSel); in Modify()
1624 pTextView->SetSelection(aEntrySel); in InsertNewEntry()
1641 pTextView->SetSelection(aEntrySel); in InsertNewEntryAtPosition()
1736 pTextView->SetSelection(aEntrySel); in MoveCurrentItem()
1813 pTextView->SetSelection(aEntrySel); in SelectCurrentItem()
/trunk/main/sfx2/source/dialog/
H A Dmgetempl.cxx497 aNameEd.SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) ); in Reset()
630 aNameEd.SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) ); in DeactivatePage()
/trunk/main/vcl/source/control/
H A Dedit.cxx1596 SetSelection( aSaveSel ); in ImplHandleKeyEvent()
2156 SetSelection( aSaveSel ); in Command()
2184 SetSelection( aSaveSel ); in Command()
2303 SetSelection( Selection( nCursorPos, nCursorPos ) ); in Command()
2331 SetSelection(aSelection); in Command()
2623 void Edit::SetSelection( const Selection& rSelection ) in SetSelection() function in Edit
H A Dfield2.cxx509 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput()
525 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput()
541 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput()
563 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput()
622 pEdit->SetSelection( Selection( nNewPos ) ); in ImplPatternProcessKeyInput()
677 pEdit->SetSelection( Selection( nTempPos ) ); in ImplPatternProcessKeyInput()
H A Dlongcurr.cxx424 GetField()->SetSelection( aSelection ); in SetUserValue()
587 pField->SetSelection( aSelect ); in ImplNewLongCurrencyFieldValue()
/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx148 virtual void SetSelection( const Selection& _rSelection ) = 0;
184 virtual void SetSelection( const Selection& _rSelection );
H A Deditsyntaxhighlighter.hxx55 { SetText( rStr ); SetSelection( rNewSelection ); } in SetText()
/trunk/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx207 aEdAssign.SetSelection( theCurSel ); in Init()
519 aEdName.SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK_INLINE_END()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1206 m_pEdit->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in UpdateFromField()
1226 m_pEdit->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in updateFromModel()
1590 pFormattedWindow->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in UpdateFromField()
1611 pFormattedWindow->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in updateFromModel()
1861 static_cast< Edit* >( m_pWindow )->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in UpdateFromField()
1873 static_cast< Edit* >( m_pWindow )->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in updateFromModel()
2579 … static_cast< ComboBox* >( m_pWindow )->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in updateFromModel()
3769 m_pEditImplementation->SetSelection( Selection( rSel.Min, rSel.Max ) ); in insertText()
3818 m_pEditImplementation->SetSelection( Selection( aSelection.Min, aSelection.Max ) ); in setSelection()
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx863 GetOutlinerView()->SetSelection( aNewSelection ); in SetLanguage()
868 GetOutlinerView()->SetSelection(aOld); in SetLanguage()
957 GetOutlinerView()->GetEditView().SetSelection(aSelection); in DeactivatePostIt()
/trunk/main/sw/source/ui/uiview/
H A Dviewsrch.cxx799 pSrchItem->SetSelection( sal_False ); in StateSearch()
802 pSrchItem->SetSelection( sal_True ); in StateSearch()
/trunk/main/editeng/inc/editeng/
H A Dunoviwed.hxx50 virtual sal_Bool SetSelection( const ESelection& rSelection );
H A Dunoviwou.hxx53 virtual sal_Bool SetSelection( const ESelection& rSelection );
/trunk/main/svl/source/items/
H A Dsrchitem.cxx290 SetSelection( bTemp ); in GetFromDescriptor()
377 void SvxSearchItem::SetSelection( sal_Bool bVal ) in SetSelection() function in SvxSearchItem
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx101 void Edit::SetSelection( Selection const& rSelection ) in SetSelection() function in layout::Edit
107 GetEdit ()->SetSelection (rSelection); in SetSelection()
/trunk/main/sc/source/ui/dbgui/
H A Ddbnamdlg.cxx562 aEdAssign.SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK_INLINE_END()
569 aEdName.SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK_INLINE_END()
/trunk/main/svtools/source/edit/
H A Dtextundo.hxx60 void SetSelection( const TextSelection& rSel );
/trunk/main/sc/source/ui/miscdlgs/
H A Dstrindlg.cxx66 aEdInput.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX)); in ScStringInputDlg()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx645 pOLV->SetSelection( aSel ); in Command()
652 pOLV->SetSelection( aSel ); in Command()
/trunk/main/svx/source/dialog/
H A Drelfld.cxx138 SetSelection( aSelection ); in SetRelative()
/trunk/main/formula/inc/formula/
H A Dformdata.hxx64 inline void SetSelection(const Selection& aSel) { aSelection=aSel;} in SetSelection() function in formula::FormEditData
/trunk/main/sd/source/ui/notes/
H A DEditWindow.hxx103 void SetSelection(const ESelection &rSel);
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx592 virtual sal_Bool SetSelection( const ESelection& rSelection );
676 sal_Bool ScEditViewForwarder::SetSelection( const ESelection& rSelection ) in SetSelection() function in ScEditViewForwarder
681 mpEditView->SetSelection(rSelection); in SetSelection()
/trunk/main/sw/source/ui/cctrl/
H A Dactctrl.cxx106 SetSelection(aSel); in Modify()

Completed in 182 milliseconds

12345678