Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbawindow.cxx704 sal_Int16 nZoomType = view::DocumentZoomType::PAGE_WIDTH; in getZoom() local
705 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()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbawindow.cxx731 sal_Int16 nZoomType = view::DocumentZoomType::PAGE_WIDTH; in getZoom() local
732 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()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dview.cxx1307 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() local
1360 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() local
1564 aVector.push_back(comphelper::makePropertyValue("ZoomType", nZoomType)); in WriteUserDataSequence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dview.cxx1316 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() local
1367 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() local
1556 aVector.push_back(comphelper::makePropertyValue("ZoomType", nZoomType)); in WriteUserDataSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par.cxx1868 sal_Int16 nZoomType; in ImportDop() local
1870 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()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par.cxx1861 sal_Int16 nZoomType; in ImportDop() local
1863 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()