Searched refs:aStartWidth (Results 1 – 5 of 5) sorted by relevance
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportWindow.cxx | 152 Fraction aStartWidth(long(REPORT_STARTMARKER_WIDTH)); in getMaxMarkerWidth() 153 aStartWidth *= m_aViewsWindow.GetMapMode().GetScaleX(); in getMaxMarkerWidth() 155 aStartWidth += Fraction(long(REPORT_ENDMARKER_WIDTH)); in getMaxMarkerWidth() 156 return sal_Int32((long)aStartWidth); in getMaxMarkerWidth() 164 Fraction aStartWidth(long(REPORT_ENDMARKER_WIDTH + REPORT_STARTMARKER_WIDTH )); in GetTotalWidth() 166 aStartWidth *= aZoom; // m_aViewsWindow.GetMapMode().GetScaleX();; in GetTotalWidth() 171 nWidth = aPageSize.Width() + long(aStartWidth); in GetTotalWidth() 182 … Fraction aStartWidth(long(REPORT_STARTMARKER_WIDTH)*m_pView->getController().getZoomValue(),100); in Resize() 185 Point aStartPoint((long)aStartWidth + aOffset.X(),0); in Resize()
|
H A D | SectionWindow.cxx | 250 Fraction aStartWidth(long(REPORT_STARTMARKER_WIDTH)); in Resize() 251 aStartWidth *= GetMapMode().GetScaleX(); in Resize() 254 m_aStartMarker.SetPosSizePixel(Point(0,0),Size(aStartWidth,aOutputSize.Height())); in Resize() 259 Point aReportPos(aStartWidth,0); in Resize() 260 aSectionSize.Width() = aOutputSize.Width() - (long)aStartWidth; in Resize() 270 m_aSplitter.SetDragRectPixel( Rectangle(Point(aStartWidth,0),aSectionSize)); in Resize()
|
H A D | ScrollHelper.cxx | 112 Fraction aStartWidth(REPORT_STARTMARKER_WIDTH * m_pParent->getController().getZoomValue(),100); in setTotalSize() local 113 long nWidth = long(_nWidth - (double)aStartWidth); in setTotalSize() 174 …Fraction aStartWidth(long(REPORT_STARTMARKER_WIDTH*m_pParent->getController().getZoomValue()),100); in ResizeScrollBars() 175 const sal_Int32 nNewWidth = aOutPixSz.Width() - aOffset.X() - (long)aStartWidth; in ResizeScrollBars() 176 …lcl_setScrollBar(nNewWidth,Point( (long)aStartWidth + aOffset.X(), aOutPixSz.Height() ),Size( nNew… in ResizeScrollBars()
|
H A D | ViewsWindow.cxx | 248 Fraction aStartWidth(long(REPORT_STARTMARKER_WIDTH)); in resize() 249 aStartWidth *= GetMapMode().GetScaleX(); in resize() 251 aOut.Width() = aStartWidth; in resize() 280 Fraction aStartWidth(long(REPORT_STARTMARKER_WIDTH)); in Paint() 281 aStartWidth *= GetMapMode().GetScaleX(); in Paint() 283 aOut.Width() -= (long)aStartWidth; in Paint() 286 Rectangle aRect(PixelToLogic(Point(aStartWidth,0)),aOut); in Paint() 1845 Fraction aStartWidth(long(REPORT_STARTMARKER_WIDTH)); in zoom() 1847 aStartWidth *= aMapMode.GetScaleX(); in zoom() 1849 aStartWidth *= _aZoom; in zoom() [all …]
|
H A D | dlgedfunc.cxx | 87 Fraction aStartWidth(long(REPORT_STARTMARKER_WIDTH)); in ForceScroll() 88 aStartWidth *= m_pParent->GetMapMode().GetScaleX(); in ForceScroll() 90 aOut.Width() -= (long)aStartWidth; in ForceScroll() 101 aWorkArea.Right() -= (long)aStartWidth; in ForceScroll()
|
Completed in 41 milliseconds