Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dedit.cxx716 void Edit::ImplDelete( const Selection& rSelection, sal_uInt8 nDirection, sal_uInt8 nMode ) in ImplDelete() function in Edit
1779 ImplDelete( maSelection, nDel, nMode ); in ImplHandleKeyEvent()
2617 ImplDelete( Selection( mnMaxTextLen, maText.Len() ), EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in SetMaxTextLen()
2724 ImplDelete( maSelection, EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in DeleteSelected()
2781 ImplDelete( Selection( 0, aText.Len() ), EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in Undo()
3028 ImplDelete( aSel, EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in dragDropEnd()
3051 ImplDelete( aSel, EDIT_DEL_RIGHT, EDIT_DELMODE_SIMPLE ); in drop()
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx99 …SAL_DLLPRIVATE void ImplDelete( const Selection& rSelection, sal_uInt8 nDirection, sal_uInt…

Completed in 18 milliseconds