Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/unoidl/
H A Dunocpres.cxx283 SdXCustomPresentationAccess::SdXCustomPresentationAccess(SdXImpressDocument& rMyModel) throw() in SdXCustomPresentationAccess() function in SdXCustomPresentationAccess
288 SdXCustomPresentationAccess::~SdXCustomPresentationAccess() throw() in ~SdXCustomPresentationAccess()
293 OUString SAL_CALL SdXCustomPresentationAccess::getImplementationName() in getImplementationName()
299 sal_Bool SAL_CALL SdXCustomPresentationAccess::supportsService( const OUString& ServiceName ) in supportsService()
305 uno::Sequence< OUString > SAL_CALL SdXCustomPresentationAccess::getSupportedServiceNames() in getSupportedServiceNames()
314 uno::Reference< uno::XInterface > SAL_CALL SdXCustomPresentationAccess::createInstance() in createInstance()
321 uno::Reference< uno::XInterface > SAL_CALL SdXCustomPresentationAccess::createInstanceWithArguments… in createInstanceWithArguments()
328 void SAL_CALL SdXCustomPresentationAccess::insertByName( const OUString& aName, const uno::Any& aEl… in insertByName()
382 void SAL_CALL SdXCustomPresentationAccess::removeByName( const OUString& Name ) in removeByName()
399 void SAL_CALL SdXCustomPresentationAccess::replaceByName( const OUString& aName, const uno::Any& aE… in replaceByName()
[all …]
H A Dunocpres.hxx114 class SdXCustomPresentationAccess : public ::cppu::WeakImplHelper3< ::com::sun::star::container::XN… class
126 SdXCustomPresentationAccess(SdXImpressDocument& rMyModel) throw();
127 ~SdXCustomPresentationAccess() throw();
155 inline List * SdXCustomPresentationAccess::GetCustomShowList() const throw() in GetCustomShowList()
H A Dunomodel.cxx846 mxCustomPresentationAccess = xCustomPres = new SdXCustomPresentationAccess(*this); in getCustomPresentations()
/AOO41X/main/qadevOOo/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXCustomPresentationAccess.csv1 "SdXCustomPresentationAccess";"com::sun::star::container::XNameAccess";"getByName()"
2 "SdXCustomPresentationAccess";"com::sun::star::container::XNameAccess";"getElementNames()"
3 "SdXCustomPresentationAccess";"com::sun::star::container::XNameAccess";"hasByName()"
4 "SdXCustomPresentationAccess";"com::sun::star::container::XNameReplace";"replaceByName()"
5 "SdXCustomPresentationAccess";"com::sun::star::container::XNameContainer";"insertByName()"
6 "SdXCustomPresentationAccess";"com::sun::star::container::XNameContainer";"removeByName()"
7 "SdXCustomPresentationAccess";"com::sun::star::container::XElementAccess";"getElementType()"
8 "SdXCustomPresentationAccess";"com::sun::star::container::XElementAccess";"hasElements()"
9 "SdXCustomPresentationAccess";"com::sun::star::lang::XSingleServiceFactory";"createInstance()"
10 "SdXCustomPresentationAccess";"com::sun::star::lang::XSingleServiceFactory";"createInstanceWithArgu…
/AOO41X/main/sd/qa/unoapi/
H A Dsd.sce39 #i111329 -o sd.SdXCustomPresentationAccess
H A Dknownissues.xcl63 sd.SdXCustomPresentationAccess::com::sun::star::container::XNameReplace
/AOO41X/main/qadevOOo/tests/java/mod/_sd/
H A DSdXCustomPresentationAccess.java65 public class SdXCustomPresentationAccess extends TestCase { class