Home
last modified time | relevance | path

Searched refs:rZoomRect (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx509 long Window::GetZoomForRect( const Rectangle& rZoomRect ) in GetZoomForRect() argument
513 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() argument
572 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 …]
H A Dviewshe2.cxx425 void ViewShell::SetZoomRect(const Rectangle& rZoomRect) in SetZoomRect() argument
427 long nZoom = GetActiveWindow()->SetZoomRect(rZoomRect); in SetZoomRect()
H A Ddrviews1.cxx328 void DrawViewShell::SetZoomRect( const Rectangle& rZoomRect ) in SetZoomRect() argument
330 ViewShell::SetZoomRect( rZoomRect ); in SetZoomRect()
H A Doutlnvsh.cxx1252 void OutlineViewShell::SetZoomRect(const Rectangle& rZoomRect) in SetZoomRect() argument
1254 ViewShell::SetZoomRect(rZoomRect); in SetZoomRect()
/trunk/main/sd/source/ui/inc/
H A DWindow.hxx97 long SetZoomRect (const Rectangle& rZoomRect);
99 long GetZoomForRect( const Rectangle& rZoomRect );
H A DSlideSorterViewShell.hxx104 virtual void SetZoomRect (const Rectangle& rZoomRect);
H A DOutlineViewShell.hxx110 virtual void SetZoomRect(const Rectangle& rZoomRect);
H A DSlideViewShell.hxx118 virtual void SetZoomRect(const Rectangle& rZoomRect);
H A DViewShell.hxx226 virtual void SetZoomRect(const Rectangle& rZoomRect);
H A DDrawViewShell.hxx148 virtual void SetZoomRect( const Rectangle& rZoomRect );
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx719 void SlideSorterViewShell::SetZoomRect (const Rectangle& rZoomRect) in SetZoomRect() argument
724 Rectangle aRect(rZoomRect); in SetZoomRect()

Completed in 55 milliseconds