Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Dsheetdatacontext.cxx256 … case BIFF12_ID_CELL_ERROR: importCellError( rStrm, CELLTYPE_VALUE ); break; in onCreateRecordContext()
264 … case BIFF12_ID_FORMULA_ERROR: importCellError( rStrm, CELLTYPE_FORMULA ); break; in onCreateRecordContext()
269 … case BIFF12_ID_MULTCELL_ERROR: importCellError( rStrm, CELLTYPE_MULTI ); break; in onCreateRecordContext()
463 void SheetDataContext::importCellError( SequenceInputStream& rStrm, CellType eCellType ) in importCellError() function in oox::xls::SheetDataContext
/aoo4110/main/oox/inc/oox/xls/
H A Dsheetdatacontext.hxx99 void importCellError( SequenceInputStream& rStrm, CellType eCellType );

Completed in 32 milliseconds