LibreOffice Module vcl (master) 1
|
#include <commandevent.hxx>
Public Member Functions | |
CommandSelectionChangeData (sal_uLong nStart, sal_uLong nEnd) | |
sal_uLong | GetStart () const |
sal_uLong | GetEnd () const |
Private Attributes | |
sal_uLong | mnStart |
sal_uLong | mnEnd |
Definition at line 266 of file commandevent.hxx.
Definition at line 96 of file commandevent.cxx.
|
inline |
Definition at line 276 of file commandevent.hxx.
References mnEnd.
|
inline |
Definition at line 275 of file commandevent.hxx.
References mnStart.
|
private |
Definition at line 270 of file commandevent.hxx.
Referenced by CommandSelectionChangeData(), and GetEnd().
|
private |
Definition at line 269 of file commandevent.hxx.
Referenced by CommandSelectionChangeData(), and GetStart().