Home
last modified time | relevance | path

Searched refs:StorageRef (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/oox/source/helper/
H A Dstoragebase.cxx133 StorageRef StorageBase::openSubStorage( const OUString& rStorageName, bool bCreateMissing ) in openSubStorage()
135 StorageRef xSubStorage; in openSubStorage()
158 StorageRef xSubStorage = getSubStorage( aElement, false ); in openInputStream()
186 StorageRef xSubStorage = getSubStorage( aElement, true ); in openOutputStream()
209 StorageRef xSubStrg = openSubStorage( rElementName, false ); in copyToStorage()
212 StorageRef xDestSubStrg = rDestStrg.openSubStorage( rElementName, true ); in copyToStorage()
259 StorageRef StorageBase::getSubStorage( const OUString& rElementName, bool bCreateMissing ) in getSubStorage()
261 StorageRef& rxSubStrg = maSubStorages[ rElementName ]; in getSubStorage()
H A Dzipstorage.cxx132 StorageRef ZipStorage::implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) in implOpenSubStorage()
160 StorageRef xSubStorage; in implOpenSubStorage()
/trunk/main/filter/source/xsltfilter/
H A Duof2storage.cxx130 XSLT::StorageRef StorageBase::openSubStorage( const ::rtl::OUString& rStorageName, bool bCreatedMis… in openSubStorage()
132 StorageRef xSubStorage; in openSubStorage()
156 StorageRef xSubStorage = getSubStorage(aElement, false); in openInputStream()
185 StorageRef xSubStorage = getSubStorage(aElement, true); in openOutputStream()
209 StorageRef xSubStrg = openSubStorage(rElementName, false); in copyToStorage()
212 StorageRef xDestSubStrg = rDestStrg.openSubStorage(rElementName, true); in copyToStorage()
256 XSLT::StorageRef StorageBase::getSubStorage( const ::rtl::OUString& rElementName, bool bCreateMissi… in getSubStorage()
258 StorageRef& rxSubStrg = m_aSubStorages[rElementName]; in getSubStorage()
334 XSLT::StorageRef ZipStorage::implOpenSubStorage( const ::rtl::OUString& rElementName, bool bCreated… in implOpenSubStorage()
367 StorageRef xSubStorage; in implOpenSubStorage()
H A Duof2storage.hxx53 typedef ::boost::shared_ptr< StorageBase > StorageRef; typedef
97 StorageRef openSubStorage( const ::rtl::OUString& rStorageName, bool bCreatedMissing );
123 virtual StorageRef implOpenSubStorage( const ::rtl::OUString& rElementName, bool bCreate ) = 0;
133 StorageRef getSubStorage( const ::rtl::OUString& rElementName, bool bCreateMissing );
172 virtual StorageRef implOpenSubStorage( const ::rtl::OUString& rElementName, bool bCreatedMissing );
203 StorageRef getMainStorageRef(){ return m_pMainStorage; } in getMainStorageRef()
205 StorageRef m_pMainStorage;
H A Duof2splithandler.hxx91 StorageRef m_pMainStore;
92 StorageRef m_pCurStore;
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx169 …explicit OleStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, const :…
175 …void construct( const ObjectBase& rParent, const StorageRef& rxStrg, const ::rtl::O…
756 const StorageRef& rxStrg,
767 const StorageRef& rxStrg,
850 const StorageRef& rxStrg,
872 const StorageRef& rxStrg,
892 …explicit VbaProjectStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, …
902 const StorageRef& rxStrg,
918 const StorageRef& rxStrg,
H A Ddumperbase.hxx894 const StorageRef& rxRootStrg,
901 inline const StorageRef& getRootStorage() const { return mxRootStrg; } in getRootStorage()
936 StorageRef mxRootStrg;
981 const StorageRef& rxRootStrg,
1026 const StorageRef& rxRootStrg,
1249 explicit StorageIterator( const StorageRef& rxStrg );
1264 StorageRef mxStrg;
1327 const StorageRef& rxStrg,
1349 const StorageRef& rxStrg,
1354 const StorageRef& rxStrg,
[all …]
/trunk/main/oox/source/core/
H A Dbinaryfilterbase.cxx52 StorageRef BinaryFilterBase::implCreateStorage( const Reference< XInputStream >& rxInStream ) const in implCreateStorage()
54 return StorageRef( new ::oox::ole::OleStorage( getComponentContext(), rxInStream, true ) ); in implCreateStorage()
57 StorageRef BinaryFilterBase::implCreateStorage( const Reference< XStream >& rxOutStream ) const in implCreateStorage()
59 return StorageRef( new ::oox::ole::OleStorage( getComponentContext(), rxOutStream, true ) ); in implCreateStorage()
H A Dxmlfilterbase.cxx505 StorageRef XmlFilterBase::implCreateStorage( const Reference< XInputStream >& rxInStream ) const in implCreateStorage()
507 return StorageRef( new ZipStorage( getComponentContext(), rxInStream ) ); in implCreateStorage()
510 StorageRef XmlFilterBase::implCreateStorage( const Reference< XStream >& rxOutStream ) const in implCreateStorage()
512 return StorageRef( new ZipStorage( getComponentContext(), rxOutStream ) ); in implCreateStorage()
H A Dfilterbase.cxx137 StorageRef mxStorage;
358 StorageRef FilterBase::getStorage() const in getStorage()
363 StorageRef FilterBase::openSubStorage( const OUString& rStorageName, bool bCreateMissing ) const in openSubStorage()
/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()
127 StorageRef xStrg( new ZipStorage( rxContext, rxInStrm ) ); in Dumper()
H A Doledumper.cxx659 OleStorageObject::OleStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, const OUSt… in OleStorageObject()
664 void OleStorageObject::construct( const ObjectBase& rParent, const StorageRef& rxStrg, const OUStri… in construct()
2049 VbaContainerStorageObject::VbaContainerStorageObject( const ObjectBase& rParent, const StorageRef& … in VbaContainerStorageObject()
2067 void VbaContainerStorageObject::implDumpStorage( const StorageRef& rxStrg, const OUString& rStrgPat… in implDumpStorage()
2272 VbaStorageObject::VbaStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, const OUSt… in VbaStorageObject()
2291 VbaFormStorageObject::VbaFormStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, co… in VbaFormStorageObject()
2307 VbaProjectStorageObject::VbaProjectStorageObject( const ObjectBase& rParent, const StorageRef& rxSt… in VbaProjectStorageObject()
2321 void VbaProjectStorageObject::implDumpStorage( const StorageRef& rxStrg, const OUString& rStrgPath,… in implDumpStorage()
2332 ActiveXStorageObject::ActiveXStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, co… in ActiveXStorageObject()
H A Ddumperbase.cxx1503 const Reference< XComponentContext >& rxContext, const StorageRef& rxRootStrg, in SharedConfigData()
1669 …Char* pcEnvVar, const Reference< XComponentContext >& rxContext, const StorageRef& rxRootStrg, con… in Config()
1689 …Char* pcEnvVar, const Reference< XComponentContext >& rxContext, const StorageRef& rxRootStrg, con… in construct()
2075 StorageIterator::StorageIterator( const StorageRef& rxStrg ) : in StorageIterator()
2116 StorageRef xStrg = mxStrg->openSubStorage( *maIt, false ); in isStorage()
2166 void StorageObjectBase::construct( const ObjectBase& rParent, const StorageRef& rxStrg, const OUStr… in construct()
2224 void StorageObjectBase::implDumpStorage( const StorageRef& rxStrg, const OUString& rStrgPath, const… in implDumpStorage()
2275 void StorageObjectBase::extractStorage( const StorageRef& rxStrg, const OUString& rStrgPath, const … in extractStorage()
2301 void StorageObjectBase::extractItem( const StorageRef& rxStrg, const OUString& rStrgPath, const OUS… in extractItem()
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()
2317 StorageRef xStrg( new ZipStorage( getContext(), rxInStrm ) ); in Dumper()
/trunk/main/oox/inc/oox/helper/
H A Dstoragebase.hxx44 typedef ::boost::shared_ptr< StorageBase > StorageRef; typedef
98 StorageRef openSubStorage( const ::rtl::OUString& rStorageName, bool bCreateMissing );
159 virtual StorageRef implOpenSubStorage( const ::rtl::OUString& rElementName, bool bCreate ) = 0;
173 StorageRef getSubStorage( const ::rtl::OUString& rElementName, bool bCreateMissing );
H A Dgraphichelper.hxx68 const StorageRef& rxStorage );
161 StorageRef mxStorage; /// Storage containing embedded graphics.
/trunk/main/oox/inc/oox/core/
H A Dfilterbase.hxx155 StorageRef getStorage() const;
165 StorageRef openSubStorage(
292 virtual StorageRef implCreateStorage(
294 virtual StorageRef implCreateStorage(
H A Dbinaryfilterbase.hxx45 virtual StorageRef implCreateStorage(
47 virtual StorageRef implCreateStorage(
H A Dxmlfilterbase.hxx207 virtual StorageRef implCreateStorage(
209 virtual StorageRef implCreateStorage(
/trunk/main/oox/source/xls/
H A Dworkbookhelper.cxx118 inline StorageRef getVbaProjectStorage() const { return mxVbaPrjStrg; } in getVbaProjectStorage()
123 …inline void setVbaProjectStorage( const StorageRef& rxVbaPrjStrg ) { mxVbaPrjStrg = rxVbaP… in setVbaProjectStorage()
247 StorageRef mxVbaPrjStrg; // Storage containing the VBA project.
629 void WorkbookHelper::setVbaProjectStorage( const StorageRef& rxVbaPrjStrg ) in setVbaProjectStorage()
663 StorageRef xVbaPrjStrg = mrBookGlob.getVbaProjectStorage(); in finalizeWorkbookImport()
H A Dbiffdetector.cxx131 …ffDetector::detectStorageBiffVersion( OUString& orWorkbookStreamName, const StorageRef& rxStorage ) in detectStorageBiffVersion()
207 StorageRef xStorage( new ::oox::ole::OleStorage( mxContext, xInStrm, true ) ); in detect()
/trunk/main/oox/source/ole/
H A Dolestorage.cxx319 StorageRef OleStorage::implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) in implOpenSubStorage()
321 StorageRef xSubStorage; in implOpenSubStorage()
344 StorageRef xTempStorage( new OleStorage( *this, xTempFile, rElementName ) ); in implOpenSubStorage()
H A Dvbaproject.cxx265 StorageRef xVbaStrg = rVbaPrjStrg.openSubStorage( CREATE_OUSTRING( "VBA" ), false ); in importVba()
475 StorageRef xSubStrg = rVbaPrjStrg.openSubStorage( *aIt, false ); in importVba()
H A Dvbaprojectfilter.cxx49 StorageRef xVbaPrjStrg = openSubStorage( maStorageName, false ); in importDocument()
/trunk/main/oox/inc/oox/xls/
H A Dbiffdetector.hxx63 const StorageRef& rxStorage );

Completed in 269 milliseconds

12