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.cxx113 SvStorageRef xOleStg, SvStorageRef xObjStg, String &rStorageName, in TestOleNeedsGraphic() argument
153 if (!bGraphicNeeded && SwWW8ImplReader::ImportOleWMF(xOleStg,aWMF,nX,nY)) in TestOleNeedsGraphic()
277 SvStorageRef xOleStg = xObjStg->OpenSotStorage( sStorageName, in OutputOLENode() local
279 if( xOleStg.Is() ) in OutputOLENode()
289 GetOLEExp().ExportOLEObject( aObjRef, *xOleStg ); in OutputOLENode()
293 if ( !xOleStg->IsStream( aObjInfo ) ) in OutputOLENode()
296 SvStorageStreamRef rObjInfoStream = xOleStg->OpenSotStream( aObjInfo ); in OutputOLENode()
300 xOleStg->Commit(); in OutputOLENode()
309 sServer += xOleStg->GetUserName(); in OutputOLENode()
340 xOleStg, xObjStg, sStorageName, const_cast<SwOLENode*>(&rOLENode)); in OutputOLENode()
H A Dwrtw8esh.cxx3157 SvStorageRef xOleStg = xObjPool->OpenSotStorage(sStorageName, in ExportControl() local
3160 if (!xOleStg.Is()) in ExportControl()
3164 if (!WriteOCXStream(xOleStg,xControlModel,aSize,sName)) in ExportControl()
H A Dwrtww8.hxx1035 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()

Completed in 43 milliseconds