Searched refs:TRectangleMap (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 682 void OViewsWindow::collectRectangles(TRectangleMap& _rSortRectangles, bool _bBoundRects) in collectRectangles() 698 …_rSortRectangles.insert(TRectangleMap::value_type(aObjRect,TRectangleMap::mapped_type(pObj,&rView)… in collectRectangles() 704 void OViewsWindow::collectBoundResizeRect(const TRectangleMap& _rSortRectangles,sal_Int32 _nControl… in collectBoundResizeRect() 707 TRectangleMap::const_iterator aRectIter = _rSortRectangles.begin(); in collectBoundResizeRect() 708 TRectangleMap::const_iterator aRectEnd = _rSortRectangles.end(); in collectBoundResizeRect() 797 TRectangleMap aSortRectangles(aCompare); in alignMarkedObjects() 808 TRectangleMap::iterator aRectIter = aSortRectangles.begin(); in alignMarkedObjects() 809 TRectangleMap::iterator aRectEnd = aSortRectangles.end(); in alignMarkedObjects() 859 TRectangleMap::iterator aInterSectRectIter = aSortRectangles.begin(); in alignMarkedObjects()
|
/aoo42x/main/reportdesign/source/ui/inc/ |
H A D | ViewsWindow.hxx | 116 … ::std::multimap<Rectangle,::std::pair<SdrObject*,OSectionView*>,RectangleLess> TRectangleMap; typedef in rptui::OViewsWindow 146 void collectRectangles(TRectangleMap& _rMap,bool _bBoundRects); 147 …void collectBoundResizeRect(const TRectangleMap& _rSortRectangles,sal_Int32 _nControlModification,…
|
Completed in 21 milliseconds