Lines Matching refs:rxStrg
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()
2301 void StorageObjectBase::extractItem( const StorageRef& rxStrg, const OUString& rStrgPath, const OUS… in extractItem() argument
2308 …implDumpStorage( rxStrg->openSubStorage( rItemName, false ), aStrgPath.makeStringAndClear(), aSysF… in extractItem()
2312 extractStream( *rxStrg, rStrgPath, rItemName, aSysFileName ); in extractItem()