Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx101 && aSnapSize == rOpt.aSnapSize in IsEqualFlags()
248 aSnapSize.Width() = aSnapSize.Height() = 720; // 1/2" in SwViewOption()
250 aSnapSize.Width() = aSnapSize.Height() = 567; // 1 cm in SwViewOption()
272 aSnapSize = rVOpt.aSnapSize ; in SwViewOption()
314 aSnapSize = rVOpt.aSnapSize ; in operator =()
/trunk/main/sw/inc/
H A Dviewopt.hxx146 Size aSnapSize; // Beschreibt hori. wie vert. Snap member in SwViewOption
320 inline void SetSnapSize( Size &rSz ){ aSnapSize = rSz; } in SetSnapSize()
321 inline const Size &GetSnapSize() const { return aSnapSize; } in GetSnapSize()

Completed in 18 milliseconds