Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/control/
H A Dedit.cxx1023 ImplSetSelection( *pNewSelection, sal_False ); in ImplSetText()
1360 ImplSetSelection( aSelection ); in ImplSetCursorPos()
1449 ImplSetSelection( Selection( 0, 0xFFFF ) ); in MouseButtonDown()
1457 ImplSetSelection( Selection( aBoundary.startPos, aBoundary.endPos ) ); in MouseButtonDown()
1587 ImplSetSelection( Selection( 0, maText.Len() ) ); in ImplHandleKeyEvent()
1613 ImplSetSelection( Selection( 0, maText.Len() ) ); in ImplHandleKeyEvent()
1727 ImplSetSelection( aSel ); in ImplHandleKeyEvent()
2179 ImplSetSelection( Selection( 0, maText.Len() ) ); in Command()
2629 ImplSetSelection( rSelection ); in SetSelection()
2634 void Edit::ImplSetSelection( const Selection& rSelection, sal_Bool bPaint ) in ImplSetSelection() function in Edit
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dedit.hxx127 …SAL_DLLPRIVATE void ImplSetSelection( const Selection& rSelection, sal_Bool bPaint = sal_Tr…