Home
last modified time | relevance | path

Searched refs:sStorageName (Results 1 – 7 of 7) sorted by path

/trunk/main/dbaccess/source/core/recovery/
H A Ddbdocrecovery.cxx237 ::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()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6838 String sStorageName; in ImportOLE() local
6842 if( GetOLEStorageName( nOLEId, sStorageName, xSrcStg, xDstStg )) in ImportOLE()
6843 pRet = CreateSdrOLEFromStorage( sStorageName, xSrcStg, xDstStg, in ImportOLE()
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentSubStorageSupplier.idl54 @param sStorageName
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx3155 String sStorageName('_'); in ExportControl() local
3156 sStorageName += String::CreateFromInt32((sal_uInt32)(sal_uIntPtr)pObj); in ExportControl()
3157 SvStorageRef xOleStg = xObjPool->OpenSotStorage(sStorageName, in ExportControl()
H A Dwrtww8gr.cxx275 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 Dww8par.cxx446 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()
H A Dww8par.hxx167 WW8OleMap(sal_uInt32 nWWid, String sStorageName) in WW8OleMap()
168 : mnWWid(nWWid), msStorageName(sStorageName) {} in WW8OleMap()

Completed in 109 milliseconds