Home
last modified time | relevance | path

Searched refs:OleStorage (Results 1 – 11 of 11) sorted by relevance

/trunk/main/oox/source/ole/
H A Dolestorage.cxx180 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 Daxcontrolfragment.cxx139 OleStorage aStorage( getFilter().getComponentContext(), xStrgStrm, false ); in onCreateContext()
H A Dvbaproject.cxx529 OleStorage aDestStorage( mxContext, xDocStream, false ); in copyStorage()
/trunk/main/oox/inc/oox/ole/
H A Dolestorage.hxx40 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.
/trunk/main/oox/source/dump/
H A Dpptxdumper.cxx93 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 Dxlsbdumper.cxx2269 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 Dbiffdumper.cxx4565 StorageRef xStrg( new ::oox::ole::OleStorage( rxContext, rxInStrm, true ) ); in Dumper()
/trunk/main/oox/source/core/
H A Dbinaryfilterbase.cxx54 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 Dfilterdetect.cxx351 ::oox::ole::OleStorage aOleStorage( mxContext, xInStrm, false ); in extractUnencryptedPackage()
/trunk/main/oox/source/xls/
H A Dbiffdetector.cxx207 StorageRef xStorage( new ::oox::ole::OleStorage( mxContext, xInStrm, true ) ); in detect()
H A Dworkbookfragment.cxx306 …setVbaProjectStorage( StorageRef( new ::oox::ole::OleStorage( getBaseFilter().getComponentContext(… in finalizeImport()

Completed in 79 milliseconds