Searched refs:bBoundRects (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 349 …Helper::alignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool bBoundRects) in alignMarkedObjects() argument 351 m_aReportWindow.alignMarkedObjects(_nControlModification, _bAlignAtSection, bBoundRects); in alignMarkedObjects()
|
H A D | ReportWindow.cxx | 362 …Window::alignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool bBoundRects) in alignMarkedObjects() argument 365 m_aViewsWindow.alignMarkedObjects(_nControlModification, _bAlignAtSection, bBoundRects); in alignMarkedObjects()
|
H A D | DesignView.cxx | 674 …gnView::alignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool bBoundRects) in alignMarkedObjects() argument 676 m_aScrollWindow.alignMarkedObjects(_nControlModification, _bAlignAtSection,bBoundRects); in alignMarkedObjects()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv1.cxx | 1783 void SdrEditView::AlignMarkedObjects(SdrHorAlign eHor, SdrVertAlign eVert, sal_Bool bBoundRects) in AlignMarkedObjects() argument 1839 Rectangle aObjRect(bBoundRects?pObj->GetCurrentBoundRect():pObj->GetSnapRect()); in AlignMarkedObjects() 1870 if (bBoundRects) in AlignMarkedObjects() 1888 Rectangle aObjRect(bBoundRects?pObj->GetCurrentBoundRect():pObj->GetSnapRect()); in AlignMarkedObjects()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | ScrollHelper.hxx | 206 …ignMarkedObjects(sal_Int32 _nControlModification, bool _bAlignAtSection, bool bBoundRects = false);
|
H A D | ReportWindow.hxx | 219 …ignMarkedObjects(sal_Int32 _nControlModification, bool _bAlignAtSection, bool bBoundRects = false);
|
H A D | DesignView.hxx | 154 …ignMarkedObjects(sal_Int32 _nControlModification, bool _bAlignAtSection, bool bBoundRects = false);
|
H A D | ViewsWindow.hxx | 273 …lignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool bBoundRects = false);
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 390 void AlignMarkedObjects(SdrHorAlign eHor, SdrVertAlign eVert, sal_Bool bBoundRects=sal_False);
|
Completed in 55 milliseconds