Searched refs:SmartTagSet (Results 1 – 3 of 3) sorted by relevance
154 SmartTagSet::SmartTagSet( View& rView ) in SmartTagSet() function in sd::SmartTagSet161 SmartTagSet::~SmartTagSet() in ~SmartTagSet()167 void SmartTagSet::add( const SmartTagReference& xTag ) in add()197 void SmartTagSet::Dispose() in Dispose()229 void SmartTagSet::deselect() in deselect()268 bool SmartTagSet::KeyInput( const KeyEvent& rKEvt ) in KeyInput()367 sal_Bool SmartTagSet::HasMarkablePoints() const in HasMarkablePoints()374 sal_uLong SmartTagSet::GetMarkablePointCount() const in GetMarkablePointCount()383 sal_Bool SmartTagSet::HasMarkedPoints() const in HasMarkedPoints()390 sal_uLong SmartTagSet::GetMarkedPointCount() const in GetMarkedPointCount()[all …]
51 friend class SmartTagSet;99 class SmartTagSet class103 explicit SmartTagSet( ::sd::View& rView );104 ~SmartTagSet();149 SmartTagSet( const SmartTagSet& ); // not implemented150 SmartTagSet& operator=( const SmartTagSet& ); // not implemented
180 SmartTagSet& getSmartTags() { return maSmartTags; } in getSmartTags()260 SmartTagSet maSmartTags;
Completed in 20 milliseconds