Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sw/source/ui/uiview/
H A Dview.cxx1292 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() local
1344 pValue->Value >>= nZoomType; in ReadUserDataSequence()
1381 eZoom = static_cast < SvxZoomType > ( nZoomType ); in ReadUserDataSequence()
1521 … const sal_Int16 nZoomType = static_cast< sal_Int16 >(pWrtShell->GetViewOptions()->GetZoomType()); in WriteUserDataSequence() local
1522 pValue->Value <<= nZoomType; in WriteUserDataSequence()

Completed in 19 milliseconds