Searched refs:rZoomRect (Results 1 – 11 of 11) sorted by relevance
438 long Window::GetZoomForRect( const Rectangle& rZoomRect ) in GetZoomForRect() argument442 if( (rZoomRect.GetWidth() != 0) && (rZoomRect.GetHeight() != 0)) in GetZoomForRect()452 if(rZoomRect.GetHeight()) in GetZoomForRect()455 * (double) ZOOM_MULTIPLICATOR / (double) rZoomRect.GetHeight()); in GetZoomForRect()458 if(rZoomRect.GetWidth()) in GetZoomForRect()461 * (double) ZOOM_MULTIPLICATOR / (double) rZoomRect.GetWidth()); in GetZoomForRect()497 long Window::SetZoomRect (const Rectangle& rZoomRect) in SetZoomRect() argument501 if (rZoomRect.GetWidth() == 0 || rZoomRect.GetHeight() == 0) in SetZoomRect()509 Point aPos = rZoomRect.TopLeft(); in SetZoomRect()515 DBG_ASSERT(rZoomRect.GetWidth(), "ZoomRect-Breite = 0!"); in SetZoomRect()[all …]
425 void ViewShell::SetZoomRect(const Rectangle& rZoomRect) in SetZoomRect() argument427 long nZoom = GetActiveWindow()->SetZoomRect(rZoomRect); in SetZoomRect()
328 void DrawViewShell::SetZoomRect( const Rectangle& rZoomRect ) in SetZoomRect() argument330 ViewShell::SetZoomRect( rZoomRect ); in SetZoomRect()
1252 void OutlineViewShell::SetZoomRect(const Rectangle& rZoomRect) in SetZoomRect() argument1254 ViewShell::SetZoomRect(rZoomRect); in SetZoomRect()
97 long SetZoomRect (const Rectangle& rZoomRect);99 long GetZoomForRect( const Rectangle& rZoomRect );
104 virtual void SetZoomRect (const Rectangle& rZoomRect);
118 virtual void SetZoomRect(const Rectangle& rZoomRect);
110 virtual void SetZoomRect(const Rectangle& rZoomRect);
226 virtual void SetZoomRect(const Rectangle& rZoomRect);
148 virtual void SetZoomRect( const Rectangle& rZoomRect );
719 void SlideSorterViewShell::SetZoomRect (const Rectangle& rZoomRect) in SetZoomRect() argument724 Rectangle aRect(rZoomRect); in SetZoomRect()