Home
last modified time | relevance | path

Searched refs:BiffDetector (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/oox/source/xls/
H A Dbiffdetector.cxx64 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::BiffDetector
74 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()
H A Dexcelfilter.cxx222 BiffType eBiff = BiffDetector::detectStorageBiffVersion( aWorkbookName, getStorage() ); in importDocument()
285 BiffType eBiff = BiffDetector::detectStorageBiffVersion( aWorkbookName, getStorage() ); in importDocument()
/aoo41x/main/oox/inc/oox/xls/
H A Dbiffdetector.hxx46 class BiffDetector : public ::cppu::WeakImplHelper2< class
51 explicit BiffDetector(
55 virtual ~BiffDetector();
/aoo41x/main/oox/source/core/
H A Dservices.cxx44 namespace xls { DECLARE_FUNCTIONS( BiffDetector ); }
68 IMPLEMENTATION_ENTRY( ::oox::xls::BiffDetector ),
/aoo41x/main/oox/source/dump/
H A Dbiffdumper.cxx1571 BiffType eBiff = BiffDetector::detectStreamBiffVersion( *rxStrm ); in WorkbookStreamObject()

Completed in 65 milliseconds