Searched refs:GetMinZoom (Results 1 – 12 of 12) sorted by relevance
50 sal_uInt16 GetMinZoom() const {return mnMinZoom;} in GetMinZoom() function in SvxZoomSliderItem
117 long GetMinZoom (void) const;
140 pDlg->SetLimits( (sal_uInt16)mpWindow->GetMinZoom(), (sal_uInt16)mpWindow->GetMaxZoom() ); in DoExecute()
174 …SetZoom( Max( (long) ( GetActiveWindow()->GetZoom() / 2 ), (long) GetActiveWindow()->GetMinZoom() … in FuTemporary()
824 if( GetActiveWindow()->GetZoom() <= GetActiveWindow()->GetMinZoom() || GetDocSh()->IsUIActive() ) in GetMenuState()1421 …tem( (sal_uInt16) pActiveWindow->GetZoom(), (sal_uInt16)pActiveWindow->GetMinZoom(), (sal_uInt16)p… in GetStatusBarState()
202 long Window::GetMinZoom (void) const in GetMinZoom() function in sd::Window
688 …tem( (sal_uInt16) pActiveWindow->GetZoom(), (sal_uInt16)pActiveWindow->GetMinZoom(), (sal_uInt16)p… in GetStatusBarState()
748 … nNewZoom = Max( (long) pWin->GetMinZoom(), (long)(nOldZoom - DELTA_ZOOM) ); in HandleScrollCommand()
1142 …SetZoom( Max( (long) ( GetActiveWindow()->GetZoom() / 2 ), (long) GetActiveWindow()->GetMinZoom() … in FuSupport()
1002 if( GetActiveWindow()->GetZoom() <= GetActiveWindow()->GetMinZoom() || GetDocSh()->IsUIActive() ) in GetMenuState()
210 mpImpl->mnMinZoom = static_cast<const SvxZoomSliderItem*>( pState )->GetMinZoom(); in StateChanged()
387 mpImpl->mnMinZoom = pZoomSliderItem->GetMinZoom(); in UpdateFromItem()
Completed in 68 milliseconds