Searched refs:SmartTagReference (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sd/source/ui/func/ |
H A D | smarttag.cxx | 41 SmartTagReference xThis( this ); in SmartTag() 107 SmartTagReference xThis( this ); in disposing() 167 void SmartTagSet::add( const SmartTagReference& xTag ) in add() 181 void SmartTagSet::remove( const SmartTagReference& xTag ) in remove() 183 std::set< SmartTagReference >::iterator aIter( maSet.find( xTag ) ); in remove() 199 std::set< SmartTagReference > aSet; in Dispose() 210 void SmartTagSet::select( const SmartTagReference& xTag ) in select() 259 SmartTagReference xTag( pSmartHdl->getTag() ); in MouseButtonDown() 278 SmartTagReference xTag( pSmartHdl->getTag() ); in KeyInput() 301 SmartTagReference xTag( pSmartHdl->getTag() ); in RequestHelp() [all …]
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | smarttag.hxx | 96 typedef rtl::Reference< SmartTag > SmartTagReference; typedef 107 void select( const SmartTagReference& xTag ); 113 const SmartTagReference& getSelected() const { return mxSelectedTag; } in getSelected() 153 void add( const SmartTagReference& xTag ); 156 void remove( const SmartTagReference& xTag ); 158 std::set< SmartTagReference > maSet; 161 SmartTagReference mxSelectedTag; 162 SmartTagReference mxMouseOverTag; 172 SmartHdl( const SmartTagReference& xTag, const Point& rPnt, SdrHdlKind eNewKind=HDL_SMARTTAG ); 174 const SmartTagReference& getTag() const { return mxTag; } in getTag() [all …]
|
H A D | View.hxx | 181 void selectSmartTag( const SmartTagReference& xTag );
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 173 …AnnotationHdl( const SmartTagReference& xTag, const Reference< XAnnotation >& xAnnotation, const P… 188 AnnotationHdl::AnnotationHdl( const SmartTagReference& xTag, const Reference< XAnnotation >& xAnnot… in AnnotationHdl() 337 SmartTagReference xTag( this ); in MouseButtonDown() 391 SmartTagReference xThis( this ); in KeyInput() 557 SmartTagReference xThis( this ); in addCustomHandles()
|
H A D | annotationmanager.cxx | 783 SmartTagReference xTag( (*iter).get() ); in SelectAnnotation() 892 SmartTagReference xTag( xSelectedTag.get() ); in CreateTags()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 148 …ImageButtonHdl( const SmartTagReference& xTag, /* sal_uInt16 nSID, const Image& rImage, const Imag… 172 ImageButtonHdl::ImageButtonHdl( const SmartTagReference& xTag /*, sal_uInt16 nSID, const Image& rIm… in ImageButtonHdl() 383 SmartTagReference xThis( this ); in createOverlayImage() 418 SmartTagReference xThis( this ); in addCustomHandles()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 262 SdPathHdl( const SmartTagReference& xTag, SdrPathObj* mpPathObj ); 276 SdPathHdl::SdPathHdl( const SmartTagReference& xTag, SdrPathObj* pPathObj ) in SdPathHdl() 496 SmartTagReference xTag( this ); in MouseButtonDown() 638 SmartTagReference xThis( this ); in KeyInput() 969 SmartTagReference xThis( this ); in addCustomHandles()
|
Completed in 29 milliseconds