LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScEEParseEntry Struct Reference

#include <eeparser.hxx>

Inheritance diagram for ScEEParseEntry:
[legend]
Collaboration diagram for ScEEParseEntry:
[legend]

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
 

Detailed Description

Definition at line 53 of file eeparser.hxx.

Constructor & Destructor Documentation

◆ ScEEParseEntry() [1/2]

ScEEParseEntry::ScEEParseEntry ( SfxItemPool pPool)
inline

Definition at line 76 of file eeparser.hxx.

◆ ScEEParseEntry() [2/2]

ScEEParseEntry::ScEEParseEntry ( SfxItemSet  _aItemSet)
inline

Definition at line 83 of file eeparser.hxx.

◆ ~ScEEParseEntry()

ScEEParseEntry::~ScEEParseEntry ( )
inline

Definition at line 90 of file eeparser.hxx.

References maImageList.

Member Data Documentation

◆ aAltText

OUString ScEEParseEntry::aAltText

Definition at line 63 of file eeparser.hxx.

Referenced by ScHTMLEntry::HasContents().

◆ aItemSet

SfxItemSet ScEEParseEntry::aItemSet

Definition at line 55 of file eeparser.hxx.

Referenced by ScHTMLEntry::GetItemSet().

◆ aSel

ESelection ScEEParseEntry::aSel

◆ bEntirePara

bool ScEEParseEntry::bEntirePara

Definition at line 74 of file eeparser.hxx.

Referenced by ScHTMLEntry::ScHTMLEntry().

◆ bHasGraphic

bool ScEEParseEntry::bHasGraphic

Definition at line 73 of file eeparser.hxx.

◆ maImageList

std::vector< std::unique_ptr<ScHTMLImage> > ScEEParseEntry::maImageList

Definition at line 64 of file eeparser.hxx.

Referenced by ~ScEEParseEntry().

◆ nCol

SCCOL ScEEParseEntry::nCol

Definition at line 65 of file eeparser.hxx.

Referenced by ScHTMLTable::RecalcDocPos(), and ScHTMLImport::WriteToDocument().

◆ nColOverlap

SCCOL ScEEParseEntry::nColOverlap

Definition at line 69 of file eeparser.hxx.

Referenced by ScHTMLTable::RecalcDocPos(), and ScHTMLImport::WriteToDocument().

◆ nOffset

sal_uInt16 ScEEParseEntry::nOffset

Definition at line 71 of file eeparser.hxx.

◆ nRow

SCROW ScEEParseEntry::nRow

Definition at line 66 of file eeparser.hxx.

Referenced by ScHTMLTable::RecalcDocPos(), and ScHTMLImport::WriteToDocument().

◆ nRowOverlap

SCROW ScEEParseEntry::nRowOverlap

Definition at line 70 of file eeparser.hxx.

Referenced by ScHTMLTable::RecalcDocPos(), and ScHTMLImport::WriteToDocument().

◆ nTab

sal_uInt16 ScEEParseEntry::nTab

◆ nTwips

sal_uInt16 ScEEParseEntry::nTwips

Definition at line 68 of file eeparser.hxx.

◆ nWidth

sal_uInt16 ScEEParseEntry::nWidth

Definition at line 72 of file eeparser.hxx.

◆ pName

std::optional<OUString> ScEEParseEntry::pName

Definition at line 62 of file eeparser.hxx.

◆ pNumStr

std::optional<OUString> ScEEParseEntry::pNumStr

Definition at line 60 of file eeparser.hxx.

◆ pValStr

std::optional<OUString> ScEEParseEntry::pValStr

Definition at line 58 of file eeparser.hxx.


The documentation for this struct was generated from the following file: