Home
last modified time | relevance | path

Searched refs:nZoomType (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/ui/uiview/
H A Dview.cxx1291 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() local
1343 pValue->Value >>= nZoomType; in ReadUserDataSequence()
1380 eZoom = static_cast < SvxZoomType > ( nZoomType ); in ReadUserDataSequence()
1520 const sal_Int16 nZoomType = static_cast< sal_Int16 >(pWrtShell->GetViewOptions()->GetZoomType()); in WriteUserDataSequence() local
1521 pValue->Value <<= nZoomType; in WriteUserDataSequence()
/aoo42x/main/sc/source/ui/vba/
H A Dvbawindow.cxx757 sal_Int16 nZoomType = view::DocumentZoomType::PAGE_WIDTH; in getZoom() local
758 xProps->getPropertyValue( sName ) >>= nZoomType; in getZoom()
759 if( nZoomType == view::DocumentZoomType::PAGE_WIDTH ) in getZoom()
763 else if( nZoomType == view::DocumentZoomType::BY_VALUE ) in getZoom()

Completed in 38 milliseconds