/trunk/main/oox/source/xls/ |
H A D | biffhelper.cxx | 190 /*static*/ double BiffHelper::calcDoubleFromRk( sal_Int32 nRkValue ) in calcDoubleFromRk() 210 /*static*/ bool BiffHelper::calcRkFromDouble( sal_Int32& ornRkValue, double fValue ) in calcRkFromDouble() 224 /*static*/ double BiffHelper::calcDoubleFromError( sal_uInt8 nErrorCode ) in calcDoubleFromError() 244 /*static*/ rtl_TextEncoding BiffHelper::calcTextEncodingFromCodePage( sal_uInt16 nCodePage ) in calcTextEncodingFromCodePage() 259 /*static*/ sal_uInt16 BiffHelper::calcCodePageFromTextEncoding( rtl_TextEncoding eTextEnc ) in calcCodePageFromTextEncoding() 268 /*static*/ OUString BiffHelper::readString( SequenceInputStream& rStrm, bool b32BitLen, bool bAllow… in readString() 288 /*static*/ bool BiffHelper::isBofRecord( BiffInputStream& rStrm ) in isBofRecord() 297 /*static*/ bool BiffHelper::skipRecordBlock( BiffInputStream& rStrm, sal_uInt16 nEndRecId ) in skipRecordBlock() 306 /*static*/ void BiffHelper::importImgData( StreamDataSequence& orDataSeq, BiffInputStream& rStrm, B… in importImgData()
|
H A D | externallinkfragment.cxx | 84 …setCellValue( Any( BiffHelper::calcDoubleFromError( getUnitConverter().calcBiffErrorCode( rChars )… in onCharacters() 147 setCellValue( Any( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ) ); in importExtCellError() 153 setCellValue( Any( BiffHelper::readString( rStrm ) ) ); in importExtCellString() 266 …mxExtName->appendResultValue( BiffHelper::calcDoubleFromError( getUnitConverter().calcBiffErrorCod… in onEndElement() 275 mxExtName->appendResultValue( BiffHelper::calcDoubleFromError( BIFF_ERR_NA ) ); in onEndElement() 490 … setCellValue( aBinAddr, Any( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ) ); in importCrn() 532 if( BiffHelper::isBofRecord( rStrm ) ) in importFragment()
|
H A D | externallinkbuffer.cxx | 182 appendResultValue( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ); in importDdeItemError() 187 appendResultValue( BiffHelper::readString( rStrm ) ); in importDdeItemString() 287 … appendResultValue( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ); in importExternalName() 439 …tatic_cast< size_t >( nColumns ), static_cast< size_t >( nRows ), Any( BiffHelper::calcDoubleFromE… in setResultSize() 565 parseExternalReference( rRelations, BiffHelper::readString( rStrm ) ); in importExternalBook() 576 … OUString aTargetUrl = rRelations.getExternalTargetFromRelId( BiffHelper::readString( rStrm ) ); in importExternalBook() 577 OUString aProgId = BiffHelper::readString( rStrm ); in importExternalBook() 593 insertExternalSheet( BiffHelper::readString( rStrm ) ); in importExtSheetNames()
|
H A D | chartsheetfragment.cxx | 172 setDrawingPath( getFragmentPathFromRelId( BiffHelper::readString( rStrm ) ) ); in importDrawing() 195 if( BiffHelper::isBofRecord( rStrm ) ) in importFragment() 207 … case BIFF_ID_CHBEGIN: BiffHelper::skipRecordBlock( rStrm, BIFF_ID_CHEND ); break; in importFragment()
|
H A D | workbookfragment.cxx | 342 OUString aRelId = BiffHelper::readString( rStrm ); in importPivotCache() 395 bool bIsBofRec = BiffHelper::isBofRecord( rStrm ); in importFragment() 516 if( BiffHelper::isBofRecord( rStrm ) || (nRecId == BIFF_ID_EOF) ) in importGlobalsFragment() 665 if( bRet && BiffHelper::isBofRecord( rStrm ) ) in importGlobalsFragment()
|
H A D | worksheetfragment.cxx | 675 … aModel.maTarget = getRelations().getExternalTargetFromRelId( BiffHelper::readString( rStrm ) ); in importHyperlink() 692 setDrawingPath( getFragmentPathFromRelId( BiffHelper::readString( rStrm ) ) ); in importDrawing() 697 setVmlDrawingPath( getFragmentPathFromRelId( BiffHelper::readString( rStrm ) ) ); in importLegacyDrawing() 710 importEmbeddedOleData( aInfo.maEmbeddedData, BiffHelper::readString( rStrm ) ); in importOleObject() 722 aInfo.maFragmentPath = getFragmentPathFromRelId( BiffHelper::readString( rStrm ) ); in importControl() 764 if( BiffHelper::isBofRecord( rStrm ) ) in importFragment()
|
H A D | autofilterbuffer.cxx | 256 OUString aValue = BiffHelper::readString( rStrm ); in importRecord() 365 OUString aValue = BiffHelper::readString( rStrm ).trim(); in readBiffData() 402 maValue <<= BiffHelper::calcDoubleFromRk( rStrm.readInt32() ); in readBiffData() 421 … case BIFF_BOOLERR_ERROR: maValue <<= BiffHelper::calcDoubleFromError( nValue ); break; in readBiffData()
|
H A D | excelhandlers.cxx | 110 if( mxBiffStrm->startNextRecord() && BiffHelper::isBofRecord( *mxBiffStrm ) ) in startFragment() 171 if( BiffHelper::isBofRecord( *mxBiffStrm ) ) in skipFragment()
|
H A D | formulaparser.cxx | 426 maTokens.append( OPCODE_PUSH, BiffHelper::calcDoubleFromError( BIFF_ERR_NAME ) ); in appendFinalToken() 957 return pushErrorOperand( BiffHelper::calcDoubleFromError( nErrorCode ) ); in pushBiffErrorOperand() 1391 …case BIFF_TOKID_STR: bOk = pushValueOperand( BiffHelper::readString( rStrm, false ) ); br… in importBiff12Formula() 1664 appendRawToken( OPCODE_PUSH ) <<= BiffHelper::readString( rStrm, false ); in importArrayToken() 1670 … appendRawToken( OPCODE_PUSH ) <<= BiffHelper::calcDoubleFromError( rStrm.readuInt8() ); in importArrayToken() 1675 … appendRawToken( OPCODE_PUSH ) <<= BiffHelper::calcDoubleFromError( BIFF_ERR_NA ); in importArrayToken() 2388 … appendRawToken( OPCODE_PUSH ) <<= BiffHelper::calcDoubleFromError( rStrm.readuInt8() ); in importArrayToken() 2393 … appendRawToken( OPCODE_PUSH ) <<= BiffHelper::calcDoubleFromError( BIFF_ERR_NA ); in importArrayToken() 2845 aTokens[ 1 ].Data <<= BiffHelper::calcDoubleFromError( nErrorCode ); in convertErrorToFormula()
|
H A D | sheetdatacontext.cxx | 514 mrSheetData.setValueCell( maCellData, BiffHelper::calcDoubleFromRk( rStrm.readInt32() ) ); in importCellRk() 940 mrSheetData.setValueCell( maCellData, BiffHelper::calcDoubleFromRk( nRkValue ) ); in importMultRk() 959 mrSheetData.setValueCell( maCellData, BiffHelper::calcDoubleFromRk( rStrm.readInt32() ) ); in importRk()
|
H A D | richstring.cxx | 402 OUString aBaseText = BiffHelper::readString( rStrm ); in importString() 417 OUString aPhoneticText = BiffHelper::readString( rStrm ); in importString()
|
H A D | commentsfragment.cxx | 93 …if( nRecId == BIFF12_ID_COMMENTAUTHOR ) getComments().appendAuthor( BiffHelper::readString( rStrm … in onCreateRecordContext()
|
H A D | pagesettings.cxx | 305 importPictureData( rRelations, BiffHelper::readString( rStrm ) ); in importPicture() 404 BiffHelper::importImgData( aPictureData, rStrm, getBiff() ); in importPicture()
|
H A D | connectionsbuffer.cxx | 363 case BIFF12_ID_PCITEM_STRING: aTableAny <<= BiffHelper::readString( rStrm ); break; in importWebPrTable()
|
H A D | workbookhelper.cxx | 425 setTextEncoding( BiffHelper::calcTextEncodingFromCodePage( nCodePage ) ); in setCodePage()
|
H A D | numberformatsbuffer.cxx | 2001 OUString aFmtCode = BiffHelper::readString( rStrm ); in importNumFmt()
|
H A D | stylesbuffer.cxx | 818 maModel.maName = BiffHelper::readString( rStrm, false ); in importDxfName() 2615 …case BIFF12_DXF_NUMFMT_CODE: aFmtCode = BiffHelper::readString( rStrm, false ); … in importDxf()
|
H A D | pivotcachebuffer.cxx | 213 maValue <<= BiffHelper::readString( rStrm ); in readString()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | biffhelper.hxx | 598 class BiffHelper class 647 BiffHelper(); // not implemented 648 ~BiffHelper(); // not implemented 656 orString = BiffHelper::readString( rStrm ); in operator >>()
|
/trunk/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 197 OUString aString = BiffHelper::readString( *mxBiffStrm, b32BitLen ); in dumpString()
|
H A D | dumperbase.cxx | 2391 double fValue = ::oox::xls::BiffHelper::calcDoubleFromRk( nRk ); in writeRkItem()
|
H A D | biffdumper.cxx | 575 return BiffHelper::calcTextEncodingFromCodePage( nCodePage ); in dumpCodePage()
|