Home
last modified time | relevance | path

Searched refs:SmartTag (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dsmarttag.cxx37 SmartTag::SmartTag( ::sd::View& rView ) in SmartTag() function in sd::SmartTag
47 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 …]
/trunk/main/sd/source/ui/inc/
H A Dsmarttag.hxx49 class SmartTag : public SimpleReferenceComponent class
54 explicit SmartTag( ::sd::View& rView );
55 virtual ~SmartTag();
92 SmartTag( const SmartTag& ); // not implemented
93 SmartTag& operator=( const SmartTag& ); // not implemented
96 typedef rtl::Reference< SmartTag > SmartTagReference;
101 friend class SmartTag;
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx119 class ChangePlaceholderTag : public SmartTag
316 : 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()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx307 : SmartTag( rView ) in AnnotationTag()
588 SmartTag::disposing(); in disposing()
595 SmartTag::select(); in select()
614 SmartTag::deselect(); in deselect()
H A Dannotationtag.hxx40 class AnnotationTag : public SmartTag
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx368 : SmartTag( rView ) in MotionPathTag()
1089 SmartTag::disposing(); in disposing()
1096 SmartTag::deselect(); in deselect()
H A Dmotionpathtag.hxx48 class MotionPathTag : public SmartTag, public IPolyPolygonEditorController, public SfxListener, pub…
/trunk/main/sd/source/ui/inc/view/
H A Dviewoverlaymanager.hxx36 typedef std::vector< rtl::Reference< SmartTag > > ViewTagVector;

Completed in 37 milliseconds