Searched refs:GetSnapSize (Results 1 – 7 of 7) sorted by relevance
700 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()
459 …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()
233 const Size& rSnapSize = aViewOpt.GetSnapSize(); in CreateItemSet()412 if( aViewOpt.GetSnapSize() != aSize ) in ApplyItemSet()
81 const Size &rSz = pNewOpt->GetSnapSize(); in Init()
2318 const Size &rSz = rOpt.GetSnapSize(); in ImplApplyViewOptions()
321 inline const Size &GetSnapSize() const { return aSnapSize; } in GetSnapSize() function in SwViewOption
980 aSnap = rSh.GetViewOptions()->GetSnapSize(); in ChangeFly()1185 Size aSnap( rSh.GetViewOptions()->GetSnapSize() ); in ChangeDrawing()
Completed in 56 milliseconds