Home
last modified time | relevance | path

Searched refs:rxStrg (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/dump/
H A Doledumper.cxx661 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 Ddumperbase.cxx2075 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 Dbiffdumper.cxx4535 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()
/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 … VbaProjectStorageObject( const ObjectBase& rParent, const StorageRef& rxStrg, const ::rtl::OUSt…
902 const StorageRef& rxStrg,
918 const StorageRef& rxStrg,
H A Ddumperbase.hxx1249 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 Dbiffdumper.hxx535 const StorageRef& rxStrg,

Completed in 99 milliseconds