Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dview.cxx1284 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() local
1336 pValue->Value >>= nZoomType; in ReadUserDataSequence()
1373 eZoom = static_cast < SvxZoomType > ( nZoomType ); in ReadUserDataSequence()
1513 … const sal_Int16 nZoomType = static_cast< sal_Int16 >(pWrtShell->GetViewOptions()->GetZoomType()); in WriteUserDataSequence() local
1514 pValue->Value <<= nZoomType; in WriteUserDataSequence()
/trunk/main/sc/source/ui/vba/
H A Dvbawindow.cxx756 sal_Int16 nZoomType = view::DocumentZoomType::PAGE_WIDTH; in getZoom() local
757 xProps->getPropertyValue( sName ) >>= nZoomType; in getZoom()
758 if( nZoomType == view::DocumentZoomType::PAGE_WIDTH ) in getZoom()
762 else if( nZoomType == view::DocumentZoomType::BY_VALUE ) in getZoom()