Home
last modified time | relevance | path

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

/aoo42x/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx258 Size aSectionSize = LogicToPixel( Size( 0,xSection->getHeight() ) ); in Resize() local
260 aSectionSize.Width() = aOutputSize.Width() - (long)aStartWidth; in Resize()
262 aSectionSize.Width() -= (long)aEndWidth; in Resize()
264 m_aReportSection.SetPosSizePixel(aReportPos,aSectionSize); in Resize()
267 aReportPos.Y() += aSectionSize.Height(); in Resize()
268 …m_aSplitter.SetPosSizePixel(aReportPos,Size(aSectionSize.Width(),m_aSplitter.GetSizePixel().Height… in Resize()
269 aSectionSize.Height() = (long)(1000 * (double)GetMapMode().GetScaleY()); in Resize()
270 m_aSplitter.SetDragRectPixel( Rectangle(Point(aStartWidth,0),aSectionSize)); in Resize()
273 aReportPos.X() += aSectionSize.Width(); in Resize()
H A DViewsWindow.cxx207 Size aSectionSize = _rSectionWindow.LogicToPixel( Size( 0,xSection->getHeight() ) ); in impl_resizeSectionWindow() local
208 aSectionSize.Width() = getView()->GetTotalWidth(); in impl_resizeSectionWindow()
211 if ( _rSectionWindow.getStartMarker().isCollapsed() || nMinHeight > aSectionSize.Height() ) in impl_resizeSectionWindow()
213 aSectionSize.Height() = nMinHeight; in impl_resizeSectionWindow()
216aSectionSize.Height() += (long)(rSettings.GetSplitSize() * (double)_rSectionWindow.GetMapMode().Ge… in impl_resizeSectionWindow()
219 _rSectionWindow.SetPosSizePixel(_rStartPoint,aSectionSize); in impl_resizeSectionWindow()
221 _rStartPoint.Y() += aSectionSize.Height(); in impl_resizeSectionWindow()

Completed in 26 milliseconds