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.
References false.
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.
Referenced by ScHTMLExport::WriteGraphEntry().
Size ScHTMLGraphEntry::aSpace |
Definition at line 80 of file htmlexp.hxx.
Referenced by ScHTMLExport::WriteGraphEntry().
bool ScHTMLGraphEntry::bInCell |
Definition at line 82 of file htmlexp.hxx.
Referenced by ScHTMLExport::PrepareGraphics(), ScHTMLExport::WriteCell(), and ScHTMLExport::WriteGraphEntry().
bool ScHTMLGraphEntry::bWritten |
Definition at line 83 of file htmlexp.hxx.
Referenced by ScHTMLExport::WriteGraphEntry(), and ScHTMLExport::WriteTables().
SdrObject* ScHTMLGraphEntry::pObject |
Definition at line 81 of file htmlexp.hxx.
Referenced by ScHTMLExport::WriteGraphEntry().