Searched defs:xStrg (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/oox/source/dump/ |
H A D | pptxdumper.cxx | 93 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream() local 98 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream() local 103 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, true ) ); in implDumpStream() local 127 StorageRef xStrg( new ZipStorage( rxContext, rxInStrm ) ); in Dumper() local
|
H A D | xlsbdumper.cxx | 2269 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream() local 2274 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) ); in implDumpStream() local 2293 StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, true ) ); in implDumpStream() local 2317 StorageRef xStrg( new ZipStorage( getContext(), rxInStrm ) ); in Dumper() local
|
H A D | biffdumper.cxx | 4565 StorageRef xStrg( new ::oox::ole::OleStorage( rxContext, rxInStrm, true ) ); in Dumper() local
|
H A D | dumperbase.cxx | 2116 StorageRef xStrg = mxStrg->openSubStorage( *maIt, false ); in isStorage() local
|
/aoo42x/main/sc/source/filter/ftools/ |
H A D | ftools.cxx | 170 SotStorageRef ScfTools::OpenStorageRead( SotStorageRef xStrg, const String& rStrgName ) in OpenStorageRead() 178 SotStorageRef ScfTools::OpenStorageWrite( SotStorageRef xStrg, const String& rStrgName ) in OpenStorageWrite() 186 SotStorageStreamRef ScfTools::OpenStorageStreamRead( SotStorageRef xStrg, const String& rStrmName ) in OpenStorageStreamRead() 194 SotStorageStreamRef ScfTools::OpenStorageStreamWrite( SotStorageRef xStrg, const String& rStrmName ) in OpenStorageStreamWrite()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlroot.cxx | 254 SotStorageRef XclRoot::OpenStorage( SotStorageRef xStrg, const String& rStrgName ) const in OpenStorage() 266 SotStorageStreamRef XclRoot::OpenStream( SotStorageRef xStrg, const String& rStrmName ) const in OpenStream()
|
Completed in 67 milliseconds