LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
CommandSelectionChangeData Class Reference

#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
 

Detailed Description

Definition at line 266 of file commandevent.hxx.

Constructor & Destructor Documentation

◆ CommandSelectionChangeData()

CommandSelectionChangeData::CommandSelectionChangeData ( sal_uLong  nStart,
sal_uLong  nEnd 
)

Definition at line 96 of file commandevent.cxx.

References mnEnd, and mnStart.

Member Function Documentation

◆ GetEnd()

sal_uLong CommandSelectionChangeData::GetEnd ( ) const
inline

Definition at line 276 of file commandevent.hxx.

References mnEnd.

◆ GetStart()

sal_uLong CommandSelectionChangeData::GetStart ( ) const
inline

Definition at line 275 of file commandevent.hxx.

References mnStart.

Member Data Documentation

◆ mnEnd

sal_uLong CommandSelectionChangeData::mnEnd
private

Definition at line 270 of file commandevent.hxx.

Referenced by CommandSelectionChangeData(), and GetEnd().

◆ mnStart

sal_uLong CommandSelectionChangeData::mnStart
private

Definition at line 269 of file commandevent.hxx.

Referenced by CommandSelectionChangeData(), and GetStart().


The documentation for this class was generated from the following files: