Home
last modified time | relevance | path

Searched refs:SmartTagSet (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sd/source/ui/func/
H A Dsmarttag.cxx154 SmartTagSet::SmartTagSet( View& rView ) in SmartTagSet() function in sd::SmartTagSet
161 SmartTagSet::~SmartTagSet() in ~SmartTagSet()
167 void SmartTagSet::add( const SmartTagReference& xTag ) in add()
181 void SmartTagSet::remove( const SmartTagReference& xTag ) in remove()
197 void SmartTagSet::Dispose() in Dispose()
210 void SmartTagSet::select( const SmartTagReference& xTag ) in select()
229 void SmartTagSet::deselect() in deselect()
242 bool SmartTagSet::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
268 bool SmartTagSet::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
290 bool SmartTagSet::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
[all …]
/AOO42X/main/sd/source/ui/inc/
H A Dsmarttag.hxx51 friend class SmartTagSet;
99 class SmartTagSet class
103 explicit SmartTagSet( ::sd::View& rView );
104 ~SmartTagSet();
149 SmartTagSet( const SmartTagSet& ); // not implemented
150 SmartTagSet& operator=( const SmartTagSet& ); // not implemented
H A DView.hxx180 SmartTagSet& getSmartTags() { return maSmartTags; } in getSmartTags()
260 SmartTagSet maSmartTags;