Searched refs:rZoomRect (Results 1 – 11 of 11) sorted by relevance
509 long Window::GetZoomForRect( const Rectangle& rZoomRect ) in GetZoomForRect() argument513 if( (rZoomRect.GetWidth() != 0) && (rZoomRect.GetHeight() != 0)) in GetZoomForRect()523 if(rZoomRect.GetHeight()) in GetZoomForRect()529 if(rZoomRect.GetWidth()) in GetZoomForRect()568 long Window::SetZoomRect (const Rectangle& rZoomRect) in SetZoomRect() argument572 if (rZoomRect.GetWidth() == 0 || rZoomRect.GetHeight() == 0) in SetZoomRect()580 Point aPos = rZoomRect.TopLeft(); in SetZoomRect()586 DBG_ASSERT(rZoomRect.GetWidth(), "ZoomRect-Breite = 0!"); in SetZoomRect()587 DBG_ASSERT(rZoomRect.GetHeight(), "ZoomRect-Hoehe = 0!"); in SetZoomRect()596 if(rZoomRect.GetHeight()) 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()
Completed in 44 milliseconds