Searched refs:aSectionSize (Results 1 – 2 of 2) sorted by relevance
258 Size aSectionSize = LogicToPixel( Size( 0,xSection->getHeight() ) ); in Resize() local260 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()
207 Size aSectionSize = _rSectionWindow.LogicToPixel( Size( 0,xSection->getHeight() ) ); in impl_resizeSectionWindow() local208 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()216 …aSectionSize.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 17 milliseconds