Searched refs:SdXCustomPresentation (Results 1 – 7 of 7) sorted by relevance
46 return (cppu::OWeakObject*)new SdXCustomPresentation( pShow, NULL ); in createUnoCustomShow()49 SdXCustomPresentation::SdXCustomPresentation() throw() in SdXCustomPresentation() function in SdXCustomPresentation56 SdXCustomPresentation::SdXCustomPresentation( SdCustomShow* pShow, SdXImpressDocument* pMyModel) th… in SdXCustomPresentation() function in SdXCustomPresentation63 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()[all …]
44 class SdXCustomPresentation : public ::cppu::WeakImplHelper5< ::com::sun::star::container::XIndex… class60 SdXCustomPresentation() throw();61 SdXCustomPresentation( SdCustomShow* mpSdCustomShow, SdXImpressDocument* pMyModel) throw();62 virtual ~SdXCustomPresentation() throw();71 UNO3_GETIMPLEMENTATION_DECL(SdXCustomPresentation)
1 "SdXCustomPresentation";"com::sun::star::container::XIndexAccess";"getCount()"2 "SdXCustomPresentation";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "SdXCustomPresentation";"com::sun::star::container::XIndexContainer";"insertByIndex()"4 "SdXCustomPresentation";"com::sun::star::container::XIndexContainer";"removeByIndex()"5 "SdXCustomPresentation";"com::sun::star::container::XElementAccess";"getElementType()"6 "SdXCustomPresentation";"com::sun::star::container::XElementAccess";"hasElements()"7 "SdXCustomPresentation";"com::sun::star::container::XIndexReplace";"replaceByIndex()"8 "SdXCustomPresentation";"com::sun::star::container::XNamed";"getName()"9 "SdXCustomPresentation";"com::sun::star::container::XNamed";"setName()"
38 -o sd.SdXCustomPresentation
29 job=sd.SdXCustomPresentation
155 job157=sd.SdXCustomPresentation
72 public class SdXCustomPresentation extends TestCase { class