Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx112 SvStorageRef xOleStg, SvStorageRef xObjStg, String &rStorageName, in TestOleNeedsGraphic() argument
152 if (!bGraphicNeeded && SwWW8ImplReader::ImportOleWMF(xOleStg,aWMF,nX,nY)) in TestOleNeedsGraphic()
276 SvStorageRef xOleStg = xObjStg->OpenSotStorage( sStorageName, in OutputOLENode() local
278 if( xOleStg.Is() ) in OutputOLENode()
288 GetOLEExp().ExportOLEObject( aObjRef, *xOleStg ); in OutputOLENode()
292 if ( !xOleStg->IsStream( aObjInfo ) ) in OutputOLENode()
295 SvStorageStreamRef rObjInfoStream = xOleStg->OpenSotStream( aObjInfo ); in OutputOLENode()
299 xOleStg->Commit(); in OutputOLENode()
308 sServer += xOleStg->GetUserName(); in OutputOLENode()
339 xOleStg, xObjStg, sStorageName, const_cast<SwOLENode*>(&rOLENode)); in OutputOLENode()
H A Dwrtw8esh.cxx3156 SvStorageRef xOleStg = xObjPool->OpenSotStorage(sStorageName, in ExportControl() local
3159 if (!xOleStg.Is()) in ExportControl()
3163 if (!WriteOCXStream(xOleStg,xControlModel,aSize,sName)) in ExportControl()
H A Dwrtww8.hxx1034 bool TestOleNeedsGraphic(const SwAttrSet& rSet, SvStorageRef xOleStg,
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx603 SotStorageRef xOleStg = pRootStorage->OpenSotStorage( aStorageName, in WriteSubRecs() local
605 if( xOleStg.Is() ) in WriteSubRecs()
630 aOLEExpFilt.ExportOLEObject( xObj, *xOleStg ); in WriteSubRecs()
645 XclExpString aName( xOleStg->GetUserName() ); in WriteSubRecs()