Searched refs:ScHTMLTable (Results 1 – 3 of 3) sorted by relevance
194 const ScHTMLTable* ScHTMLLayoutParser::GetGlobalTable() const in GetGlobalTable()1823 typedef ::boost::shared_ptr< ScHTMLTable > ScHTMLTablePtr;1831 ScHTMLTable& mrParentTable; /// Reference to parent table.1833 mutable ScHTMLTable* mpCurrTable; /// Current table, used for fast search.1836 explicit ScHTMLTableMap( ScHTMLTable& rParentTable );1848 ScHTMLTable* FindTable( ScHTMLTableId nTableId, bool bDeep = true ) const;1852 ScHTMLTable* CreateTable( const ImportInfo& rInfo, bool bPreFormText );1856 inline void SetCurrTable( ScHTMLTable* pTable ) const in SetCurrTable()1862 ScHTMLTableMap::ScHTMLTableMap( ScHTMLTable& rParentTable ) : in ScHTMLTableMap()1871 ScHTMLTable* ScHTMLTableMap::FindTable( ScHTMLTableId nTableId, bool bDeep ) const in FindTable()[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();360 ScHTMLTable* FindNestedTable( ScHTMLTableId nTableId ) const;379 ScHTMLTable* TableOn( const ImportInfo& rInfo );382 ScHTMLTable* TableOff( const ImportInfo& rInfo );[all …]