LibreOffice Module sc (master) 1
|
#include <eeparser.hxx>
Public Member Functions | |
ScEEParseEntry (SfxItemPool *pPool) | |
ScEEParseEntry (SfxItemSet _aItemSet) | |
~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 53 of file eeparser.hxx.
|
inline |
Definition at line 76 of file eeparser.hxx.
|
inline |
Definition at line 83 of file eeparser.hxx.
|
inline |
Definition at line 90 of file eeparser.hxx.
References maImageList.
OUString ScEEParseEntry::aAltText |
Definition at line 63 of file eeparser.hxx.
Referenced by ScHTMLEntry::HasContents().
SfxItemSet ScEEParseEntry::aItemSet |
Definition at line 55 of file eeparser.hxx.
Referenced by ScHTMLEntry::GetItemSet().
ESelection ScEEParseEntry::aSel |
Definition at line 56 of file eeparser.hxx.
Referenced by ScHTMLEntry::AdjustEnd(), ScHTMLEntry::AdjustStart(), ScHTMLEntry::HasContents(), ScHTMLEntry::IsEmpty(), and ScHTMLEntry::Strip().
bool ScEEParseEntry::bEntirePara |
Definition at line 74 of file eeparser.hxx.
Referenced by ScHTMLEntry::ScHTMLEntry().
bool ScEEParseEntry::bHasGraphic |
Definition at line 73 of file eeparser.hxx.
std::vector< std::unique_ptr<ScHTMLImage> > ScEEParseEntry::maImageList |
Definition at line 64 of file eeparser.hxx.
Referenced by ~ScEEParseEntry().
SCCOL ScEEParseEntry::nCol |
Definition at line 65 of file eeparser.hxx.
Referenced by ScHTMLTable::RecalcDocPos(), and ScHTMLImport::WriteToDocument().
SCCOL ScEEParseEntry::nColOverlap |
Definition at line 69 of file eeparser.hxx.
Referenced by ScHTMLTable::RecalcDocPos(), and ScHTMLImport::WriteToDocument().
sal_uInt16 ScEEParseEntry::nOffset |
Definition at line 71 of file eeparser.hxx.
SCROW ScEEParseEntry::nRow |
Definition at line 66 of file eeparser.hxx.
Referenced by ScHTMLTable::RecalcDocPos(), and ScHTMLImport::WriteToDocument().
SCROW ScEEParseEntry::nRowOverlap |
Definition at line 70 of file eeparser.hxx.
Referenced by ScHTMLTable::RecalcDocPos(), and ScHTMLImport::WriteToDocument().
sal_uInt16 ScEEParseEntry::nTab |
Definition at line 67 of file eeparser.hxx.
Referenced by ScHTMLEntry::GetTableId(), ScHTMLEntry::IsTable(), and ScHTMLEntry::ScHTMLEntry().
sal_uInt16 ScEEParseEntry::nTwips |
Definition at line 68 of file eeparser.hxx.
sal_uInt16 ScEEParseEntry::nWidth |
Definition at line 72 of file eeparser.hxx.
std::optional<OUString> ScEEParseEntry::pName |
Definition at line 62 of file eeparser.hxx.
std::optional<OUString> ScEEParseEntry::pNumStr |
Definition at line 60 of file eeparser.hxx.
std::optional<OUString> ScEEParseEntry::pValStr |
Definition at line 58 of file eeparser.hxx.