Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/html/
H A Dhtmlimp.cxx140 const ScHTMLTable* pGlobTable = pParser->GetGlobalTable(); in WriteToDocument() local
141 if( !pGlobTable ) in WriteToDocument()
145 pGlobTable->ApplyCellBorders( mpDoc, maRange.aStart ); in WriteToDocument()
182 aNewRange.aEnd.IncCol( static_cast<SCsCOL>(pGlobTable->GetDocSize( tdCol )) - 1 ); in WriteToDocument()
183 aNewRange.aEnd.IncRow( pGlobTable->GetDocSize( tdRow ) - 1 ); in WriteToDocument()
196 while( (pTable = pGlobTable->FindNestedTable( ++nTableId )) != 0 ) in WriteToDocument()

Completed in 14 milliseconds