Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dsheetdatacontext.cxx224 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 Dsheetdatabuffer.cxx398 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 Dpivotcachebuffer.cxx993 …case XML_e: rSheetData.setErrorCell( aModel, static_cast< sal_uInt8 >( rItem.getValue().get< sal_I… in writeItemToSourceDataCell()
/aoo41x/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx203 void setErrorCell( const CellModel& rModel, const ::rtl::OUString& rErrorCode );
205 void setErrorCell( const CellModel& rModel, sal_uInt8 nErrorCode );

Completed in 194 milliseconds