|
LibreOffice Module sc (master) 1
|
#include <htmlexp.hxx>
Public Member Functions | |
| ScHTMLGraphEntry (SdrObject *pObj, const ScRange &rRange, const Size &rSize, bool bIn, const Size &rSpace) | |
Public Attributes | |
| ScRange | aRange |
| Size | aSize |
| Size | aSpace |
| SdrObject * | pObject |
| bool | bInCell |
| bool | bWritten |
Definition at line 76 of file htmlexp.hxx.
|
inline |
Definition at line 85 of file htmlexp.hxx.
| ScRange ScHTMLGraphEntry::aRange |
Definition at line 78 of file htmlexp.hxx.
Referenced by ScHTMLExport::WriteCell().
| Size ScHTMLGraphEntry::aSize |
Definition at line 79 of file htmlexp.hxx.
| Size ScHTMLGraphEntry::aSpace |
Definition at line 80 of file htmlexp.hxx.
| bool ScHTMLGraphEntry::bInCell |
Definition at line 82 of file htmlexp.hxx.
| bool ScHTMLGraphEntry::bWritten |
Definition at line 83 of file htmlexp.hxx.
| SdrObject* ScHTMLGraphEntry::pObject |
Definition at line 81 of file htmlexp.hxx.