Searched refs:bPreFormText (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 1852 ScHTMLTable* CreateTable( const ImportInfo& rInfo, bool bPreFormText ); 1892 ScHTMLTable* ScHTMLTableMap::CreateTable( const ImportInfo& rInfo, bool bPreFormText ) in CreateTable() argument 1894 ScHTMLTable* pTable = new ScHTMLTable( mrParentTable, rInfo, bPreFormText ); in CreateTable() 1911 ScHTMLTable::ScHTMLTable( ScHTMLTable& rParentTable, const ImportInfo& rInfo, bool bPreFormText ) : in ScHTMLTable() argument 1920 mbPreFormText( bPreFormText ), in ScHTMLTable() 2383 ScHTMLTable* ScHTMLTable::InsertNestedTable( const ImportInfo& rInfo, bool bPreFormText ) in InsertNestedTable() argument 2387 if( bPreFormText ) // enclose new preformatted table with empty lines in InsertNestedTable() 2389 return mxNestedTables->CreateTable( rInfo, bPreFormText ); in InsertNestedTable()
|
/trunk/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 345 bool bPreFormText ); 499 ScHTMLTable* InsertNestedTable( const ImportInfo& rInfo, bool bPreFormText );
|
Completed in 33 milliseconds