Home
last modified time | relevance | path

Searched refs:BiffType (Results 1 – 19 of 19) sorted by relevance

/trunk/main/oox/source/xls/
H A Dbiffdetector.cxx78 /*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 Dworkbookhelper.cxx101 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 Dexcelfilter.cxx222 BiffType eBiff = BiffDetector::detectStorageBiffVersion( aWorkbookName, getStorage() ); in importDocument()
285 BiffType eBiff = BiffDetector::detectStorageBiffVersion( aWorkbookName, getStorage() ); in importDocument()
H A Dbiffhelper.cxx108 …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 Dformulabase.cxx841 …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 Dexcelhandlers.cxx105 BiffFragmentType BiffFragmentHandler::startFragment( BiffType eBiff ) in startFragment()
H A Dbiffcodec.cxx347 /*static*/ BiffDecoderRef BiffCodecHelper::implReadFilePass( BiffInputStream& rStrm, BiffType eBiff… in implReadFilePass()
H A Ddefnamesbuffer.cxx366 BiffType eBiff = getBiff(); in importDefinedName()
H A Dautofilterbuffer.cxx442 void FilterCriterionModel::readString( BiffInputStream& rStrm, BiffType eBiff, rtl_TextEncoding eTe… in readString()
H A Dformulaparser.cxx56 sal_uInt16 lclReadFmlaSize( BiffInputStream& rStrm, BiffType eBiff, const sal_uInt16* pnFmlaSize ) in lclReadFmlaSize()
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx85 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 Dbiffdetector.hxx58 static BiffType detectStreamBiffVersion( BinaryInputStream& rInStream );
61 static BiffType detectStorageBiffVersion(
H A Dworkbookhelper.hxx131 static WorkbookGlobalsRef constructGlobals( ExcelBiffFilter& rFilter, BiffType eBiff );
262 BiffType getBiff() const;
H A Dformulabase.hxx550 explicit FunctionProvider( FilterType eFilter, BiffType eBiff, bool bImportFilter );
594 FilterType eFilter, BiffType eBiff, bool bImportFilter );
H A Dbiffhelper.hxx254 enum BiffType enum
644 …oid importImgData( StreamDataSequence& orDataSeq, BiffInputStream& rStrm, BiffType eBiff );
H A Dexcelhandlers.hxx173 BiffFragmentType startFragment( BiffType eBiff );
H A Dbiffcodec.hxx167 static BiffDecoderRef implReadFilePass( BiffInputStream& rStrm, BiffType eBiff );
H A Dautofilterbuffer.hxx148 …void readString( BiffInputStream& rStrm, BiffType eBiff, rtl_TextEncoding eTextEnc …
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx176 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()

Completed in 112 milliseconds