Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfattr.cxx41 mnRotate10 ( 0 ), in GraphicAttr()
69 ( mnRotate10 == rAttr.mnRotate10 ) && in operator ==()
88 rIStm >> nTmp32 >> nTmp32 >> rAttr.mfGamma >> rAttr.mnMirrFlags >> rAttr.mnRotate10; in operator >>()
108 rOStm << nTmp32 << nTmp32 << rAttr.mfGamma << rAttr.mnMirrFlags << rAttr.mnRotate10; in operator <<()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx103 sal_uInt16 mnRotate10; member in GraphicAttr
139 void SetRotation( sal_uInt16 nRotate10 ) { mnRotate10 = nRotate10; } in SetRotation()
140 sal_uInt16 GetRotation() const { return mnRotate10; } in GetRotation()
173 sal_Bool IsRotated() const { return( ( mnRotate10 % 3600 ) != 0 ); } in IsRotated()

Completed in 20 milliseconds