Searched refs:_rSectionWindow (Results 1 – 2 of 2) sorted by relevance
203 void OViewsWindow::impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,boo… in impl_resizeSectionWindow() argument205 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() argument234 if ( pSectionWindow.get() == &_rSectionWindow ) in resize()
148 … void impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,bool _bSet);168 void resize(const OSectionWindow& _rSectionWindow);
Completed in 21 milliseconds