Searched refs:ScSelectionState (Results 1 – 5 of 5) sorted by relevance
47 class ScSelectionState class50 explicit ScSelectionState( ScViewData& rViewData );69 bool operator==( const ScSelectionState& rL, const ScSelectionState& rR );70 inline bool operator!=( const ScSelectionState& rL, const ScSelectionState& rR ) { return !(rL == r… in operator !=()
33 class ScSelectionState;82 typedef ::std::auto_ptr< ScSelectionState > ScSelectionStatePtr;
84 ScSelectionState maSelState; /// Selection data of the document.
33 ScSelectionState::ScSelectionState( ScViewData& rViewData ) : in ScSelectionState() function in ScSelectionState62 bool operator==( const ScSelectionState& rL, const ScSelectionState& rR ) in operator ==()
177 mxOldSel.reset( new ScSelectionState( *mpViewData ) ); in Init()270 ScSelectionState aNewSel( *mpViewData ); in IsSelectionChanged()
Completed in 25 milliseconds