Searched refs:rStrg (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/oox/source/ole/ |
H A D | vbacontrol.cxx | 350 void VbaFormControl::importModelOrStorage( BinaryInputStream& rInStrm, StorageBase& rStrg, const Ax… in importModelOrStorage() argument 356 StorageRef xSubStrg = rStrg.openSubStorage( mxSiteModel->getSubStorageName(), false ); in importModelOrStorage() 413 void VbaFormControl::importStorage( StorageBase& rStrg, const AxClassTable& rClassTable ) in importStorage() argument 422 BinaryXInputStream aFStrm( rStrg.openInputStream( CREATE_OUSTRING( "f" ) ), true ); in importStorage() 438 BinaryXInputStream aOStrm( rStrg.openInputStream( CREATE_OUSTRING( "o" ) ), true ); in importStorage() 444 ::boost::ref( aOStrm ), ::boost::ref( rStrg ), ::boost::cref( maClassTable ) ); in importStorage()
|
/aoo4110/main/oox/inc/oox/ole/ |
H A D | vbacontrol.hxx | 125 StorageBase& rStrg, 145 void importStorage( StorageBase& rStrg, const AxClassTable& rClassTable );
|
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2261 void StorageObjectBase::extractStream( StorageBase& rStrg, const OUString& rStrgPath, const OUStrin… in extractStream() argument 2263 BinaryXInputStream aInStrm( rStrg.openInputStream( rStrmName ), true ); in extractStream()
|
/aoo4110/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 1344 StorageBase& rStrg,
|
Completed in 49 milliseconds