Searched refs:SdCustomShow (Results 1 – 13 of 13) sorted by relevance
45 SdCustomShow::SdCustomShow(SdDrawDocument* pDrawDoc) in SdCustomShow() function in SdCustomShow56 SdCustomShow::SdCustomShow( const SdCustomShow& rShow ) in SdCustomShow() function in SdCustomShow63 SdCustomShow::SdCustomShow(SdDrawDocument* pDrawDoc, ::com::sun::star::uno::Reference< ::com::sun::… in SdCustomShow() function in SdCustomShow75 SdCustomShow::~SdCustomShow() in ~SdCustomShow()83 extern uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow );85 uno::Reference< uno::XInterface > SdCustomShow::getUnoCustomShow() in getUnoCustomShow()98 void SdCustomShow::ReplacePage( const SdPage* pOldPage, const SdPage* pNewPage ) in ReplacePage()114 void SdCustomShow::RemovePage( const SdPage* pPage ) in RemovePage()123 void SdCustomShow::SetName(const String& rName) in SetName()128 String SdCustomShow::GetName() const in GetName()
42 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(i); in ReplacePageInCustomShows()
438 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(j); in ~SdDrawDocument()
46 uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow ) in createUnoCustomShow()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()[all …]
42 class SdCustomShow;51 SdCustomShow* mpSdCustomShow;61 SdXCustomPresentation( SdCustomShow* mpSdCustomShow, SdXImpressDocument* pMyModel) throw();66 SdCustomShow* GetSdCustomShow() const throw() { return mpSdCustomShow; } in GetSdCustomShow()67 void SetSdCustomShow( SdCustomShow* pShow ) throw() { mpSdCustomShow = pShow; } in SetSdCustomShow()123 SdCustomShow * getSdCustomShow( const ::rtl::OUString& Name ) const throw();
89 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in SdCustomShowDlg()91 pCustomShow = (SdCustomShow*) pCustomShowList->Next() ) in SdCustomShowDlg()189 delete (SdCustomShow*) pCustomShowList->Remove( nPos ); in IMPL_LINK()201 SdCustomShow* pShow = new SdCustomShow( *(SdCustomShow*) pCustomShowList->GetObject( nPos ) ); in IMPL_LINK()229 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in IMPL_LINK()231 pCustomShow = (SdCustomShow*) pCustomShowList->Next() ) in IMPL_LINK()308 SdDrawDocument& rDrawDoc, SdCustomShow*& rpCS ) : in SdDefineCustomShowDlg()366 rpCustomShow = new SdCustomShow( &rDoc ); in SdDefineCustomShowDlg()527 SdCustomShow* pCustomShow; in IMPL_LINK()530 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in IMPL_LINK()[all …]
129 SdCustomShow* pCustomShow; in SdStartPresentationDlg()131 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in SdStartPresentationDlg()133 pCustomShow = (SdCustomShow*) pCustomShowList->Next() ) in SdStartPresentationDlg()
1606 SdCustomShow* pCustomShow = NULL; in PageBelongsToCurrentShow()1612 pCustomShow = static_cast<SdCustomShow*>(pObject); in PageBelongsToCurrentShow()
41 class SD_DLLPUBLIC SdCustomShow : public List class51 SdCustomShow();55 explicit SdCustomShow(SdDrawDocument* pDrawDoc);56 …SdCustomShow(SdDrawDocument* pDrawDoc, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XI…58 virtual ~SdCustomShow();61 SdCustomShow( const SdCustomShow& rShow );
38 class SdCustomShow;57 SdCustomShow* pCustomShow;92 SdCustomShow*& rpCustomShow;105 SdDrawDocument& rDrawDoc, SdCustomShow*& rpCS );
400 SdCustomShow* pCustomShow; in setPropertyValue()401 …for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); pCustomShow != NULL; pCustomShow = (S… in setPropertyValue()621 …SdCustomShow* pShow = (pList && rPresSettings.mbCustomShow)?(SdCustomShow*)pList->GetCurObject():N… in getPropertyValue()
2565 SdCustomShow* pCustomShow; in createSlideList()2568 pCustomShow = (SdCustomShow*) mpDoc->GetCustomShowList()->GetCurObject(); in createSlideList()
1317 SdCustomShow* pSdCustomShow = new SdCustomShow( mpDoc ); in Import()1389 if ( ((SdCustomShow*)pPtr)->GetName() == aCustomShow ) in Import()
Completed in 85 milliseconds