Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx203 void OViewsWindow::impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,boo… in impl_resizeSectionWindow() argument
205 const uno::Reference< report::XSection> xSection = _rSectionWindow.getReportSection().getSection(); in impl_resizeSectionWindow()
207 Size aSectionSize = _rSectionWindow.LogicToPixel( Size( 0,xSection->getHeight() ) ); in impl_resizeSectionWindow()
210 const sal_Int32 nMinHeight = _rSectionWindow.getStartMarker().getMinHeight(); in impl_resizeSectionWindow()
211 if ( _rSectionWindow.getStartMarker().isCollapsed() || nMinHeight > aSectionSize.Height() ) in impl_resizeSectionWindow()
216 …aSectionSize.Height() += (long)(rSettings.GetSplitSize() * (double)_rSectionWindow.GetMapMode().Ge… in impl_resizeSectionWindow()
219 _rSectionWindow.SetPosSizePixel(_rStartPoint,aSectionSize); in impl_resizeSectionWindow()
225 void OViewsWindow::resize(const OSectionWindow& _rSectionWindow) in resize() argument
234 if ( pSectionWindow.get() == &_rSectionWindow ) in resize()
/trunk/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx148 … void impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,bool _bSet);
168 void resize(const OSectionWindow& _rSectionWindow);

Completed in 17 milliseconds