Searched refs:OleStorage (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/oox/source/ole/ |
H A D | olestorage.cxx | 180 OleStorage::OleStorage( const Reference< XComponentContext >& rxContext, in OleStorage() function in oox::ole::OleStorage 190 OleStorage::OleStorage( const Reference< XComponentContext >& rxContext, in OleStorage() function in oox::ole::OleStorage 200 OleStorage::OleStorage( const OleStorage& rParentStorage, in OleStorage() function in oox::ole::OleStorage 210 OleStorage::OleStorage( const OleStorage& rParentStorage, in OleStorage() function in oox::ole::OleStorage 219 OleStorage::~OleStorage() in ~OleStorage() 225 void OleStorage::initStorage( const Reference< XInputStream >& rxInStream ) in initStorage() 264 void OleStorage::initStorage( const Reference< XStream >& rxOutStream ) in initStorage() 283 bool OleStorage::implIsStorage() const in implIsStorage() 299 Reference< XStorage > OleStorage::implGetXStorage() const in implGetXStorage() 305 void OleStorage::implGetElementNames( ::std::vector< OUString >& orElementNames ) const in implGetElementNames() [all …]
|
H A D | axcontrolfragment.cxx | 139 OleStorage aStorage( getFilter().getComponentContext(), xStrgStrm, false ); in onCreateContext()
|
H A D | vbaproject.cxx | 529 OleStorage aDestStorage( mxContext, xDocStream, false ); in copyStorage()
|
/aoo42x/main/oox/inc/oox/ole/ |
H A D | olestorage.hxx | 40 class OleStorage : public StorageBase class 43 explicit OleStorage( 48 explicit OleStorage( 53 virtual ~OleStorage(); 56 explicit OleStorage( 57 const OleStorage& rParentStorage, 61 explicit OleStorage( 62 const OleStorage& rParentStorage, 104 const OleStorage* mpParentStorage; /// Parent OLE storage that contains this storage.
|
/aoo42x/main/oox/source/dump/ |
H A D | pptxdumper.cxx | 93 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream() 98 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream() 103 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, true ) ); in implDumpStream()
|
H A D | xlsbdumper.cxx | 2269 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream() 2274 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream() 2293 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, true ) ); in implDumpStream()
|
H A D | biffdumper.cxx | 4565 StorageRef xStrg( new ::oox::ole::OleStorage( rxContext, rxInStrm, true ) ); in Dumper()
|
/aoo42x/main/oox/source/core/ |
H A D | binaryfilterbase.cxx | 54 return StorageRef( new ::oox::ole::OleStorage( getComponentContext(), rxInStream, true ) ); in implCreateStorage() 59 return StorageRef( new ::oox::ole::OleStorage( getComponentContext(), rxOutStream, true ) ); in implCreateStorage()
|
H A D | filterdetect.cxx | 351 ::oox::ole::OleStorage aOleStorage( mxContext, xInStrm, false ); in extractUnencryptedPackage()
|
/aoo42x/main/oox/source/xls/ |
H A D | biffdetector.cxx | 207 StorageRef xStorage( new ::oox::ole::OleStorage( mxContext, xInStrm, true ) ); in detect()
|
H A D | workbookfragment.cxx | 306 …setVbaProjectStorage( StorageRef( new ::oox::ole::OleStorage( getBaseFilter().getComponentContext(… in finalizeImport()
|
Completed in 80 milliseconds