LibreOffice Module sc (master) 1
|
#include <xichart.hxx>
Public Member Functions | |
void | ReadChFramePos (XclImpStream &rStrm) |
Reads the CHFRAMEPOS record (frame position and size). More... | |
const XclChFramePos & | GetFramePosData () const |
Returns read-only access to the imported frame position data. More... | |
Private Attributes | |
XclChFramePos | maData |
Definition at line 207 of file xichart.hxx.
|
inline |
Returns read-only access to the imported frame position data.
Definition at line 214 of file xichart.hxx.
References maData.
void XclImpChFramePos::ReadChFramePos | ( | XclImpStream & | rStrm | ) |
Reads the CHFRAMEPOS record (frame position and size).
Definition at line 441 of file xichart.cxx.
References maData, XclChFramePos::maRect, XclChFramePos::mnBRMode, XclChRectangle::mnHeight, XclChFramePos::mnTLMode, XclChRectangle::mnWidth, XclChRectangle::mnX, XclChRectangle::mnY, SvStream::ReadInt16(), and rStrm.
|
private |
Definition at line 217 of file xichart.hxx.
Referenced by GetFramePosData(), and ReadChFramePos().