20#include <com/sun/star/lang/XComponent.hpp>
43 : maPages(rShow.maPages)
49 : mxUnoCustomShow( xShow )
61 uno::Reference< lang::XComponent > xComponent( xShow, uno::UNO_QUERY );
63 xComponent->dispose();
87 ::std::replace(
maPages.begin(),
maPages.end(), pOldPage, pNewPage);
std::vector< std::unique_ptr< SdCustomShow > > mShows
void erase(std::vector< std::unique_ptr< SdCustomShow > >::iterator it)
css::uno::Reference< css::uno::XInterface > getUnoCustomShow()
const OUString & GetName() const
css::uno::WeakReference< css::uno::XInterface > mxUnoCustomShow
void ReplacePage(const SdPage *pOldPage, const SdPage *pNewPage)
Replaces all occurrences of pOldPage with pNewPage.
void SetName(const OUString &rName)
uno::Reference< uno::XInterface > createUnoCustomShow(SdCustomShow *pShow)