/aoo41x/main/oox/source/helper/ |
H A D | storagebase.cxx | 133 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 D | zipstorage.cxx | 132 StorageRef ZipStorage::implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) in implOpenSubStorage() 160 StorageRef xSubStorage; in implOpenSubStorage()
|
/aoo41x/main/filter/source/xsltfilter/ |
H A D | uof2storage.cxx | 130 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 D | uof2storage.hxx | 53 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 D | uof2splithandler.hxx | 91 StorageRef m_pMainStore; 92 StorageRef m_pCurStore;
|
/aoo41x/main/oox/inc/oox/dump/ |
H A D | oledumper.hxx | 169 …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 D | dumperbase.hxx | 894 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 …]
|
/aoo41x/main/oox/source/core/ |
H A D | binaryfilterbase.cxx | 52 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 D | xmlfilterbase.cxx | 505 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 D | filterbase.cxx | 137 StorageRef mxStorage; 358 StorageRef FilterBase::getStorage() const in getStorage() 363 StorageRef FilterBase::openSubStorage( const OUString& rStorageName, bool bCreateMissing ) const in openSubStorage()
|
/aoo41x/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() 127 StorageRef xStrg( new ZipStorage( rxContext, rxInStrm ) ); in Dumper()
|
H A D | oledumper.cxx | 659 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 D | dumperbase.cxx | 1503 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 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() 2317 StorageRef xStrg( new ZipStorage( getContext(), rxInStrm ) ); in Dumper()
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | storagebase.hxx | 44 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 D | graphichelper.hxx | 68 const StorageRef& rxStorage ); 161 StorageRef mxStorage; /// Storage containing embedded graphics.
|
/aoo41x/main/oox/inc/oox/core/ |
H A D | filterbase.hxx | 155 StorageRef getStorage() const; 165 StorageRef openSubStorage( 292 virtual StorageRef implCreateStorage( 294 virtual StorageRef implCreateStorage(
|
H A D | binaryfilterbase.hxx | 45 virtual StorageRef implCreateStorage( 47 virtual StorageRef implCreateStorage(
|
H A D | xmlfilterbase.hxx | 207 virtual StorageRef implCreateStorage( 209 virtual StorageRef implCreateStorage(
|
/aoo41x/main/oox/source/xls/ |
H A D | workbookhelper.cxx | 118 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 D | biffdetector.cxx | 131 …ffDetector::detectStorageBiffVersion( OUString& orWorkbookStreamName, const StorageRef& rxStorage ) in detectStorageBiffVersion() 207 StorageRef xStorage( new ::oox::ole::OleStorage( mxContext, xInStrm, true ) ); in detect()
|
/aoo41x/main/oox/source/ole/ |
H A D | olestorage.cxx | 319 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 D | vbaproject.cxx | 265 StorageRef xVbaStrg = rVbaPrjStrg.openSubStorage( CREATE_OUSTRING( "VBA" ), false ); in importVba() 475 StorageRef xSubStrg = rVbaPrjStrg.openSubStorage( *aIt, false ); in importVba()
|
H A D | vbaprojectfilter.cxx | 49 StorageRef xVbaPrjStrg = openSubStorage( maStorageName, false ); in importDocument()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | biffdetector.hxx | 63 const StorageRef& rxStorage );
|