Searched refs:SmartTag (Results 1 – 8 of 8) sorted by relevance
37 SmartTag::SmartTag( ::sd::View& rView ) in SmartTag() function in sd::SmartTag47 SmartTag::~SmartTag() in ~SmartTag()59 bool SmartTag::KeyInput( const KeyEvent& /*rKEvt*/ ) in KeyInput()71 bool SmartTag::Command( const CommandEvent& /*rCEvt*/ ) in Command()84 void SmartTag::select() in select()91 void SmartTag::deselect() in deselect()98 bool SmartTag::isSelected() const in isSelected()105 void SmartTag::disposing() in disposing()120 sal_uLong SmartTag::GetMarkablePointCount() const in GetMarkablePointCount()127 sal_uLong SmartTag::GetMarkedPointCount() const in GetMarkedPointCount()[all …]
49 class SmartTag : public SimpleReferenceComponent class54 explicit SmartTag( ::sd::View& rView );55 virtual ~SmartTag();92 SmartTag( const SmartTag& ); // not implemented93 SmartTag& operator=( const SmartTag& ); // not implemented96 typedef rtl::Reference< SmartTag > SmartTagReference;101 friend class SmartTag;
119 class ChangePlaceholderTag : public SmartTag316 : SmartTag( rView ) in ChangePlaceholderTag()459 SmartTag::disposing(); in disposing()466 SmartTag::select(); in select()473 SmartTag::deselect(); in deselect()563 …rtl::Reference< SmartTag > xTag( new ChangePlaceholderTag( *this, *mrBase.GetMainViewShell()->GetV… in CreateTags()
307 : SmartTag( rView ) in AnnotationTag()588 SmartTag::disposing(); in disposing()595 SmartTag::select(); in select()614 SmartTag::deselect(); in deselect()
40 class AnnotationTag : public SmartTag
368 : SmartTag( rView ) in MotionPathTag()1089 SmartTag::disposing(); in disposing()1096 SmartTag::deselect(); in deselect()
48 class MotionPathTag : public SmartTag, public IPolyPolygonEditorController, public SfxListener, pub…
36 typedef std::vector< rtl::Reference< SmartTag > > ViewTagVector;
Completed in 53 milliseconds