Home
last modified time | relevance | path

Searched refs:rStrgName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx170 SotStorageRef ScfTools::OpenStorageRead( SotStorageRef xStrg, const String& rStrgName ) in OpenStorageRead() argument
173 if( xStrg.Is() && xStrg->IsContained( rStrgName ) ) in OpenStorageRead()
174 xSubStrg = xStrg->OpenSotStorage( rStrgName, STREAM_STD_READ ); in OpenStorageRead()
178 SotStorageRef ScfTools::OpenStorageWrite( SotStorageRef xStrg, const String& rStrgName ) in OpenStorageWrite() argument
182 xSubStrg = xStrg->OpenSotStorage( rStrgName, STREAM_STD_WRITE ); in OpenStorageWrite()
/trunk/main/sc/source/filter/excel/
H A Dxlroot.cxx254 SotStorageRef XclRoot::OpenStorage( SotStorageRef xStrg, const String& rStrgName ) const in OpenStorage()
257 ScfTools::OpenStorageWrite( xStrg, rStrgName ) : in OpenStorage()
258 ScfTools::OpenStorageRead( xStrg, rStrgName ); in OpenStorage()
261 SotStorageRef XclRoot::OpenStorage( const String& rStrgName ) const in OpenStorage()
263 return OpenStorage( GetRootStorage(), rStrgName ); in OpenStorage()
/trunk/main/sc/source/filter/inc/
H A Dxlroot.hxx207 SotStorageRef OpenStorage( SotStorageRef xStrg, const String& rStrgName ) const;
209 SotStorageRef OpenStorage( const String& rStrgName ) const;
H A Dftools.hxx293 static SotStorageRef OpenStorageRead( SotStorageRef xStrg, const String& rStrgName );
295 static SotStorageRef OpenStorageWrite( SotStorageRef xStrg, const String& rStrgName );

Completed in 17 milliseconds