LibreOffice Module sc (master)
1
|
#include <eeparser.hxx>
Public Member Functions | |
ScEEParseEntry (SfxItemPool *pPool) | |
ScEEParseEntry (const SfxItemSet &rItemSet) | |
~ScEEParseEntry () | |
Public Attributes | |
SfxItemSet | aItemSet |
ESelection | aSel |
std::optional< OUString > | pValStr |
std::optional< OUString > | pNumStr |
std::optional< OUString > | pName |
OUString | aAltText |
std::vector< std::unique_ptr< ScHTMLImage > > | maImageList |
SCCOL | nCol |
SCROW | nRow |
sal_uInt16 | nTab |
sal_uInt16 | nTwips |
SCCOL | nColOverlap |
SCROW | nRowOverlap |
sal_uInt16 | nOffset |
sal_uInt16 | nWidth |
bool | bHasGraphic:1 |
bool | bEntirePara:1 |
Definition at line 52 of file eeparser.hxx.
|
inline |
Definition at line 75 of file eeparser.hxx.
|
inline |
Definition at line 82 of file eeparser.hxx.
|
inline |
Definition at line 89 of file eeparser.hxx.
OUString ScEEParseEntry::aAltText |
Definition at line 62 of file eeparser.hxx.
Referenced by ScHTMLEntry::HasContents(), and ScEEImport::WriteToDocument().
SfxItemSet ScEEParseEntry::aItemSet |
Definition at line 54 of file eeparser.hxx.
Referenced by ScHTMLEntry::GetItemSet(), and ScEEImport::WriteToDocument().
ESelection ScEEParseEntry::aSel |
Definition at line 55 of file eeparser.hxx.
Referenced by ScHTMLEntry::AdjustEnd(), ScHTMLEntry::AdjustStart(), ScRTFParser::EntryEnd(), ScHTMLLayoutParser::EntryEnd(), ScHTMLEntry::HasContents(), ScHTMLEntry::IsEmpty(), ScEEParser::NewActEntry(), ScHTMLLayoutParser::NewActEntry(), ScHTMLEntry::Strip(), and ScEEImport::WriteToDocument().
bool ScEEParseEntry::bEntirePara |
Definition at line 73 of file eeparser.hxx.
Referenced by ScHTMLEntry::ScHTMLEntry(), and ScEEImport::WriteToDocument().
bool ScEEParseEntry::bHasGraphic |
Definition at line 72 of file eeparser.hxx.
std::vector< std::unique_ptr<ScHTMLImage> > ScEEParseEntry::maImageList |
Definition at line 63 of file eeparser.hxx.
Referenced by ScEEImport::GraphicSize(), ScEEImport::InsertGraphic(), and ScEEImport::WriteToDocument().
SCCOL ScEEParseEntry::nCol |
Definition at line 64 of file eeparser.hxx.
Referenced by ScHTMLLayoutParser::Colonize(), ScHTMLLayoutParser::GetWidth(), ScHTMLTable::RecalcDocPos(), ScHTMLLayoutParser::SkipLocked(), ScHTMLImport::WriteToDocument(), and ScEEImport::WriteToDocument().
SCCOL ScEEParseEntry::nColOverlap |
Definition at line 68 of file eeparser.hxx.
Referenced by ScHTMLLayoutParser::GetWidth(), ScEEImport::GraphicSize(), ScHTMLTable::RecalcDocPos(), ScHTMLLayoutParser::SkipLocked(), ScHTMLImport::WriteToDocument(), and ScEEImport::WriteToDocument().
sal_uInt16 ScEEParseEntry::nOffset |
Definition at line 70 of file eeparser.hxx.
Referenced by ScHTMLLayoutParser::Colonize(), and ScHTMLLayoutParser::GetWidth().
SCROW ScEEParseEntry::nRow |
Definition at line 65 of file eeparser.hxx.
Referenced by ScHTMLLayoutParser::Colonize(), ScHTMLTable::RecalcDocPos(), ScHTMLLayoutParser::SkipLocked(), ScHTMLImport::WriteToDocument(), and ScEEImport::WriteToDocument().
SCROW ScEEParseEntry::nRowOverlap |
Definition at line 69 of file eeparser.hxx.
Referenced by ScEEImport::GraphicSize(), ScHTMLTable::RecalcDocPos(), ScHTMLLayoutParser::SkipLocked(), ScHTMLImport::WriteToDocument(), and ScEEImport::WriteToDocument().
sal_uInt16 ScEEParseEntry::nTab |
Definition at line 66 of file eeparser.hxx.
Referenced by ScHTMLEntry::GetTableId(), ScHTMLEntry::IsTable(), and ScHTMLEntry::ScHTMLEntry().
sal_uInt16 ScEEParseEntry::nTwips |
Definition at line 67 of file eeparser.hxx.
sal_uInt16 ScEEParseEntry::nWidth |
Definition at line 71 of file eeparser.hxx.
Referenced by ScHTMLLayoutParser::Colonize(), and ScHTMLLayoutParser::GetWidth().
std::optional<OUString> ScEEParseEntry::pName |
Definition at line 61 of file eeparser.hxx.
Referenced by ScEEImport::WriteToDocument().
std::optional<OUString> ScEEParseEntry::pNumStr |
Definition at line 59 of file eeparser.hxx.
Referenced by ScEEImport::WriteToDocument().
std::optional<OUString> ScEEParseEntry::pValStr |
Definition at line 57 of file eeparser.hxx.
Referenced by ScEEImport::WriteToDocument().