Home
last modified time | relevance | path

Searched refs:AnnotationTag (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sd/source/ui/annotations/
H A Dannotationtag.cxx110 AnnotationDragMove(SdrDragView& rNewView, const rtl::Reference <AnnotationTag >& xTag);
117 rtl::Reference <AnnotationTag > mxTag;
121 AnnotationDragMove::AnnotationDragMove(SdrDragView& rNewView, const rtl::Reference <AnnotationTag >… in AnnotationDragMove()
183 rtl::Reference< AnnotationTag > mxTag;
191 , mxTag( dynamic_cast< AnnotationTag* >( xTag.get() ) ) in AnnotationHdl()
306 AnnotationTag::AnnotationTag( AnnotationManagerImpl& rManager, ::sd::View& rView, const Reference< … in AnnotationTag() function in sd::AnnotationTag
320 AnnotationTag::~AnnotationTag() in ~AnnotationTag()
329 bool AnnotationTag::MouseButtonDown( const MouseEvent& rMEvt, SmartHdl& /*rHdl*/ ) in MouseButtonDown()
356 mpListenWindow->RemoveEventListener( LINK(this, AnnotationTag, WindowEventHandler)); in MouseButtonDown()
359 …mpListenWindow->AddEventListener( LINK(this, AnnotationTag, WindowEventHandler)); … in MouseButtonDown()
[all …]
H A Dannotationtag.hxx40 class AnnotationTag : public SmartTag class
43AnnotationTag( AnnotationManagerImpl& rManager, ::sd::View& rView, const css::uno::Reference< css:…
44 virtual ~AnnotationTag();
H A Dannotationmanagerimpl.hxx44 typedef std::vector< rtl::Reference< AnnotationTag > > AnnotationTagVector;
94 void onTagSelected( AnnotationTag& rTag );
95 void onTagDeselected( AnnotationTag& rTag );
H A Dannotationmanager.cxx756 void AnnotationManagerImpl::onTagSelected( AnnotationTag& rTag ) in onTagSelected()
764 void AnnotationManagerImpl::onTagDeselected( AnnotationTag& rTag ) in onTagDeselected()
874 rtl::Reference< AnnotationTag > xSelectedTag; in CreateTags()
881 …rtl::Reference< AnnotationTag > xTag( new AnnotationTag( *this, *mrBase.GetMainViewShell()->GetVie… in CreateTags()