/aoo41x/main/oox/source/helper/ |
H A D | storagebase.cxx | 65 StorageBase::StorageBase( const Reference< XInputStream >& rxInStream, bool bBaseStreamAccess ) : in StorageBase() function in oox::StorageBase 73 StorageBase::StorageBase( const Reference< XStream >& rxOutStream, bool bBaseStreamAccess ) : in StorageBase() function in oox::StorageBase 81 StorageBase::StorageBase( const StorageBase& rParentStorage, const OUString& rStorageName, bool bRe… in StorageBase() function in oox::StorageBase 89 StorageBase::~StorageBase() in ~StorageBase() 93 bool StorageBase::isStorage() const in isStorage() 98 bool StorageBase::isRootStorage() const in isRootStorage() 103 bool StorageBase::isReadOnly() const in isReadOnly() 118 OUString StorageBase::getPath() const in getPath() 203 void StorageBase::copyToStorage( StorageBase& rDestStrg, const OUString& rElementName ) in copyToStorage() 233 void StorageBase::copyStorageToStorage( StorageBase& rDestStrg ) in copyStorageToStorage() [all …]
|
H A D | zipstorage.cxx | 51 StorageBase( rxInStream, false ) in ZipStorage() 80 StorageBase( rxStream, false ) in ZipStorage() 98 StorageBase( rParentStorage, rElementName, rParentStorage.isReadOnly() ), in ZipStorage()
|
/aoo41x/main/filter/source/xsltfilter/ |
H A D | uof2storage.cxx | 58 StorageBase::StorageBase( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStrea… in StorageBase() function in XSLT::StorageBase 75 StorageBase::StorageBase( const StorageBase& rParentStorage, const ::rtl::OUString& rStorageName, b… in StorageBase() function in XSLT::StorageBase 83 StorageBase::~StorageBase() in ~StorageBase() 87 bool StorageBase::isStorage() const in isStorage() 92 bool StorageBase::isRootStorage() const in isRootStorage() 97 bool StorageBase::isReadOnly() const in isReadOnly() 203 void StorageBase::copyToStorage( StorageBase& rDestStrg, const ::rtl::OUString& rElementName ) in copyToStorage() 233 void StorageBase::copyStorageToStorage( StorageBase& rDestStrg ) in copyStorageToStorage() 246 void StorageBase::commit() in commit() 265 : StorageBase(rxInStream, false) in ZipStorage() [all …]
|
H A D | uof2storage.hxx | 52 class StorageBase; 53 typedef ::boost::shared_ptr< StorageBase > StorageRef; 55 class StorageBase class 58 explicit StorageBase( 62 explicit StorageBase( 66 virtual ~StorageBase(); 107 void copyStorageToStorage(StorageBase& rDestStrg); 111 …explicit StorageBase( const StorageBase& rParentStorage, const ::rtl::OUString& rStorageName, bool… 113 StorageBase( const StorageBase& ); 114 StorageBase& operator = (const StorageBase& ); [all …]
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | storagebase.hxx | 43 class StorageBase; 44 typedef ::boost::shared_ptr< StorageBase > StorageRef; 52 class OOX_DLLPUBLIC StorageBase class 55 explicit StorageBase( 59 explicit StorageBase( 63 virtual ~StorageBase(); 135 void copyStorageToStorage( StorageBase& rDestStrg ); 142 …explicit StorageBase( const StorageBase& rParentStorage, const ::rtl::OUString& rStorag… 145 StorageBase( const StorageBase& ); 146 StorageBase& operator=( const StorageBase& ); [all …]
|
H A D | zipstorage.hxx | 38 class ZipStorage : public StorageBase
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stg.cxx | 60 TYPEINIT0( StorageBase ); 61 TYPEINIT1( BaseStorageStream, StorageBase ); 62 TYPEINIT1( BaseStorage, StorageBase ); 64 StorageBase::StorageBase() in StorageBase() function in StorageBase 71 StorageBase::~StorageBase() in ~StorageBase() 78 sal_uLong StorageBase::GetError() const in GetError() 81 ((StorageBase*) this)->m_nError = SVSTREAM_OK; in GetError() 85 void StorageBase::SetError( sal_uLong n ) const in SetError() 88 ((StorageBase*) this)->m_nError = n; in SetError() 91 void StorageBase::ResetError() const in ResetError() [all …]
|
H A D | stgcache.hxx | 41 class StorageBase; 78 void MoveError( StorageBase& );
|
H A D | ucbstorage.cxx | 1392 StorageBase::m_nMode = pImp->m_nMode; 1401 StorageBase::m_nMode = pImp->m_nMode; 1410 StorageBase::m_nMode = pImp->m_nMode; 1650 StorageBase::m_nMode = pImp->m_nMode; 1660 StorageBase::m_nMode = pImp->m_nMode; 1670 StorageBase::m_nMode = pImp->m_nMode; 1680 StorageBase::m_nMode = pImp->m_nMode; 1689 StorageBase::m_nMode = pImp->m_nMode;
|
H A D | stgcache.cxx | 540 void StgCache::MoveError( StorageBase& r ) in MoveError()
|
/aoo41x/main/oox/inc/oox/ole/ |
H A D | vbacontrol.hxx | 34 namespace oox { class StorageBase; } 125 StorageBase& rStrg, 145 void importStorage( StorageBase& rStrg, const AxClassTable& rClassTable ); 200 StorageBase& rVbaFormStrg,
|
H A D | vbamodule.hxx | 39 class StorageBase; 72 StorageBase& rVbaStrg, 82 ::rtl::OUString readSourceCode( StorageBase& rVbaStrg ) const;
|
H A D | vbaproject.hxx | 126 StorageBase& rVbaPrjStrg, 173 StorageBase& rVbaPrjStrg, 181 void copyStorage( StorageBase& rVbaPrjStrg );
|
H A D | olestorage.hxx | 40 class OleStorage : public StorageBase
|
/aoo41x/main/sot/inc/sot/ |
H A D | stg.hxx | 69 class SOT_DLLPUBLIC StorageBase : public SvRefBase class 75 StorageBase(); 76 virtual ~StorageBase(); 91 class BaseStorageStream : public StorageBase 108 class BaseStorage : public StorageBase
|
/aoo41x/main/oox/source/ole/ |
H A D | olestorage.cxx | 182 StorageBase( rxInStream, bBaseStreamAccess ), in OleStorage() 192 StorageBase( rxOutStream, bBaseStreamAccess ), in OleStorage() 202 StorageBase( rParentStorage, rElementName, bReadOnly ), in OleStorage() 212 StorageBase( rParentStorage, rElementName, false ), in OleStorage()
|
H A D | vbaproject.cxx | 168 void VbaProject::importVbaProject( StorageBase& rVbaPrjStrg, const GraphicHelper& rGraphicHelper, b… in importVbaProject() 263 void VbaProject::importVba( StorageBase& rVbaPrjStrg, const GraphicHelper& rGraphicHelper, bool bDe… in importVba() 520 void VbaProject::copyStorage( StorageBase& rVbaPrjStrg ) in copyStorage()
|
H A D | vbamodule.cxx | 133 void VbaModule::createAndImportModule( StorageBase& rVbaStrg, const Reference< XNameContainer >& rx… in createAndImportModule() 147 OUString VbaModule::readSourceCode( StorageBase& rVbaStrg ) const in readSourceCode()
|
H A D | vbacontrol.cxx | 350 void VbaFormControl::importModelOrStorage( BinaryInputStream& rInStrm, StorageBase& rStrg, const Ax… in importModelOrStorage() 413 void VbaFormControl::importStorage( StorageBase& rStrg, const AxClassTable& rClassTable ) in importStorage() 764 StorageBase& rVbaFormStrg, const OUString& rModuleName, rtl_TextEncoding eTextEnc ) in importForm()
|
/aoo41x/main/oox/inc/oox/core/ |
H A D | fastparser.hxx | 32 class StorageBase; 75 …void parseStream( StorageBase& rStorage, const ::rtl::OUString& rStreamName, bool b…
|
/aoo41x/main/oox/source/core/ |
H A D | fastparser.cxx | 124 void FastParser::parseStream( StorageBase& rStorage, const OUString& rStreamName, bool bCloseStream… in parseStream()
|
/aoo41x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 1344 StorageBase& rStrg,
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2261 void StorageObjectBase::extractStream( StorageBase& rStrg, const OUString& rStrgPath, const OUStrin… in extractStream()
|
H A D | biffdumper.cxx | 283 if( StorageBase* pRootStrg = cfg().getRootStorage().get() ) in construct()
|