Searched refs:ScHTMLTable (Results 1 – 3 of 3) sorted by relevance
1894 ScHTMLTable* pTable = new ScHTMLTable( mrParentTable, rInfo, bPreFormText ); in CreateTable()1911 ScHTMLTable::ScHTMLTable( ScHTMLTable& rParentTable, const ImportInfo& rInfo, bool bPreFormText ) : in ScHTMLTable() function in ScHTMLTable1970 ScHTMLTable::~ScHTMLTable() in ~ScHTMLTable()1989 ScHTMLTable* ScHTMLTable::FindNestedTable( ScHTMLTableId nTableId ) const in FindNestedTable()2048 ScHTMLTable* ScHTMLTable::TableOn( const ImportInfo& rInfo ) in TableOn()2054 ScHTMLTable* ScHTMLTable::TableOff( const ImportInfo& rInfo ) in TableOff()2059 ScHTMLTable* ScHTMLTable::PreOn( const ImportInfo& rInfo ) in PreOn()2065 ScHTMLTable* ScHTMLTable::PreOff( const ImportInfo& rInfo ) in PreOff()2160 ScHTMLTable* ScHTMLTable::CloseTable( const ImportInfo& rInfo ) in CloseTable()2291 ScHTMLTable::ScHTMLEntryPtr ScHTMLTable::CreateEntry() const in CreateEntry()[all …]
140 const ScHTMLTable* pGlobTable = pParser->GetGlobalTable(); in WriteToDocument()194 ScHTMLTable* pTable = NULL; in WriteToDocument()
47 class ScHTMLTable;63 virtual const ScHTMLTable* GetGlobalTable() const = 0;195 virtual const ScHTMLTable* GetGlobalTable() const;334 class ScHTMLTable class342 explicit ScHTMLTable(343 ScHTMLTable& rParentTable,347 virtual ~ScHTMLTable();385 ScHTMLTable* PreOn( const ImportInfo& rInfo );437 explicit ScHTMLTable(558 class ScHTMLGlobalTable : public ScHTMLTable[all …]
Completed in 50 milliseconds