Home
last modified time | relevance | path

Searched refs:TRectangleMap (Results 1 – 2 of 2) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx682 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()
/trunk/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx116 … ::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 24 milliseconds