Searched defs:ScHTMLEntry (Results 1 – 2 of 2) sorted by relevance
277 struct ScHTMLEntry : public ScEEParseEntry struct285 inline bool IsEmpty() const { return !aSel.HasRange(); } in IsEmpty()289 inline bool IsTable() const { return nTab != SC_HTML_NO_TABLE; } in IsTable()291 inline ScHTMLTableId GetTableId() const { return nTab; } in GetTableId()294 inline void SetImportAlways( bool bSet = true ) { mbImportAlways = bSet; } in SetImportAlways()303 inline SfxItemSet& GetItemSet() { return aItemSet; } in GetItemSet()305 inline const SfxItemSet& GetItemSet() const { return aItemSet; } in GetItemSet()308 bool mbImportAlways; /// true = Always import this entry.
1759 ScHTMLEntry::ScHTMLEntry( const SfxItemSet& rItemSet, ScHTMLTableId nTableId ) : in ScHTMLEntry() function in ScHTMLEntry
Completed in 28 milliseconds