Searched refs:xSrcStg (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 2543 …SotStorageRef xSrcStg = new SotStorage( aDest.GetMainURL( INetURLObject::DECODE_TO_IURI ), STREAM_… in MakeUserStorage_Impl() local 2546 if( xSrcStg.Is() && xDstStg.Is() ) in MakeUserStorage_Impl() 2554 if (xSrcStg->IsContained( sXMLWord ) ) in MakeUserStorage_Impl() 2555 LoadXMLExceptList_Imp( pTmpWordList, pXMLImplWrdStt_ExcptLstStr, xSrcStg ); in MakeUserStorage_Impl() 2565 if (xSrcStg->IsContained( sXMLSentence ) ) in MakeUserStorage_Impl() 2566 LoadXMLExceptList_Imp( pTmpWordList, pXMLImplCplStt_ExcptLstStr, xSrcStg ); in MakeUserStorage_Impl()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 447 SotStorageRef xSrcStg; 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()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 6793 SvStorageRef xSrcStg; in ImportOLE() local 6796 if( GetOLEStorageName( nOLEId, sStorageName, xSrcStg, xDstStg )) in ImportOLE() 6797 pRet = CreateSdrOLEFromStorage( sStorageName, xSrcStg, xDstStg, in ImportOLE()
|
Completed in 83 milliseconds