Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/uno/
H A Dunomod.cxx616 , mpConstViewOption ( NULL ) in SwXViewSettings()
883 mpConstViewOption = pView->GetWrtShell().GetViewOptions(); in _preGetValues()
886 mpConstViewOption = SW_MOD()->GetViewOption(bWeb); in _preGetValues()
900 case HANDLE_VIEWSET_VSCROLL: bBoolVal = mpConstViewOption->IsViewVScrollBar();break; in _getSingleValue()
929 rValue <<= (sal_Int32) TWIP_TO_MM100(mpConstViewOption->GetSnapSize().Width()); in _getSingleValue()
933 rValue <<= (sal_Int32) TWIP_TO_MM100(mpConstViewOption->GetSnapSize().Height()); in _getSingleValue()
937 rValue <<= (sal_Int32) mpConstViewOption->GetDivisionX(); in _getSingleValue()
941 rValue <<= (sal_Int32) mpConstViewOption->GetDivisionY(); in _getSingleValue()
945 rValue <<= (sal_Int16)mpConstViewOption->GetZoom(); in _getSingleValue()
951 switch (mpConstViewOption->GetZoomType()) in _getSingleValue()
[all …]
/aoo42x/main/sw/inc/
H A Dunomod.hxx141 const SwViewOption* mpConstViewOption; member in SwXViewSettings

Completed in 25 milliseconds