Home
last modified time | relevance | path

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

/AOO42X/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx288 typedef ::std::list< TableOperation > TableOperationList; typedef in oox::xls::SheetDataBuffer
333 TableOperationList maTableOperations; /// All table operations in the sheet.
/AOO42X/main/oox/source/xls/
H A Dsheetdatabuffer.cxx539 …for( TableOperationList::iterator aIt = maTableOperations.begin(), aEnd = maTableOperations.end();… in finalizeImport()