Searched refs:setErrorCell (Results 1 – 4 of 4) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | sheetdatacontext.cxx | 224 mrSheetData.setErrorCell( maCellData, maCellValue ); in onEndElement() 231 mrSheetData.setErrorCell( maCellData, maCellValue ); in onEndElement() 504 mrSheetData.setErrorCell( maCellData, nErrorCode ); in importCellError() 834 mrSheetData.setErrorCell( maCellData, nValue ); in importBoolErr()
|
H A D | sheetdatabuffer.cxx | 398 void SheetDataBuffer::setErrorCell( const CellModel& rModel, const OUString& rErrorCode ) in setErrorCell() function in oox::xls::SheetDataBuffer 400 setErrorCell( rModel, getUnitConverter().calcBiffErrorCode( rErrorCode ) ); in setErrorCell() 403 void SheetDataBuffer::setErrorCell( const CellModel& rModel, sal_uInt8 nErrorCode ) in setErrorCell() function in oox::xls::SheetDataBuffer
|
H A D | pivotcachebuffer.cxx | 993 …case XML_e: rSheetData.setErrorCell( aModel, static_cast< sal_uInt8 >( rItem.getValue().get< sal_I… in writeItemToSourceDataCell()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | sheetdatabuffer.hxx | 203 void setErrorCell( const CellModel& rModel, const ::rtl::OUString& rErrorCode ); 205 void setErrorCell( const CellModel& rModel, sal_uInt8 nErrorCode );
|
Completed in 34 milliseconds