Home
last modified time | relevance | path

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

/aoo42x/main/sw/inc/
H A Dgrfatr.hxx109 Size aUnrotatedSize; member in SwRotationGrf
115 : SfxUInt16Item( RES_GRFATR_ROTATION, nVal ), aUnrotatedSize( rSz ) in SwRotationGrf()
131 void SetUnrotatedSize( const Size& rSz ) { aUnrotatedSize = rSz; } in SetUnrotatedSize()
132 const Size& GetUnrotatedSize() const { return aUnrotatedSize; } in GetUnrotatedSize()
/aoo42x/main/sw/source/core/graphic/
H A Dgrfatr.cxx186 return new SwRotationGrf( GetValue(), aUnrotatedSize ); in Clone()

Completed in 41 milliseconds