Searched refs:nZoomType (Results 1 – 6 of 6) sorted by relevance
704 sal_Int16 nZoomType = view::DocumentZoomType::PAGE_WIDTH; in getZoom() local705 xProps->getPropertyValue( sName ) >>= nZoomType; in getZoom()706 if( nZoomType == view::DocumentZoomType::PAGE_WIDTH ) in getZoom()710 else if( nZoomType == view::DocumentZoomType::BY_VALUE ) in getZoom()
731 sal_Int16 nZoomType = view::DocumentZoomType::PAGE_WIDTH; in getZoom() local732 xProps->getPropertyValue( sName ) >>= nZoomType; in getZoom()733 if( nZoomType == view::DocumentZoomType::PAGE_WIDTH ) in getZoom()737 else if( nZoomType == view::DocumentZoomType::BY_VALUE ) in getZoom()
1307 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() local1360 rValue.Value >>= nZoomType; in ReadUserDataSequence()1418 eZoom = static_cast < SvxZoomType > ( nZoomType ); in ReadUserDataSequence()1563 …const sal_Int16 nZoomType = static_cast< sal_Int16 >(m_pWrtShell->GetViewOptions()->GetZoomType()); in WriteUserDataSequence() local1564 aVector.push_back(comphelper::makePropertyValue("ZoomType", nZoomType)); in WriteUserDataSequence()
1316 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() local1367 rValue.Value >>= nZoomType; in ReadUserDataSequence()1415 eZoom = static_cast < SvxZoomType > ( nZoomType ); in ReadUserDataSequence()1555 …const sal_Int16 nZoomType = static_cast< sal_Int16 >(m_pWrtShell->GetViewOptions()->GetZoomType()); in WriteUserDataSequence() local1556 aVector.push_back(comphelper::makePropertyValue("ZoomType", nZoomType)); in WriteUserDataSequence()
1868 sal_Int16 nZoomType; in ImportDop() local1870 case 1: nZoomType = sal_Int16(SvxZoomType::WHOLEPAGE); break; in ImportDop()1871 case 2: nZoomType = sal_Int16(SvxZoomType::PAGEWIDTH); break; in ImportDop()1872 case 3: nZoomType = sal_Int16(SvxZoomType::OPTIMAL); break; in ImportDop()1873 default: nZoomType = sal_Int16(SvxZoomType::PERCENT); break; in ImportDop()1878 { "ZoomType", uno::Any(nZoomType) } in ImportDop()
1861 sal_Int16 nZoomType; in ImportDop() local1863 case 1: nZoomType = sal_Int16(SvxZoomType::WHOLEPAGE); break; in ImportDop()1864 case 2: nZoomType = sal_Int16(SvxZoomType::PAGEWIDTH); break; in ImportDop()1865 case 3: nZoomType = sal_Int16(SvxZoomType::OPTIMAL); break; in ImportDop()1866 default: nZoomType = sal_Int16(SvxZoomType::PERCENT); break; in ImportDop()1871 { "ZoomType", uno::Any(nZoomType) } in ImportDop()