Searched refs:xTag (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sd/source/ui/func/ |
H A D | smarttag.cxx | 169 maSet.insert( xTag ); in add() 172 if( xTag == mxMouseOverTag ) in add() 175 if( xTag == mxSelectedTag ) in add() 188 if( xTag == mxMouseOverTag ) in remove() 191 if( xTag == mxSelectedTag ) in remove() 212 if( mxSelectedTag != xTag ) in select() 217 mxSelectedTag = xTag; in select() 279 select( xTag ); in KeyInput() 302 return xTag->RequestHelp( rHEvt ); in RequestHelp() 438 , mxTag( xTag ) in SmartHdl() [all …]
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 92 const rtl::Reference <MotionPathTag >& xTag, in PathDragMove() 96 mxTag( xTag ) in PathDragMove() 100 const rtl::Reference <MotionPathTag >& xTag) in PathDragMove() 103 mxTag( xTag ) in PathDragMove() 156 const rtl::Reference <MotionPathTag >& xTag, in PathDragResize() 160 mxTag( xTag ) in PathDragResize() 164 const rtl::Reference <MotionPathTag >& xTag) in PathDragResize() 167 mxTag( xTag ) in PathDragResize() 467 mrPane.updatePathFromMotionPathTag( xTag ); in Notify() 496 SmartTagReference xTag( this ); in MouseButtonDown() local [all …]
|
H A D | CustomAnimationPane.cxx | 964 rtl::Reference< MotionPathTag > xTag( (*aMIter) ); in updateMotionPathImpl() local 965 if( xTag->getEffect() == pEffect ) in updateMotionPathImpl() 967 if( !xTag->isDisposed() ) in updateMotionPathImpl() 969 xMotionPathTag = xTag; in updateMotionPathImpl() 1026 rtl::Reference< MotionPathTag > xTag( (*aIter++) ); in updateMotionPathTags() local 1027 xTag->Dispose(); in updateMotionPathTags() 2553 void CustomAnimationPane::updatePathFromMotionPathTag( const rtl::Reference< MotionPathTag >& xTag ) in updatePathFromMotionPathTag() argument 2556 if( xTag.is() ) in updatePathFromMotionPathTag() 2558 SdrPathObj* pPathObj = xTag->getPathObj(); in updatePathFromMotionPathTag() 2559 CustomAnimationEffectPtr pEffect = xTag->getEffect(); in updatePathFromMotionPathTag()
|
H A D | CustomAnimationPane.hxx | 101 void updatePathFromMotionPathTag( const rtl::Reference< MotionPathTag >& xTag );
|
/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 110 AnnotationDragMove(SdrDragView& rNewView, const rtl::Reference <AnnotationTag >& xTag); 121 …ionDragMove::AnnotationDragMove(SdrDragView& rNewView, const rtl::Reference <AnnotationTag >& xTag) in AnnotationDragMove() argument 123 , mxTag( xTag ) in AnnotationDragMove() 173 …AnnotationHdl( const SmartTagReference& xTag, const Reference< XAnnotation >& xAnnotation, const P… 188 AnnotationHdl::AnnotationHdl( const SmartTagReference& xTag, const Reference< XAnnotation >& xAnnot… in AnnotationHdl() argument 189 : SmartHdl( xTag, rPnt ) in AnnotationHdl() 191 , mxTag( dynamic_cast< AnnotationTag* >( xTag.get() ) ) in AnnotationHdl() 337 SmartTagReference xTag( this ); in MouseButtonDown() local 338 mrView.getSmartTags().select( xTag ); in MouseButtonDown() 761 rtl::Reference< AnnotationTag > xTag( this ); in IMPL_LINK() local [all …]
|
H A D | annotationmanager.cxx | 783 SmartTagReference xTag( (*iter).get() ); in SelectAnnotation() local 784 mrBase.GetMainViewShell()->GetView()->getSmartTags().select( xTag ); in SelectAnnotation() 881 …rtl::Reference< AnnotationTag > xTag( new AnnotationTag( *this, *mrBase.GetMainViewShell()->GetVie… in CreateTags() local 882 maTagVector.push_back(xTag); in CreateTags() 886 xSelectedTag = xTag; in CreateTags() 892 SmartTagReference xTag( xSelectedTag.get() ); in CreateTags() local 893 mrBase.GetMainViewShell()->GetView()->getSmartTags().select( xTag ); in CreateTags()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | smarttag.hxx | 107 void select( const SmartTagReference& xTag ); 153 void add( const SmartTagReference& xTag ); 156 void remove( const SmartTagReference& xTag ); 171 …SmartHdl( const SmartTagReference& xTag, SdrObject* pObject, const Point& rPnt, SdrHdlKind eNewKin… 172 SmartHdl( const SmartTagReference& xTag, const Point& rPnt, SdrHdlKind eNewKind=HDL_SMARTTAG );
|
H A D | View.hxx | 181 void selectSmartTag( const SmartTagReference& xTag );
|
/aoo41x/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() argument 173 : SmartHdl( xTag, rPnt ) in ImageButtonHdl() 174 , mxTag( dynamic_cast< ChangePlaceholderTag* >( xTag.get() ) ) in ImageButtonHdl() 563 …rtl::Reference< SmartTag > xTag( new ChangePlaceholderTag( *this, *mrBase.GetMainViewShell()->GetV… in CreateTags() local 564 maTagVector.push_back(xTag); in CreateTags()
|
Completed in 84 milliseconds