Searched refs:mxGlobTable (Results 1 – 2 of 2) sorted by relevance
2778 mxGlobTable.reset( new ScHTMLGlobalTable( *pPool, *pEdit, *pList, mnUnusedId ) ); in ScHTMLQueryParser()2779 mpCurrTable = mxGlobTable.get(); in ScHTMLQueryParser()2817 mxGlobTable->Recalc(); in Read()2818 nColMax = static_cast< SCCOL >( mxGlobTable->GetDocSize( tdCol ) - 1 ); in Read()2819 nRowMax = static_cast< SCROW >( mxGlobTable->GetDocSize( tdRow ) - 1 ); in Read()2826 return mxGlobTable.get(); in GetGlobalTable()
624 ScHTMLGlobalTablePtr mxGlobTable; /// Contains the entire imported document. member in ScHTMLQueryParser
Completed in 52 milliseconds