Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfattr.cxx39 mnRightCrop ( 0 ), in GraphicAttr()
67 ( mnRightCrop == rAttr.mnRightCrop ) && in operator ==()
95 rIStm >> rAttr.mnLeftCrop >> rAttr.mnTopCrop >> rAttr.mnRightCrop >> rAttr.mnBottomCrop; in operator >>()
111 rOStm << rAttr.mnLeftCrop << rAttr.mnTopCrop << rAttr.mnRightCrop << rAttr.mnBottomCrop; in operator <<()
/AOO41X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx101 long mnRightCrop; member in GraphicAttr
132 mnRightCrop = nRight_100TH_MM; mnBottomCrop = nBottom_100TH_MM; in SetCrop()
136 long GetRightCrop() const { return mnRightCrop; } in GetRightCrop()
171 mnRightCrop != 0 || mnBottomCrop != 0 ); in IsCropped()