Searched refs:sStorageName (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/dbaccess/source/core/recovery/ |
H A D | dbdocrecovery.cxx | 237 ::rtl::OUString sStorageName; in lcl_readObjectMap_throw() 239 if ( !lcl_extractCompDesc( sLine, sStorageName, aCompDesc ) ) in lcl_readObjectMap_throw() 241 o_mapStorageToObjectName[ sStorageName ] = aCompDesc; in lcl_readObjectMap_throw()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 275 String sStorageName( '_' ); in OutputOLENode() local 276 sStorageName += String::CreateFromInt32( nPictureId ); in OutputOLENode() 277 SvStorageRef xOleStg = xObjStg->OpenSotStorage( sStorageName, in OutputOLENode() 340 xOleStg, xObjStg, sStorageName, const_cast<SwOLENode*>(&rOLENode)); in OutputOLENode()
|
H A D | ww8par.hxx | 167 WW8OleMap(sal_uInt32 nWWid, String sStorageName) in WW8OleMap() 168 : mnWWid(nWWid), msStorageName(sStorageName) {} in WW8OleMap()
|
H A D | wrtw8esh.cxx | 3166 String sStorageName('_'); in ExportControl() local 3167 sStorageName += String::CreateFromInt32((sal_uInt32)(sal_uIntPtr)pObj); in ExportControl() 3168 SvStorageRef xOleStg = xObjPool->OpenSotStorage(sStorageName, in ExportControl()
|
H A D | ww8par.cxx | 446 String sStorageName; in ImportOLE() local 449 if( GetOLEStorageName( nOLEId, sStorageName, xSrcStg, xDstStg )) in ImportOLE() 451 SvStorageRef xSrc = xSrcStg->OpenSotStorage( sStorageName, in ImportOLE() 463 pRet = CreateSdrOLEFromStorage( sStorageName, xSrcStg, xDstStg, in ImportOLE()
|
/aoo41x/main/offapi/com/sun/star/document/ |
H A D | XDocumentSubStorageSupplier.idl | 54 @param sStorageName
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 6798 String sStorageName; in ImportOLE() local 6802 if( GetOLEStorageName( nOLEId, sStorageName, xSrcStg, xDstStg )) in ImportOLE() 6803 pRet = CreateSdrOLEFromStorage( sStorageName, xSrcStg, xDstStg, in ImportOLE()
|
Completed in 96 milliseconds