Home
last modified time | relevance | path

Searched refs:bBoundRects (Results 1 – 9 of 9) sorted by path

/trunk/main/reportdesign/source/ui/inc/
H A DDesignView.hxx154 …ignMarkedObjects(sal_Int32 _nControlModification, bool _bAlignAtSection, bool bBoundRects = false);
H A DReportWindow.hxx219 …ignMarkedObjects(sal_Int32 _nControlModification, bool _bAlignAtSection, bool bBoundRects = false);
H A DScrollHelper.hxx206 …ignMarkedObjects(sal_Int32 _nControlModification, bool _bAlignAtSection, bool bBoundRects = false);
H A DViewsWindow.hxx273 …lignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool bBoundRects = false);
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx674 …gnView::alignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool bBoundRects) in alignMarkedObjects() argument
676 m_aScrollWindow.alignMarkedObjects(_nControlModification, _bAlignAtSection,bBoundRects); in alignMarkedObjects()
H A DReportWindow.cxx362 …Window::alignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool bBoundRects) in alignMarkedObjects() argument
365 m_aViewsWindow.alignMarkedObjects(_nControlModification, _bAlignAtSection, bBoundRects); in alignMarkedObjects()
H A DScrollHelper.cxx349 …Helper::alignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool bBoundRects) in alignMarkedObjects() argument
351 m_aReportWindow.alignMarkedObjects(_nControlModification, _bAlignAtSection, bBoundRects); in alignMarkedObjects()
/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx390 void AlignMarkedObjects(SdrHorAlign eHor, SdrVertAlign eVert, sal_Bool bBoundRects=sal_False);
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx1783 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()

Completed in 52 milliseconds