Home
last modified time | relevance | path

Searched refs:BiffHelper (Results 1 – 22 of 22) sorted by relevance

/trunk/main/oox/source/xls/
H A Dbiffhelper.cxx190 /*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 Dexternallinkfragment.cxx84 …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 Dexternallinkbuffer.cxx182 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 Dchartsheetfragment.cxx172 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 Dworkbookfragment.cxx342 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 Dworksheetfragment.cxx675 … 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 Dautofilterbuffer.cxx256 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 Dexcelhandlers.cxx110 if( mxBiffStrm->startNextRecord() && BiffHelper::isBofRecord( *mxBiffStrm ) ) in startFragment()
171 if( BiffHelper::isBofRecord( *mxBiffStrm ) ) in skipFragment()
H A Dformulaparser.cxx426 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 Dsheetdatacontext.cxx514 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 Drichstring.cxx402 OUString aBaseText = BiffHelper::readString( rStrm ); in importString()
417 OUString aPhoneticText = BiffHelper::readString( rStrm ); in importString()
H A Dcommentsfragment.cxx93 …if( nRecId == BIFF12_ID_COMMENTAUTHOR ) getComments().appendAuthor( BiffHelper::readString( rStrm … in onCreateRecordContext()
H A Dpagesettings.cxx305 importPictureData( rRelations, BiffHelper::readString( rStrm ) ); in importPicture()
404 BiffHelper::importImgData( aPictureData, rStrm, getBiff() ); in importPicture()
H A Dconnectionsbuffer.cxx363 case BIFF12_ID_PCITEM_STRING: aTableAny <<= BiffHelper::readString( rStrm ); break; in importWebPrTable()
H A Dworkbookhelper.cxx425 setTextEncoding( BiffHelper::calcTextEncodingFromCodePage( nCodePage ) ); in setCodePage()
H A Dnumberformatsbuffer.cxx2001 OUString aFmtCode = BiffHelper::readString( rStrm ); in importNumFmt()
H A Dstylesbuffer.cxx818 maModel.maName = BiffHelper::readString( rStrm, false ); in importDxfName()
2615 …case BIFF12_DXF_NUMFMT_CODE: aFmtCode = BiffHelper::readString( rStrm, false ); … in importDxf()
H A Dpivotcachebuffer.cxx213 maValue <<= BiffHelper::readString( rStrm ); in readString()
/trunk/main/oox/inc/oox/xls/
H A Dbiffhelper.hxx598 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 Dxlsbdumper.cxx197 OUString aString = BiffHelper::readString( *mxBiffStrm, b32BitLen ); in dumpString()
H A Ddumperbase.cxx2391 double fValue = ::oox::xls::BiffHelper::calcDoubleFromRk( nRk ); in writeRkItem()
H A Dbiffdumper.cxx575 return BiffHelper::calcTextEncodingFromCodePage( nCodePage ); in dumpCodePage()

Completed in 265 milliseconds