Home
last modified time | relevance | path

Searched refs:SdXCustomPresentation (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/sd/source/ui/unoidl/
H A Dunocpres.cxx46 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()
[all …]
H A Dunocpres.hxx44 class SdXCustomPresentation : public ::cppu::WeakImplHelper5< ::com::sun::star::container::XIndex… class
60 SdXCustomPresentation() throw();
61 SdXCustomPresentation( SdCustomShow* mpSdCustomShow, SdXImpressDocument* pMyModel) throw();
62 virtual ~SdXCustomPresentation() throw();
71 UNO3_GETIMPLEMENTATION_DECL(SdXCustomPresentation)
/AOO42X/main/qadevOOo/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXCustomPresentation.csv1 "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()"
/AOO42X/main/sd/qa/unoapi/
H A Dsd.sce38 -o sd.SdXCustomPresentation
/AOO42X/main/framework/qa/complex/api_internal/
H A Dworksforme.sce29 job=sd.SdXCustomPresentation
H A Dapi.lst155 job157=sd.SdXCustomPresentation
/AOO42X/main/qadevOOo/tests/java/mod/_sd/
H A DSdXCustomPresentation.java72 public class SdXCustomPresentation extends TestCase { class