Home
last modified time | relevance | path

Searched defs:supportedServices (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/jurt/com/sun/star/comp/loader/
H A DJavaLoaderFactory.java33 private static String[] supportedServices = { field in JavaLoaderFactory
H A DJavaLoader.java79 private static String[] supportedServices = { field in JavaLoader
/AOO41X/main/ucb/source/ucp/expand/
H A Ducpexpand.cxx141 static uno::Sequence< OUString > SAL_CALL supportedServices() in supportedServices() function
/AOO41X/main/pyuno/source/module/
H A Dunohelper.py168 def __init__(self, implName, supportedServices, clazz ): argument
/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx820 const Sequence<OUString> supportedServices( in startPreview() local