Home
last modified time | relevance | path

Searched refs:mpParentTable (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/source/filter/html/
H A Dhtmlpars.cxx1912 mpParentTable( &rParentTable ), in ScHTMLTable()
1951 mpParentTable( 0 ), in ScHTMLTable()
2073 if( mpParentTable && !mbPreFormText ) // no rows allowed in global and preformatted tables in RowOn()
2084 if( mpParentTable && !mbPreFormText ) // no rows allowed in global and preformatted tables in RowOff()
2092 if( mpParentTable && !mbPreFormText ) // no cells allowed in global and preformatted tables in DataOn()
2129 if( mpParentTable && !mbPreFormText ) // no cells allowed in global and preformatted tables in DataOff()
2137 if( !mpParentTable ) in BodyOn()
2152 if( !mpParentTable ) in BodyOff()
2162 if( mpParentTable ) // not allowed to close global table in CloseTable()
2167 mpParentTable->PushTableEntry( GetTableId() ); in CloseTable()
[all …]
/AOO42X/main/sc/source/filter/inc/
H A Dhtmlpars.hxx529 ScHTMLTable* mpParentTable; /// Pointer to parent table. member in ScHTMLTable