Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/ !
H A Dcusshow.cxx45 SdCustomShow::SdCustomShow(SdDrawDocument* pDrawDoc) in SdCustomShow() function in SdCustomShow
56 SdCustomShow::SdCustomShow( const SdCustomShow& rShow ) in SdCustomShow() function in SdCustomShow
63 SdCustomShow::SdCustomShow(SdDrawDocument* pDrawDoc, ::com::sun::star::uno::Reference< ::com::sun::… in SdCustomShow() function in SdCustomShow
75 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()
H A Ddrawdoc_animations.cxx42 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(i); in ReplacePageInCustomShows()
H A Ddrawdoc.cxx432 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(j); in ~SdDrawDocument()
/trunk/main/sd/source/ui/unoidl/ !
H A Dunocpres.cxx44 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()
[all …]
H A Dunocpres.hxx42 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();
/trunk/main/sd/source/ui/dlg/ !
H A Dcustsdlg.cxx83 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in SdCustomShowDlg()
85 pCustomShow = (SdCustomShow*) pCustomShowList->Next() ) in SdCustomShowDlg()
159 pCustomShow = (SdCustomShow*) pCustomShowList->GetObject( nPos ); in IMPL_LINK()
183 delete (SdCustomShow*) pCustomShowList->Remove( nPos ); in IMPL_LINK()
195SdCustomShow* pShow = new SdCustomShow( *(SdCustomShow*) pCustomShowList->GetObject( nPos ) ); in IMPL_LINK()
223 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in IMPL_LINK()
225 pCustomShow = (SdCustomShow*) pCustomShowList->Next() ) in IMPL_LINK()
295 SdDrawDocument& rDrawDoc, SdCustomShow*& rpCS ) : in SdDefineCustomShowDlg()
353 rpCustomShow = new SdCustomShow( &rDoc ); in SdDefineCustomShowDlg()
512 SdCustomShow* pCustomShow; in IMPL_LINK()
[all …]
H A Dpresent.cxx129 SdCustomShow* pCustomShow; in SdStartPresentationDlg()
131 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in SdStartPresentationDlg()
133 pCustomShow = (SdCustomShow*) pCustomShowList->Next() ) in SdStartPresentationDlg()
H A Dsdtreelb.cxx1537 SdCustomShow* pCustomShow = NULL; in PageBelongsToCurrentShow()
1543 pCustomShow = static_cast<SdCustomShow*>(pObject); in PageBelongsToCurrentShow()
/trunk/main/sd/inc/ !
H A Dcusshow.hxx41 class SD_DLLPUBLIC SdCustomShow : public List class
51 SdCustomShow();
55 explicit SdCustomShow(SdDrawDocument* pDrawDoc);
56SdCustomShow(SdDrawDocument* pDrawDoc, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XI…
58 virtual ~SdCustomShow();
61 SdCustomShow( const SdCustomShow& rShow );
/trunk/main/sd/source/ui/inc/ !
H A Dcustsdlg.hxx38 class SdCustomShow;
57 SdCustomShow* pCustomShow;
92 SdCustomShow*& rpCustomShow;
105 SdDrawDocument& rDrawDoc, SdCustomShow*& rpCS );
/trunk/main/sd/source/ui/slideshow/ !
H A Dslideshow.cxx395 SdCustomShow* pCustomShow; in setPropertyValue()
396 …for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); pCustomShow != NULL; pCustomShow = (S… in setPropertyValue()
616SdCustomShow* pShow = (pList && rPresSettings.mbCustomShow)?(SdCustomShow*)pList->GetCurObject():N… in getPropertyValue()
H A Dslideshowimpl.cxx2555 SdCustomShow* pCustomShow; in createSlideList()
2558 pCustomShow = (SdCustomShow*) mpDoc->GetCustomShowList()->GetCurObject(); in createSlideList()
/trunk/main/sd/source/filter/ppt/ !
H A Dpptin.cxx1315 SdCustomShow* pSdCustomShow = new SdCustomShow( mpDoc ); in Import()
1387 if ( ((SdCustomShow*)pPtr)->GetName() == aCustomShow ) in Import()