Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfattr.cxx40 mnBottomCrop ( 0 ), in GraphicAttr()
68 ( mnBottomCrop == rAttr.mnBottomCrop ) && 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 <<()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx102 long mnBottomCrop; member in GraphicAttr
132 mnRightCrop = nRight_100TH_MM; mnBottomCrop = nBottom_100TH_MM; in SetCrop()
137 long GetBottomCrop() const { return mnBottomCrop; } in GetBottomCrop()
171 mnRightCrop != 0 || mnBottomCrop != 0 ); in IsCropped()

Completed in 18 milliseconds