| /AOO42X/main/oox/source/dump/ |
| H A D | oledumper.cxx | 659 OleStorageObject::OleStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, const OUSt… in OleStorageObject() argument 661 construct( rParent, rxStrg, rSysPath ); in OleStorageObject() 664 void OleStorageObject::construct( const ObjectBase& rParent, const StorageRef& rxStrg, const OUStri… in construct() argument 666 StorageObjectBase::construct( rParent, rxStrg, rSysPath ); in construct() 2049 …:VbaContainerStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, const OUString& r… in VbaContainerStorageObject() argument 2050 OleStorageObject( rParent, rxStrg, rSysPath ) in VbaContainerStorageObject() 2067 void VbaContainerStorageObject::implDumpStorage( const StorageRef& rxStrg, const OUString& rStrgPat… in implDumpStorage() argument 2070 VbaContainerStorageObject( *this, rxStrg, rSysPath ).dump(); in implDumpStorage() 2072 OleStorageObject( *this, rxStrg, rSysPath ).dump(); in implDumpStorage() 2272 VbaStorageObject::VbaStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, const OUSt… in VbaStorageObject() argument [all …]
|
| H A D | dumperbase.cxx | 2075 StorageIterator::StorageIterator( const StorageRef& rxStrg ) : in StorageIterator() argument 2076 mxStrg( rxStrg ) in StorageIterator() 2166 void StorageObjectBase::construct( const ObjectBase& rParent, const StorageRef& rxStrg, const OUStr… in construct() argument 2169 mxStrg = rxStrg; in construct() 2224 void StorageObjectBase::implDumpStorage( const StorageRef& rxStrg, const OUString& rStrgPath, const… in implDumpStorage() argument 2226 extractStorage( rxStrg, rStrgPath, rSysPath ); in implDumpStorage() 2275 void StorageObjectBase::extractStorage( const StorageRef& rxStrg, const OUString& rStrgPath, const … in extractStorage() argument 2285 … extractItem( rxStrg, rStrgPath, aIt->maName, rSysPath, aIt->mbStorage, !aIt->mbStorage ); in extractStorage() 2288 for( StorageIterator aIt( rxStrg ); aIt.isValid(); ++aIt ) in extractStorage() 2297 extractItem( rxStrg, rStrgPath, aItemName, rSysPath, aIt.isStorage(), aIt.isStream() ); in extractStorage() [all …]
|
| H A D | biffdumper.cxx | 4535 void RootStorageObject::implDumpStorage( const StorageRef& rxStrg, const OUString& rStrgPath, const… in implDumpStorage() argument 4538 VbaProjectStorageObject( *this, rxStrg, rSysPath ).dump(); in implDumpStorage() 4540 VbaContainerStorageObject( *this, rxStrg, rSysPath ).dump(); in implDumpStorage() 4542 OleStorageObject::implDumpStorage( rxStrg, rStrgPath, rSysPath ); in implDumpStorage()
|
| /AOO42X/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 … VbaProjectStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, const ::rtl::OUSt… 902 const StorageRef& rxStrg, 918 const StorageRef& rxStrg,
|
| H A D | dumperbase.hxx | 1249 explicit StorageIterator( const StorageRef& rxStrg ); 1314 …void construct( const ObjectBase& rParent, const StorageRef& rxStrg, const ::rtl::O… 1327 const StorageRef& rxStrg, 1349 const StorageRef& rxStrg, 1354 const StorageRef& rxStrg,
|
| H A D | biffdumper.hxx | 535 const StorageRef& rxStrg,
|