Home
last modified time | relevance | path

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

/aoo4110/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.cxx436 SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(j); in ~SdDrawDocument()
/aoo4110/main/sd/source/ui/unoidl/
H A Dunocpres.cxx46 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 …]
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();
/aoo4110/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx89 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 …]
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.cxx1606 SdCustomShow* pCustomShow = NULL; in PageBelongsToCurrentShow()
1612 pCustomShow = static_cast<SdCustomShow*>(pObject); in PageBelongsToCurrentShow()
/aoo4110/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 );
/aoo4110/main/sd/source/ui/inc/
H A Dcustsdlg.hxx38 class SdCustomShow;
57 SdCustomShow* pCustomShow;
92 SdCustomShow*& rpCustomShow;
105 SdDrawDocument& rDrawDoc, SdCustomShow*& rpCS );
/aoo4110/main/sd/source/ui/slideshow/
H A Dslideshow.cxx400 SdCustomShow* pCustomShow; in setPropertyValue()
401 …for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); pCustomShow != NULL; pCustomShow = (S… in setPropertyValue()
621SdCustomShow* pShow = (pList && rPresSettings.mbCustomShow)?(SdCustomShow*)pList->GetCurObject():N… in getPropertyValue()
H A Dslideshowimpl.cxx2544 SdCustomShow* pCustomShow; in createSlideList()
2547 pCustomShow = (SdCustomShow*) mpDoc->GetCustomShowList()->GetCurObject(); in createSlideList()
/aoo4110/main/sd/source/filter/ppt/
H A Dpptin.cxx1317 SdCustomShow* pSdCustomShow = new SdCustomShow( mpDoc ); in Import()
1389 if ( ((SdCustomShow*)pPtr)->GetName() == aCustomShow ) in Import()

Completed in 97 milliseconds