Lines Matching refs:SdCustomShow
44 uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow ) in createUnoCustomShow()
56 SdXCustomPresentation::SdXCustomPresentation( SdCustomShow* pShow, SdXImpressDocument* pMyModel) th… in SdXCustomPresentation()
116 mpSdCustomShow = new SdCustomShow( mpModel->GetDoc() ); in insertByIndex()
351 SdCustomShow* pShow = pXShow->GetSdCustomShow(); in insertByName()
354 pShow = new SdCustomShow( mrModel.GetDoc(), xContainer ); in insertByName()
367 for( SdCustomShow* pCompare = (SdCustomShow*)pList->First(); in insertByName()
369 pCompare = (SdCustomShow*)pList->Next() ) in insertByName()
385 SdCustomShow* pShow = getSdCustomShow(Name); in removeByName()
389 delete (SdCustomShow*)pList->Remove( pShow ); in removeByName()
412 SdCustomShow* pShow = getSdCustomShow(aName); in getByName()
440 const SdCustomShow* pShow = (const SdCustomShow*)pList->GetObject(nIdx); in getElementNames()
472 SdCustomShow * SdXCustomPresentationAccess::getSdCustomShow( const OUString& Name ) const throw() in getSdCustomShow()
483 SdCustomShow* pShow = (SdCustomShow*)pList->GetObject(nIdx); in getSdCustomShow()