Home
last modified time | relevance | path

Searched refs:GetSnapSize (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx700 Size aSize( mpViewOption->GetSnapSize() ); in _setSingleValue()
710 Size aSize( mpViewOption->GetSnapSize() ); in _setSingleValue()
929 rValue <<= (sal_Int32) TWIP_TO_MM100(mpConstViewOption->GetSnapSize().Width()); in _getSingleValue()
933 rValue <<= (sal_Int32) TWIP_TO_MM100(mpConstViewOption->GetSnapSize().Height()); in _getSingleValue()
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx459 …case 3: pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100(rParent.GetSnapSize().Width()); break;// … in Commit()
460 …case 4: pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100(rParent.GetSnapSize().Height()); break;// … in Commit()
480 Size aSnap(rParent.GetSnapSize()); in Load()
/trunk/main/sw/source/ui/app/
H A Dappopt.cxx233 const Size& rSnapSize = aViewOpt.GetSnapSize(); in CreateItemSet()
412 if( aViewOpt.GetSnapSize() != aSize ) in ApplyItemSet()
/trunk/main/sw/source/core/view/
H A Dviewimp.cxx81 const Size &rSz = pNewOpt->GetSnapSize(); in Init()
H A Dviewsh.cxx2318 const Size &rSz = rOpt.GetSnapSize(); in ImplApplyViewOptions()
/trunk/main/sw/inc/
H A Dviewopt.hxx321 inline const Size &GetSnapSize() const { return aSnapSize; } in GetSnapSize() function in SwViewOption
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx982 aSnap = rSh.GetViewOptions()->GetSnapSize(); in ChangeFly()
1187 Size aSnap( rSh.GetViewOptions()->GetSnapSize() ); in ChangeDrawing()

Completed in 66 milliseconds