Searched refs:BiffDetector (Results 1 – 5 of 5) sorted by relevance
64 return static_cast< ::cppu::OWeakObject* >( new BiffDetector( rxContext ) ); in BiffDetector_createInstance()69 BiffDetector::BiffDetector( const Reference< XComponentContext >& rxContext ) throw( RuntimeExcepti… in BiffDetector() function in oox::xls::BiffDetector74 BiffDetector::~BiffDetector() in ~BiffDetector()78 /*static*/ BiffType BiffDetector::detectStreamBiffVersion( BinaryInputStream& rInStream ) in detectStreamBiffVersion()131 /*static*/ BiffType BiffDetector::detectStorageBiffVersion( OUString& orWorkbookStreamName, const S… in detectStorageBiffVersion()179 OUString SAL_CALL BiffDetector::getImplementationName() throw( RuntimeException ) in getImplementationName()184 sal_Bool SAL_CALL BiffDetector::supportsService( const OUString& rService ) throw( RuntimeException… in supportsService()192 Sequence< OUString > SAL_CALL BiffDetector::getSupportedServiceNames() throw( RuntimeException ) in getSupportedServiceNames()199 OUString SAL_CALL BiffDetector::detect( Sequence< PropertyValue >& rDescriptor ) throw( RuntimeExce… in detect()
222 BiffType eBiff = BiffDetector::detectStorageBiffVersion( aWorkbookName, getStorage() ); in importDocument()285 BiffType eBiff = BiffDetector::detectStorageBiffVersion( aWorkbookName, getStorage() ); in importDocument()
46 class BiffDetector : public ::cppu::WeakImplHelper2< class51 explicit BiffDetector(55 virtual ~BiffDetector();
44 namespace xls { DECLARE_FUNCTIONS( BiffDetector ); }68 IMPLEMENTATION_ENTRY( ::oox::xls::BiffDetector ),
1571 BiffType eBiff = BiffDetector::detectStreamBiffVersion( *rxStrm ); in WorkbookStreamObject()
Completed in 274 milliseconds