Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx234 sal_uInt8 UnitConverter::calcBiffErrorCode( const OUString& rErrorCode ) const in calcBiffErrorCode()
236 OoxErrorCodeMap::const_iterator aIt = maOoxErrCodes.find( rErrorCode ); in calcBiffErrorCode()
240 void UnitConverter::addErrorCode( sal_uInt8 nErrorCode, const OUString& rErrorCode ) in addErrorCode() argument
242 maOoxErrCodes[ rErrorCode ] = nErrorCode; in addErrorCode()
243 maBiffErrCodes[ nErrorCode ] = rErrorCode; in addErrorCode()
H A Dsheetdatabuffer.cxx398 void SheetDataBuffer::setErrorCell( const CellModel& rModel, const OUString& rErrorCode ) in setErrorCell() argument
400 setErrorCell( rModel, getUnitConverter().calcBiffErrorCode( rErrorCode ) ); in setErrorCell()
/trunk/main/oox/inc/oox/xls/
H A Dunitconverter.hxx95 sal_uInt8 calcBiffErrorCode( const ::rtl::OUString& rErrorCode ) const;
99 void addErrorCode( sal_uInt8 nErrorCode, const ::rtl::OUString& rErrorCode );
H A Dsheetdatabuffer.hxx203 void setErrorCell( const CellModel& rModel, const ::rtl::OUString& rErrorCode );

Completed in 36 milliseconds