Lines Matching refs:SdXCustomPresentation

46     return (cppu::OWeakObject*)new SdXCustomPresentation( pShow, NULL );  in createUnoCustomShow()
49 SdXCustomPresentation::SdXCustomPresentation() throw() in SdXCustomPresentation() function in SdXCustomPresentation
56 SdXCustomPresentation::SdXCustomPresentation( SdCustomShow* pShow, SdXImpressDocument* pMyModel) th… in SdXCustomPresentation() function in SdXCustomPresentation
63 SdXCustomPresentation::~SdXCustomPresentation() throw() in ~SdXCustomPresentation()
67 UNO3_GETIMPLEMENTATION_IMPL( SdXCustomPresentation );
70 OUString SAL_CALL SdXCustomPresentation::getImplementationName() in getImplementationName()
76 sal_Bool SAL_CALL SdXCustomPresentation::supportsService( const OUString& ServiceName ) in supportsService()
82 uno::Sequence< OUString > SAL_CALL SdXCustomPresentation::getSupportedServiceNames() in getSupportedServiceNames()
91 void SAL_CALL SdXCustomPresentation::insertByIndex( sal_Int32 Index, const uno::Any& Element ) in insertByIndex()
125 void SAL_CALL SdXCustomPresentation::removeByIndex( sal_Int32 Index ) in removeByIndex()
151 void SAL_CALL SdXCustomPresentation::replaceByIndex( sal_Int32 Index, const uno::Any& Element ) in replaceByIndex()
159 uno::Type SAL_CALL SdXCustomPresentation::getElementType() in getElementType()
165 sal_Bool SAL_CALL SdXCustomPresentation::hasElements() in hasElements()
177 sal_Int32 SAL_CALL SdXCustomPresentation::getCount() in getCount()
187 uno::Any SAL_CALL SdXCustomPresentation::getByIndex( sal_Int32 Index ) in getByIndex()
214 OUString SAL_CALL SdXCustomPresentation::getName() in getName()
228 void SAL_CALL SdXCustomPresentation::setName( const OUString& aName ) in setName()
241 void SAL_CALL SdXCustomPresentation::dispose() throw(uno::RuntimeException) in dispose()
260 void SAL_CALL SdXCustomPresentation::addEventListener( const uno::Reference< lang::XEventListener >… in addEventListener()
270 void SAL_CALL SdXCustomPresentation::removeEventListener( const uno::Reference< lang::XEventListene… in removeEventListener()
315 uno::Reference< uno::XInterface > xRef( (::cppu::OWeakObject*)new SdXCustomPresentation() ); in createInstance()
341 SdXCustomPresentation* pXShow = NULL; in insertByName()
345 pXShow = SdXCustomPresentation::getImplementation(xContainer); in insertByName()