Searched refs:nZoomType (Results 1 – 2 of 2) sorted by relevance
1291 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() local1343 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() local1521 pValue->Value <<= nZoomType; in WriteUserDataSequence()
757 sal_Int16 nZoomType = view::DocumentZoomType::PAGE_WIDTH; in getZoom() local758 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 53 milliseconds