Searched refs:_bBoundRects (Results 1 – 2 of 2) sorted by relevance
/trunk/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 63 …, long& _nYMov,SdrObject* _pObj,SdrView* _pView,sal_Int32 _nControlModification, bool _bBoundRects) in lcl_getNewRectSize() argument 89 …Rectangle aOverlappingRect = (_bBoundRects ? pOverlappedObj->GetCurrentBoundRect() : pOverlappedOb… in lcl_getNewRectSize() 682 void OViewsWindow::collectRectangles(TRectangleMap& _rSortRectangles, bool _bBoundRects) in collectRectangles() argument 697 … Rectangle aObjRect(_bBoundRects ? pObj->GetCurrentBoundRect() : pObj->GetSnapRect()); in collectRectangles() 761 if (_bBoundRects) in collectBoundResizeRect() 770 …indow::alignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool _bBoundRects) in alignMarkedObjects() argument 798 collectRectangles(aSortRectangles,_bBoundRects); in alignMarkedObjects() 802 …collectBoundResizeRect(aSortRectangles,_nControlModification,_bAlignAtSection,_bBoundRects,aBound,… in alignMarkedObjects() 877 … if ( lcl_getNewRectSize(aObjRect,nXMov,nYMov,pObj,pView,_nControlModification,_bBoundRects) ) in alignMarkedObjects() 882 aObjRect = (_bBoundRects ? pObj->GetCurrentBoundRect() : pObj->GetSnapRect()); in alignMarkedObjects() [all …]
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | ViewsWindow.hxx | 146 void collectRectangles(TRectangleMap& _rMap,bool _bBoundRects); 147 …Rectangles,sal_Int32 _nControlModification,bool _bAlignAtSection,bool _bBoundRects,Rectangle& _rBo…
|
Completed in 24 milliseconds