Lines Matching refs:SdCustomShow
46 uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow ) in createUnoCustomShow()
58 SdXCustomPresentation::SdXCustomPresentation( SdCustomShow* pShow, SdXImpressDocument* pMyModel) th… in SdXCustomPresentation()
118 mpSdCustomShow = new SdCustomShow( mpModel->GetDoc() ); in insertByIndex()
353 SdCustomShow* pShow = pXShow->GetSdCustomShow(); in insertByName()
356 pShow = new SdCustomShow( mrModel.GetDoc(), xContainer ); in insertByName()
369 for( SdCustomShow* pCompare = (SdCustomShow*)pList->First(); in insertByName()
371 pCompare = (SdCustomShow*)pList->Next() ) in insertByName()
387 SdCustomShow* pShow = getSdCustomShow(Name); in removeByName()
391 delete (SdCustomShow*)pList->Remove( pShow ); in removeByName()
414 SdCustomShow* pShow = getSdCustomShow(aName); in getByName()
442 const SdCustomShow* pShow = (const SdCustomShow*)pList->GetObject(nIdx); in getElementNames()
474 SdCustomShow * SdXCustomPresentationAccess::getSdCustomShow( const OUString& Name ) const throw() in getSdCustomShow()
485 SdCustomShow* pShow = (SdCustomShow*)pList->GetObject(nIdx); in getSdCustomShow()