Lines Matching refs:SdXCustomPresentation

48 	return (cppu::OWeakObject*)new SdXCustomPresentation( pShow, NULL );  in createUnoCustomShow()
51 SdXCustomPresentation::SdXCustomPresentation() throw() in SdXCustomPresentation() function in SdXCustomPresentation
58 SdXCustomPresentation::SdXCustomPresentation( SdCustomShow* pShow, SdXImpressDocument* pMyModel) th… in SdXCustomPresentation() function in SdXCustomPresentation
65 SdXCustomPresentation::~SdXCustomPresentation() throw() in ~SdXCustomPresentation()
69 UNO3_GETIMPLEMENTATION_IMPL( SdXCustomPresentation );
72 OUString SAL_CALL SdXCustomPresentation::getImplementationName() in getImplementationName()
78 sal_Bool SAL_CALL SdXCustomPresentation::supportsService( const OUString& ServiceName ) in supportsService()
84 uno::Sequence< OUString > SAL_CALL SdXCustomPresentation::getSupportedServiceNames() in getSupportedServiceNames()
93 void SAL_CALL SdXCustomPresentation::insertByIndex( sal_Int32 Index, const uno::Any& Element ) in insertByIndex()
127 void SAL_CALL SdXCustomPresentation::removeByIndex( sal_Int32 Index ) in removeByIndex()
153 void SAL_CALL SdXCustomPresentation::replaceByIndex( sal_Int32 Index, const uno::Any& Element ) in replaceByIndex()
161 uno::Type SAL_CALL SdXCustomPresentation::getElementType() in getElementType()
167 sal_Bool SAL_CALL SdXCustomPresentation::hasElements() in hasElements()
179 sal_Int32 SAL_CALL SdXCustomPresentation::getCount() in getCount()
189 uno::Any SAL_CALL SdXCustomPresentation::getByIndex( sal_Int32 Index ) in getByIndex()
216 OUString SAL_CALL SdXCustomPresentation::getName() in getName()
230 void SAL_CALL SdXCustomPresentation::setName( const OUString& aName ) in setName()
243 void SAL_CALL SdXCustomPresentation::dispose() throw(uno::RuntimeException) in dispose()
262 void SAL_CALL SdXCustomPresentation::addEventListener( const uno::Reference< lang::XEventListener >… in addEventListener()
272 void SAL_CALL SdXCustomPresentation::removeEventListener( const uno::Reference< lang::XEventListene… in removeEventListener()
317 uno::Reference< uno::XInterface > xRef( (::cppu::OWeakObject*)new SdXCustomPresentation() ); in createInstance()
343 SdXCustomPresentation* pXShow = NULL; in insertByName()
347 pXShow = SdXCustomPresentation::getImplementation(xContainer); in insertByName()