Home
last modified time | relevance | path

Searched refs:getServiceNames (Results 1 – 25 of 273) sorted by relevance

1234567891011

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java132 return getServiceNames(); in getSupportedServiceNames()
140 public static String[] getServiceNames() in getServiceNames() method in SOReportJobFactory._SOReportJobFactory
408 …= Factory.createComponentFactory(_SOReportJobFactory.class, _SOReportJobFactory.getServiceNames()); in __getComponentFactory()
412 …ory = Factory.createComponentFactory(SOFunctionManager.class, SOFunctionManager.getServiceNames()); in __getComponentFactory()
416 …Factory = Factory.createComponentFactory(SOFormulaParser.class, SOFormulaParser.getServiceNames()); in __getComponentFactory()
437 SOFunctionManager.getServiceNames(), in __writeRegistryServiceInfo()
439 _SOReportJobFactory.getServiceNames(), in __writeRegistryServiceInfo()
441 SOFormulaParser.getServiceNames(), in __writeRegistryServiceInfo()
/trunk/main/extensions/source/update/check/
H A Dupdatecheckjob.cxx80 static uno::Sequence< rtl::OUString > getServiceNames();
175 UpdateCheckJob::getServiceNames() in getServiceNames() function in __anon30e7b0e90111::UpdateCheckJob
287 return getServiceNames(); in getSupportedServiceNames()
295 uno::Sequence< rtl::OUString > aServiceNameList = getServiceNames(); in supportsService()
361 UpdateCheckJob::getServiceNames,
369 UpdateCheckConfig::getServiceNames,
/trunk/main/desktop/test/deployment/locationtest/
H A DLocationTest.java82 return getServiceNames(); in getSupportedServiceNames()
89 public static String[] getServiceNames() { in getServiceNames() method in LocationTest._LocationTest
128 _LocationTest.getServiceNames()); in __getComponentFactory()
143 _LocationTest.getServiceNames(), in __writeRegistryServiceInfo()
/trunk/main/desktop/test/deployment/update/updateinfocreation/build/
H A DTestExtension.java82 return getServiceNames(); in getSupportedServiceNames()
89 public static String[] getServiceNames() { in getServiceNames() method in TestExtension._TestExtension
128 _TestExtension.getServiceNames()); in __getComponentFactory()
143 _TestExtension.getServiceNames(), in __writeRegistryServiceInfo()
/trunk/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/
H A DTestExtension.java83 return getServiceNames(); in getSupportedServiceNames()
90 public static String[] getServiceNames() { in getServiceNames() method in TestExtension._TestExtension
129 _TestExtension.getServiceNames()); in __getComponentFactory()
144 _TestExtension.getServiceNames(), in __writeRegistryServiceInfo()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelperinterface.hxx72 virtual css::uno::Sequence<rtl::OUString> getServiceNames() = 0;
102 css::uno::Sequence< rtl::OUString > aNames = getServiceNames(); in getSupportedServiceNames()
156 css::uno::Sequence< ::rtl::OUString > classname::getServiceNames() \
175 virtual css::uno::Sequence< ::rtl::OUString > getServiceNames();
/trunk/main/odk/examples/java/Inspector/
H A DInspectorAddon.java145 public static String[] getServiceNames() { in getServiceNames() method in InspectorAddon.InspectorAddonImpl
154 return getServiceNames(); in getSupportedServiceNames()
198 …y = Factory.createComponentFactory(InspectorAddonImpl.class, InspectorAddonImpl.getServiceNames()); in __getComponentFactory()
211 …istryServiceInfo(InspectorAddonImpl.class.getName(), InspectorAddonImpl.getServiceNames(), regKey); in __writeRegistryServiceInfo()
H A DProtocolHandlerAddon.java111 return getServiceNames(); in getSupportedServiceNames()
114 public static String[] getServiceNames() { in getServiceNames() method in ProtocolHandlerAddon.ProtocolHandlerAddonImpl
251 ProtocolHandlerAddonImpl.getServiceNames()); in __getComponentFactory()
269 ProtocolHandlerAddonImpl.getServiceNames(), in __writeRegistryServiceInfo()
H A DInspector.java329 public static String[] getServiceNames() { in getServiceNames() method in Inspector._Inspector
339 return getServiceNames(); in getSupportedServiceNames()
430 … xFactory = Factory.createComponentFactory(_Inspector.class, _Inspector.getServiceNames()); in __getComponentFactory()
445 …Factory.writeRegistryServiceInfo(_Inspector.class.getName(), _Inspector.getServiceNames(), regKey) in __writeRegistryServiceInfo()
/trunk/main/extensions/source/dbpilots/
H A Dwizardservices.hxx44 getServiceNames() const;
56 getServiceNames() const;
68 getServiceNames() const;
H A Dwizardservices.cxx74 Sequence< ::rtl::OUString > OGroupBoxSI::getServiceNames() const in getServiceNames() function in dbp::OGroupBoxSI
91 Sequence< ::rtl::OUString > OListComboSI::getServiceNames() const in getServiceNames() function in dbp::OListComboSI
108 Sequence< ::rtl::OUString > OGridSI::getServiceNames() const in getServiceNames() function in dbp::OGridSI
/trunk/main/odk/examples/java/MinimalComponent/
H A DMinimalComponent.java96 return getServiceNames(); in getSupportedServiceNames()
103 public static String[] getServiceNames() { in getServiceNames() method in MinimalComponent._MinimalComponent
142 _MinimalComponent.getServiceNames()); in __getComponentFactory()
/trunk/main/odk/examples/DevelopersGuide/Components/SimpleLicense/
H A DLicenseTest.java81 return getServiceNames(); in getSupportedServiceNames()
88 public static String[] getServiceNames() { in getServiceNames() method in LicenseTest._LicenseTest
127 _LicenseTest.getServiceNames()); in __getComponentFactory()
/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java127 return getServiceNames(); in getSupportedServiceNames()
134 public static String[] getServiceNames() { in getServiceNames() method in OptionsEventHandler._OptionsEventHandler
414 _OptionsEventHandler.getServiceNames()); in __getComponentFactory()
429 _OptionsEventHandler.getServiceNames(), in __writeRegistryServiceInfo()
/trunk/main/sc/source/ui/vba/
H A Dvbapagebreak.hxx59 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
78 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
96 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbapagebreak.cxx102 ScVbaPageBreak<Ifc1>::getServiceNames() in getServiceNames() function in ScVbaPageBreak
124 ScVbaHPageBreak::getServiceNames() in getServiceNames() function in ScVbaHPageBreak
158 ScVbaVPageBreak::getServiceNames() in getServiceNames() function in ScVbaVPageBreak
H A Dvbacharttitle.cxx40 ScVbaChartTitle::getServiceNames() in getServiceNames() function in ScVbaChartTitle
45 uno::Sequence< rtl::OUString > BaseServiceNames = ChartTitleBase::getServiceNames(); in getServiceNames()
H A Dvbaaxistitle.cxx40 ScVbaAxisTitle::getServiceNames() in getServiceNames() function in ScVbaAxisTitle
45 uno::Sequence< rtl::OUString > BaseServiceNames = AxisTitleBase::getServiceNames(); in getServiceNames()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.hxx78 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
93 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
108 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbacommandbarcontrol.cxx194 ScVbaCommandBarControl::getServiceNames() in getServiceNames() function in ScVbaCommandBarControl
220 ScVbaCommandBarPopup::getServiceNames() in getServiceNames() function in ScVbaCommandBarPopup
246 ScVbaCommandBarButton::getServiceNames() in getServiceNames() function in ScVbaCommandBarButton
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DProtocolHandlerAddon.java111 return getServiceNames(); in getSupportedServiceNames()
114 public static String[] getServiceNames() { in getServiceNames() method in ProtocolHandlerAddon.ProtocolHandlerAddonImpl
251 ProtocolHandlerAddonImpl.getServiceNames()); in __getComponentFactory()
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java224 public static String[] getServiceNames() { in getServiceNames() method in DialogComponent._DialogComponent
231 return getServiceNames(); in getSupportedServiceNames()
295 _DialogComponent.getServiceNames()); in __getComponentFactory()
/trunk/main/extensions/source/update/feed/
H A Dupdatefeed.cxx146 static uno::Sequence< rtl::OUString > getServiceNames();
772 UpdateInformationProvider::getServiceNames() in getServiceNames() function in __anon9cd7229a0111::UpdateInformationProvider
800 return getServiceNames(); in getSupportedServiceNames()
808 uno::Sequence< rtl::OUString > aServiceNameList = getServiceNames(); in supportsService()
834 UpdateInformationProvider::getServiceNames,
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java106 return getServiceNames(); in getSupportedServiceNames()
113 public static String[] getServiceNames() in getServiceNames() method in HelpSearch._HelpSearch
312 _HelpSearch.getServiceNames()); in __getComponentFactory()
H A DHelpComponent.java88 HelpSearch._HelpSearch.getServiceNames()); in __getComponentFactory()
91 HelpIndexer.getServiceNames()); in __getComponentFactory()

Completed in 112 milliseconds

1234567891011