Home
last modified time | relevance | path

Searched defs:ScHTMLEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx277 struct ScHTMLEntry : public ScEEParseEntry struct
285 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.
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1759 ScHTMLEntry::ScHTMLEntry( const SfxItemSet& rItemSet, ScHTMLTableId nTableId ) : in ScHTMLEntry() function in ScHTMLEntry

Completed in 39 milliseconds