Searched refs:writeErrorCodeItem (Results 1 – 4 of 4) sorted by relevance
67 void writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode );
164 void writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode );
406 void BiffObjectBase::writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode ) in writeErrorCodeItem() function in oox::dump::biff::BiffObjectBase568 writeErrorCodeItem( rName( "error-code" ), nErrCode ); in dumpErrorCode()592 case 2: writeErrorCodeItem( "value", nData ); break; in dumpFormulaResult()3369 writeErrorCodeItem( "error-code", nValue ); in dumpBoolErr()
137 void RecordObjectBase::writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode ) in writeErrorCodeItem() function in oox::dump::xlsb::RecordObjectBase189 writeErrorCodeItem( rName( "error-code" ), nErrCode ); in dumpErrorCode()
Completed in 55 milliseconds