/trunk/main/oox/source/xls/ |
H A D | biffdetector.cxx | 78 /*static*/ BiffType BiffDetector::detectStreamBiffVersion( BinaryInputStream& rInStream ) in detectStreamBiffVersion() 80 BiffType eBiff = BIFF_UNKNOWN; in detectStreamBiffVersion() 131 /*static*/ BiffType BiffDetector::detectStorageBiffVersion( OUString& orWorkbookStreamName, const S… in detectStorageBiffVersion() 136 BiffType eBiff = BIFF_UNKNOWN; in detectStorageBiffVersion() 143 BiffType eBookStrm5Biff = detectStreamBiffVersion( aBookStrm5 ); in detectStorageBiffVersion() 147 BiffType eBookStrm8Biff = detectStreamBiffVersion( aBookStrm8 ); in detectStorageBiffVersion()
|
H A D | workbookhelper.cxx | 101 explicit WorkbookGlobals( ExcelBiffFilter& rFilter, BiffType eBiff ); 194 inline BiffType getBiff() const { return meBiff; } in getBiff() 279 BiffType meBiff; // BIFF version for BIFF import/export. 299 WorkbookGlobals::WorkbookGlobals( ExcelBiffFilter& rFilter, BiffType eBiff ) : in WorkbookGlobals() 594 /*static*/ WorkbookGlobalsRef WorkbookHelper::constructGlobals( ExcelBiffFilter& rFilter, BiffType … in constructGlobals() 872 BiffType WorkbookHelper::getBiff() const in getBiff()
|
H A D | excelfilter.cxx | 222 BiffType eBiff = BiffDetector::detectStorageBiffVersion( aWorkbookName, getStorage() ); in importDocument() 285 BiffType eBiff = BiffDetector::detectStorageBiffVersion( aWorkbookName, getStorage() ); in importDocument()
|
H A D | biffhelper.cxx | 108 …gDataDib( StreamDataSequence& orDataSeq, BiffInputStream& rStrm, sal_Int32 nBytes, BiffType eBiff ) in lclImportImgDataDib() 306 … BiffHelper::importImgData( StreamDataSequence& orDataSeq, BiffInputStream& rStrm, BiffType eBiff ) in importImgData()
|
H A D | formulabase.cxx | 841 …explicit FunctionProviderImpl( FilterType eFilter, BiffType eBiff, bool bImportFilter ); 855 FunctionProviderImpl::FunctionProviderImpl( FilterType eFilter, BiffType eBiff, bool bImportFilter ) in FunctionProviderImpl() 953 FunctionProvider::FunctionProvider( FilterType eFilter, BiffType eBiff, bool bImportFilter ) : in FunctionProvider() 1293 FilterType eFilter, BiffType eBiff, bool bImportFilter ) : in OpCodeProvider()
|
H A D | excelhandlers.cxx | 105 BiffFragmentType BiffFragmentHandler::startFragment( BiffType eBiff ) in startFragment()
|
H A D | biffcodec.cxx | 347 /*static*/ BiffDecoderRef BiffCodecHelper::implReadFilePass( BiffInputStream& rStrm, BiffType eBiff… in implReadFilePass()
|
H A D | defnamesbuffer.cxx | 366 BiffType eBiff = getBiff(); in importDefinedName()
|
H A D | autofilterbuffer.cxx | 442 void FilterCriterionModel::readString( BiffInputStream& rStrm, BiffType eBiff, rtl_TextEncoding eTe… in readString()
|
H A D | formulaparser.cxx | 56 sal_uInt16 lclReadFmlaSize( BiffInputStream& rStrm, BiffType eBiff, const sal_uInt16* pnFmlaSize ) in lclReadFmlaSize()
|
/trunk/main/oox/inc/oox/dump/ |
H A D | biffdumper.hxx | 85 explicit BiffConfig( const Config& rParent, ::oox::xls::BiffType eBiff ); 92 ::oox::xls::BiffType meBiff; 100 explicit BiffSharedData( ::oox::xls::BiffType eBiff ); 104 inline ::oox::xls::BiffType getBiff() const { return meBiff; } in getBiff() 126 ::oox::xls::BiffType meBiff; 137 inline ::oox::xls::BiffType getBiff() const { return mxBiffData->getBiff(); } in getBiff() 144 …st ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, ::oox::xls::BiffType eBiff, const ::rt… 402 …st ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, ::oox::xls::BiffType eBiff, const ::rt… 512 ::oox::xls::BiffType eBiff,
|
/trunk/main/oox/inc/oox/xls/ |
H A D | biffdetector.hxx | 58 static BiffType detectStreamBiffVersion( BinaryInputStream& rInStream ); 61 static BiffType detectStorageBiffVersion(
|
H A D | workbookhelper.hxx | 131 static WorkbookGlobalsRef constructGlobals( ExcelBiffFilter& rFilter, BiffType eBiff ); 262 BiffType getBiff() const;
|
H A D | formulabase.hxx | 550 explicit FunctionProvider( FilterType eFilter, BiffType eBiff, bool bImportFilter ); 594 FilterType eFilter, BiffType eBiff, bool bImportFilter );
|
H A D | biffhelper.hxx | 254 enum BiffType enum 644 …oid importImgData( StreamDataSequence& orDataSeq, BiffInputStream& rStrm, BiffType eBiff );
|
H A D | excelhandlers.hxx | 173 BiffFragmentType startFragment( BiffType eBiff );
|
H A D | biffcodec.hxx | 167 static BiffDecoderRef implReadFilePass( BiffInputStream& rStrm, BiffType eBiff );
|
H A D | autofilterbuffer.hxx | 148 …void readString( BiffInputStream& rStrm, BiffType eBiff, rtl_TextEncoding eTextEnc …
|
/trunk/main/oox/source/dump/ |
H A D | biffdumper.cxx | 176 BiffConfig::BiffConfig( const Config& rParent, BiffType eBiff ) : in BiffConfig() 209 BiffSharedData::BiffSharedData( BiffType eBiff ) : in BiffSharedData() 272 …nstruct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, BiffType eBiff, const OUSt… in construct() 1553 …nstruct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, BiffType eBiff, const OUSt… in construct() 1571 BiffType eBiff = BiffDetector::detectStreamBiffVersion( *rxStrm ); in WorkbookStreamObject() 1603 BiffType eBiff = getBiff(); in implDumpRecordBody() 4447 …mObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, BiffType eBiff, const ::rt… in PivotCacheStreamObject()
|