Searched refs:rHandlerList (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 955 void MotionPathTag::addCustomHandles( SdrHdlList& rHandlerList ) in addCustomHandles() argument 976 rHandlerList.AddHdl( pHdl ); in addCustomHandles() 984 SdrHdlList aTemp( rHandlerList.GetView() ); in addCustomHandles() 1001 rHandlerList.AddHdl( pSmartHdl ); in addCustomHandles() 1017 rHandlerList.AddHdl(pPlusHdl); in addCustomHandles() 1029 sal_uLong nCount = rHandlerList.GetHdlCount(); in addCustomHandles() 1035 rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.TopLeft(),HDL_UPLFT)); in addCustomHandles() 1039 rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.TopLeft() ,HDL_UPLFT)); in addCustomHandles() 1040 rHandlerList.AddHdl(new SmartHdl( xThis, mpPathObj, aRect.BottomRight(),HDL_LWRGT)); in addCustomHandles() 1054 while( nCount < rHandlerList.GetHdlCount() ) in addCustomHandles() [all …]
|
H A D | motionpathtag.hxx | 106 virtual void addCustomHandles( SdrHdlList& rHandlerList );
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | smarttag.hxx | 81 virtual void addCustomHandles( SdrHdlList& rHandlerList ); 131 void addCustomHandles( SdrHdlList& rHandlerList );
|
H A D | ViewShellBase.hxx | 264 …stomHandler( SdrView& rSourceView, ViewShell::ShellType eShellType, SdrHdlList& rHandlerList ) = 0;
|
/aoo4110/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 135 virtual void addCustomHandles( SdrHdlList& rHandlerList ); 413 void ChangePlaceholderTag::addCustomHandles( SdrHdlList& rHandlerList ) in addCustomHandles() argument 451 rHandlerList.AddHdl( pHdl ); in addCustomHandles()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | smarttag.cxx | 342 void SmartTagSet::addCustomHandles( SdrHdlList& rHandlerList ) in addCustomHandles() argument 347 (*aIter++)->addCustomHandles( rHandlerList ); in addCustomHandles()
|
/aoo4110/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 553 void AnnotationTag::addCustomHandles( SdrHdlList& rHandlerList ) in addCustomHandles() argument 567 rHandlerList.AddHdl( pHdl ); in addCustomHandles()
|
H A D | annotationtag.hxx | 78 virtual void addCustomHandles( SdrHdlList& rHandlerList );
|
Completed in 48 milliseconds