Home
last modified time | relevance | path

Searched refs:ScSelectionState (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sc/source/ui/inc/
H A Dselectionstate.hxx47 class ScSelectionState class
50 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 !=()
H A Dspelldialog.hxx33 class ScSelectionState;
82 typedef ::std::auto_ptr< ScSelectionState > ScSelectionStatePtr;
H A Dspelleng.hxx84 ScSelectionState maSelState; /// Selection data of the document.
/aoo42x/main/sc/source/ui/view/
H A Dselectionstate.cxx33 ScSelectionState::ScSelectionState( ScViewData& rViewData ) : in ScSelectionState() function in ScSelectionState
62 bool operator==( const ScSelectionState& rL, const ScSelectionState& rR ) in operator ==()
H A Dspelldialog.cxx177 mxOldSel.reset( new ScSelectionState( *mpViewData ) ); in Init()
270 ScSelectionState aNewSel( *mpViewData ); in IsSelectionChanged()

Completed in 26 milliseconds