Searched refs:rxStrg (Results 1 – 6 of 6) sorted by relevance
/aoo4110/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,
|
/aoo4110/main/oox/source/dump/ |
H A D | oledumper.cxx | 661 construct( rParent, rxStrg, rSysPath ); in OleStorageObject() 666 StorageObjectBase::construct( rParent, rxStrg, rSysPath ); in construct() 2050 OleStorageObject( rParent, rxStrg, rSysPath ) in VbaContainerStorageObject() 2070 VbaContainerStorageObject( *this, rxStrg, rSysPath ).dump(); in implDumpStorage() 2072 OleStorageObject( *this, rxStrg, rSysPath ).dump(); in implDumpStorage() 2273 OleStorageObject( rParent, rxStrg, rSysPath ), in VbaStorageObject() 2292 VbaContainerStorageObject( rParent, rxStrg, rSysPath ), in VbaFormStorageObject() 2308 OleStorageObject( rParent, rxStrg, rSysPath ) in VbaProjectStorageObject() 2324 VbaStorageObject( *this, rxStrg, rSysPath, maVbaData ).dump(); in implDumpStorage() 2326 VbaFormStorageObject( *this, rxStrg, rSysPath, maVbaData ).dump(); in implDumpStorage() [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() 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() 2308 …implDumpStorage( rxStrg->openSubStorage( rItemName, false ), aStrgPath.makeStringAndClear(), aSysF… in extractItem() [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()
|
Completed in 74 milliseconds