Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1930 PPTOleEntry* pOe; in ImportOLE() local
1931 for ( pOe = (PPTOleEntry*)((SdrPowerPointImport*)this)->aOleObjectList.First(); pOe; in ImportOLE()
1932 pOe = (PPTOleEntry*)((SdrPowerPointImport*)this)->aOleObjectList.Next() ) in ImportOLE()
1934 if ( pOe->nId != (sal_uInt32)nOLEId ) in ImportOLE()
1937 rStCtrl.Seek( pOe->nRecHdOfs ); in ImportOLE()
1989 … uno::Reference < embed::XStorage > xDestStorage( pOe->pShell->GetStorage() ); in ImportOLE()
1994pOe->pShell->getEmbeddedObjectContainer().InsertEmbeddedObject( xObj, aNm ); in ImportOLE()
1996 svt::EmbeddedObjectRef aObj( xObj, pOe->nAspect ); in ImportOLE()
2003 if ( !pRet && ( pOe->nType == PPT_PST_ExControl ) ) in ImportOLE()
2005 … PPTConvertOCXControls aPPTConvertOCXControls( pOe->pShell, eAktPageKind ); in ImportOLE()
[all …]