| /AOO42X/main/sw/source/ui/uiview/ |
| H A D | view.cxx | 847 if( aUsrPref.getBrowseMode() && aUsrPref.GetZoomType() != SVX_ZOOM_PERCENT ) in SwView() 1123 (sal_uInt16)pWrtShell->GetViewOptions()->GetZoomType()); // eZoom; in WriteUserData() 1256 if( pVOpt->GetZoom() != nZoomFactor || pVOpt->GetZoomType() != eZoom ) in ReadUserData() 1284 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() 1412 … ( pVOpt->GetZoom() != nZoomFactor || pVOpt->GetZoomType() != eZoom ); in ReadUserDataSequence() 1513 … const sal_Int16 nZoomType = static_cast< sal_Int16 >(pWrtShell->GetViewOptions()->GetZoomType()); in WriteUserDataSequence()
|
| H A D | viewport.cxx | 72 SVX_ZOOM_PAGEWIDTH_NOBORDER == (SvxZoomType)pWrtShell->GetViewOptions()->GetZoomType(); in IsDocumentBorder() 77 SvxZoomType eType = (SvxZoomType)rView.GetWrtShell().GetViewOptions()->GetZoomType(); in GetLeftMargin() 1213 if ( pWrtShell->GetViewOptions()->GetZoomType() != SVX_ZOOM_PERCENT && in OuterResizePixel() 1215 … _SetZoom( aEditSz, (SvxZoomType)pWrtShell->GetViewOptions()->GetZoomType(), 100, sal_True ); in OuterResizePixel()
|
| H A D | pview.cxx | 853 SvxZoomItem aZoom( (SvxZoomType)pVOpt->GetZoomType(), in Execute() 1109 SvxZoomItem aZoom((SvxZoomType)pVOpt->GetZoomType(), in GetState() 2197 aOpt.GetZoomType() != eType ) in SetZoom()
|
| H A D | view0.cxx | 252 GetWrtShell().GetViewOptions()->GetZoomType()) ) in RecheckBrowseMode()
|
| H A D | viewmdi.cxx | 177 sal_uInt8 (eZoomType) != pUsrPref->GetZoomType()) ) in _SetZoom()
|
| H A D | view2.cxx | 1278 SvxZoomType eZoom = (SvxZoomType) pVOpt->GetZoomType(); in StateStatusLine() 1630 … SvxZoomItem aZoom( (SvxZoomType)rViewOptions.GetZoomType(), rViewOptions.GetZoom() ); in ExecuteStatusLine()
|
| /AOO42X/main/sc/source/ui/view/ |
| H A D | tabvwsh3.cxx | 642 SvxZoomType eOldZoomType = GetZoomType(); in Execute() 733 aNewOpt.SetZoomType( GetZoomType() ); in Execute() 742 rReq.AppendItem( SvxZoomItem( GetZoomType(), nZoom, nSlot ) ); in Execute() 762 aNewOpt.SetZoomType( GetZoomType() ); in Execute()
|
| H A D | tabview5.cxx | 413 SvxZoomType ScTabView::GetZoomType() const in GetZoomType() function in ScTabView 415 return aViewData.GetZoomType(); in GetZoomType()
|
| H A D | tabview.cxx | 853 SvxZoomType eZoomType = GetZoomType(); in UpdateVarZoom() 2173 if ( GetZoomType() != SVX_ZOOM_PERCENT ) in SnapSplitPos()
|
| H A D | tabvwsh4.cxx | 1849 SetZoomType( rAppOpt.GetZoomType(), sal_True ); in ScTabViewShell()
|
| /AOO42X/main/sw/source/ui/uno/ |
| H A D | unomod.cxx | 847 pView->SetZoom( (SvxZoomType)mpViewOption->GetZoomType(), in _postSetValues() 948 switch (mpConstViewOption->GetZoomType()) in _getSingleValue()
|
| /AOO42X/main/sc/inc/ |
| H A D | appoptio.hxx | 48 SvxZoomType GetZoomType() const { return eZoomType; } in GetZoomType() function in ScAppOptions
|
| H A D | viewuno.hxx | 202 sal_Int16 GetZoomType(void) const;
|
| /AOO42X/main/sc/source/ui/unoobj/ |
| H A D | viewuno.cxx | 1561 aNewOpt.SetZoomType( pViewSh->GetViewData()->GetView()->GetZoomType() ); in SetZoom() 1575 sal_Int16 ScTabViewObj::GetZoomType(void) const in GetZoomType() function in ScTabViewObj 1581 SvxZoomType eZoomType = pViewSh->GetViewData()->GetView()->GetZoomType(); in GetZoomType() 2044 else if ( aString.EqualsAscii( SC_UNO_ZOOMTYPE ) ) aRet <<= GetZoomType(); in getPropertyValue()
|
| H A D | appluno.cxx | 620 switch ( aAppOpt.GetZoomType() ) in getPropertyValue()
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | tabview.hxx | 349 SvxZoomType GetZoomType() const;
|
| H A D | viewdata.hxx | 315 SvxZoomType GetZoomType() const { return pThisTab->eZoomType; } in GetZoomType() function in ScViewData
|
| /AOO42X/main/sw/source/ui/config/ |
| H A D | usrpref.cxx | 327 case 12: rVal <<= (sal_Int32)rParent.GetZoomType(); break; // "Zoom/Type", in Commit()
|
| /AOO42X/main/sc/source/core/tool/ |
| H A D | appoptio.cxx | 592 pValues[nProp] <<= (sal_Int32) GetZoomType(); in IMPL_LINK()
|
| /AOO42X/main/sw/inc/ |
| H A D | viewopt.hxx | 480 SvxZoomType GetZoomType() const { return eZoom; } in GetZoomType() function in SwViewOption
|
| /AOO42X/main/sw/source/ui/app/ |
| H A D | docsh2.cxx | 186 const SvxZoomType eType = (SvxZoomType)rViewOptions.GetZoomType(); in ToggleBrowserMode()
|