Home
last modified time | relevance | path

Searched refs:aServices (Results 1 – 25 of 76) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/controls/
H A Dtkspinbutton.cxx190 Sequence< OUString > aServices( UnoControlModel::getSupportedServiceNames() ); in getSupportedServiceNames() local
191 aServices.realloc( aServices.getLength() + 1 ); in getSupportedServiceNames()
192 aServices[ aServices.getLength() - 1 ] = "com.sun.star.awt.UnoControlSpinButtonModel"; in getSupportedServiceNames()
193 return aServices; in getSupportedServiceNames()
253 Sequence< OUString > aServices( UnoControlBase::getSupportedServiceNames() ); in getSupportedServiceNames() local
254 aServices.realloc( aServices.getLength() + 1 ); in getSupportedServiceNames()
255 aServices[ aServices.getLength() - 1 ] = "com.sun.star.awt.UnoControlSpinButton"; in getSupportedServiceNames()
256 return aServices; in getSupportedServiceNames()
H A Danimatedimages.cxx128 Sequence< OUString > aServices( AnimatedImagesControl_Base::getSupportedServiceNames() ); in getSupportedServiceNames() local
129 aServices.realloc( aServices.getLength() + 1 ); in getSupportedServiceNames()
130 aServices[ aServices.getLength() - 1 ] = "com.sun.star.awt.AnimatedImagesControl"; in getSupportedServiceNames()
131 return aServices; in getSupportedServiceNames()
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/classes/
H A DCoreBackendMgmt.php216 …$aServices = $this->getBackend($backendId)->getServiceState(Array($OBJ->getName() => Array($OBJ)),…
218 $aServices = Array();
225 foreach($aServices AS $host => $serviceList) {
284 $aServices = $this->getBackend($backendId)->getServiceState(
287 $aServices = Array();
293 foreach($aServices AS $host => $serviceList) {
387 …$aServices = $this->getBackend($backendId)->getServiceState(Array($OBJ->getName() => Array($OBJ)),…
389 $aServices = Array();
396 foreach($aServices AS $host => $serviceList) {
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/dataaccess/
H A Ddataaccessdescriptor.cxx179 Sequence< OUString > aServices { "com.sun.star.sdb.DataAccessDescriptor" }; in getSupportedServiceNames() local
180 return aServices; in getSupportedServiceNames()
232 Sequence< OUString > aServices { "com.sun.star.sdb.DataAccessDescriptorFactory" }; in getSupportedServiceNames() local
233 return aServices; in getSupportedServiceNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/
H A Danimatedimages.cxx128 Sequence< OUString > aServices( AnimatedImagesControl_Base::getSupportedServiceNames() ); in getSupportedServiceNames() local
129 aServices.realloc( aServices.getLength() + 1 ); in getSupportedServiceNames()
130 aServices[ aServices.getLength() - 1 ] = "com.sun.star.awt.AnimatedImagesControl"; in getSupportedServiceNames()
131 return aServices; in getSupportedServiceNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/xml/
H A Dsdxmlwrp.cxx859 XML_SERVICEMAP aServices[5]; sal_uInt16 i = 0; in Export() local
860 aServices[i ].mpService = pServiceNames->mpStyles; in Export()
861 aServices[i++].mpStream = "styles.xml"; in Export()
863 aServices[i ].mpService = pServiceNames->mpContent; in Export()
864 aServices[i++].mpStream = "content.xml"; in Export()
866 aServices[i ].mpService = pServiceNames->mpSettings; in Export()
867 aServices[i++].mpStream = "settings.xml"; in Export()
872 aServices[i++].mpStream = "meta.xml"; in Export()
875 aServices[i].mpService = nullptr; in Export()
876 aServices[i].mpStream = nullptr; in Export()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dbui/
H A Dmailmergetoolbarcontrols.cxx88 uno::Sequence<OUString> aServices { "com.sun.star.frame.ToolbarController" }; in getSupportedServiceNames() local
89 return aServices; in getSupportedServiceNames()
149 uno::Sequence<OUString> aServices { "com.sun.star.frame.ToolbarController" }; in getSupportedServiceNames() local
150 return aServices; in getSupportedServiceNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx431 Sequence< OUString > aServices( m_bListPos ? 3 : 2 ); in getSupportedServiceNames() local
432 aServices[ 0 ] = "com.sun.star.table.CellValueBinding"; in getSupportedServiceNames()
433 aServices[ 1 ] = "com.sun.star.form.binding.ValueBinding"; in getSupportedServiceNames()
435 aServices[ 2 ] = "com.sun.star.table.ListPositionCellBinding"; in getSupportedServiceNames()
436 return aServices; in getSupportedServiceNames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx430 Sequence< OUString > aServices( m_bListPos ? 3 : 2 ); in getSupportedServiceNames() local
431 aServices[ 0 ] = "com.sun.star.table.CellValueBinding"; in getSupportedServiceNames()
432 aServices[ 1 ] = "com.sun.star.form.binding.ValueBinding"; in getSupportedServiceNames()
434 aServices[ 2 ] = "com.sun.star.table.ListPositionCellBinding"; in getSupportedServiceNames()
435 return aServices; in getSupportedServiceNames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/xml/
H A Dsdxmlwrp.cxx912 XML_SERVICEMAP aServices[5]; sal_uInt16 i = 0; in Export() local
913 aServices[i ].mpService = pServiceNames->mpStyles; in Export()
914 aServices[i++].mpStream = "styles.xml"; in Export()
916 aServices[i ].mpService = pServiceNames->mpContent; in Export()
917 aServices[i++].mpStream = "content.xml"; in Export()
919 aServices[i ].mpService = pServiceNames->mpSettings; in Export()
920 aServices[i++].mpStream = "settings.xml"; in Export()
925 aServices[i++].mpStream = "meta.xml"; in Export()
928 aServices[i].mpService = nullptr; in Export()
929 aServices[i].mpStream = nullptr; in Export()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java238 String[] aServices = getSupportedServiceNames_Static(); in supportsService() local
239 int i, nLength = aServices.length; in supportsService()
243 bResult = aServiceName.equals( aServices[ i ] ); in supportsService()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java238 String[] aServices = getSupportedServiceNames_Static(); in supportsService() local
239 int i, nLength = aServices.length; in supportsService()
243 bResult = aServiceName.equals( aServices[ i ] ); in supportsService()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/flyweb/
H A DFlyWebDiscoveryManager.cpp78 FlyWebDiscoveryManager::ListServices(nsTArray<FlyWebDiscoveredService>& aServices) in ListServices() argument
80 return mService->ListDiscoveredServices(aServices); in ListServices()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/model/template/
H A DChartTypeManager.cxx545 std::vector< OUString > aServices; in getAvailableServiceNames() local
547 aServices.reserve( rMap.size()); in getAvailableServiceNames()
550 std::transform( rMap.begin(), rMap.end(), std::back_inserter( aServices ), in getAvailableServiceNames()
570 aServices.push_back( xServiceName->getServiceName()); in getAvailableServiceNames()
576 return comphelper::containerToSequence( aServices ); in getAvailableServiceNames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/model/template/
H A DChartTypeManager.cxx545 std::vector< OUString > aServices; in getAvailableServiceNames() local
547 aServices.reserve( rMap.size()); in getAvailableServiceNames()
550 std::transform( rMap.begin(), rMap.end(), std::back_inserter( aServices ), in getAvailableServiceNames()
570 aServices.push_back( xServiceName->getServiceName()); in getAvailableServiceNames()
576 return comphelper::containerToSequence( aServices ); in getAvailableServiceNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/core/api/
H A DFormatCondition.cxx68 uno::Sequence< OUString > aServices { SERVICE_FORMATCONDITION }; in getSupportedServiceNames_Static() local
70 return aServices; in getSupportedServiceNames_Static()
H A DFunction.cxx68 uno::Sequence< OUString > aServices { SERVICE_FUNCTION }; in getSupportedServiceNames_Static() local
70 return aServices; in getSupportedServiceNames_Static()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/core/api/
H A DFormatCondition.cxx72 uno::Sequence< OUString > aServices { SERVICE_FORMATCONDITION }; in getSupportedServiceNames_Static() local
74 return aServices; in getSupportedServiceNames_Static()
H A DFunction.cxx71 uno::Sequence< OUString > aServices { SERVICE_FUNCTION }; in getSupportedServiceNames_Static() local
73 return aServices; in getSupportedServiceNames_Static()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/factory/
H A Dcf_service.cxx194 Sequence<OUString> aServices { "com.sun.star.comp.rendering.Canvas.VCL" }; in CanvasFactory() local
196 aServices ); in CanvasFactory()
198 aServices[0] = "com.sun.star.comp.rendering.SpriteCanvas.VCL"; in CanvasFactory()
200 aServices ); in CanvasFactory()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/factory/
H A Dcf_service.cxx196 Sequence<OUString> aServices { "com.sun.star.comp.rendering.Canvas.VCL" }; in CanvasFactory() local
198 aServices ); in CanvasFactory()
200 aServices[0] = "com.sun.star.comp.rendering.SpriteCanvas.VCL"; in CanvasFactory()
202 aServices ); in CanvasFactory()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/crypto/
H A DStrongEncryptionDataSpace.cxx190 Sequence<OUString> aServices{ "com.sun.star.packages.PackageEncryption" }; in getSupportedServiceNames() local
191 return aServices; in getSupportedServiceNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/docprop/
H A Dooxmldocpropimport.cxx108 Sequence<OUString> aServices { "com.sun.star.document.OOXMLDocumentPropertiesImporter" }; in getSupportedServiceNames() local
109 return aServices; in getSupportedServiceNames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/docprop/
H A Dooxmldocpropimport.cxx109 Sequence<OUString> aServices { "com.sun.star.document.OOXMLDocumentPropertiesImporter" }; in getSupportedServiceNames() local
110 return aServices; in getSupportedServiceNames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/config/ldap/
H A Dldapuserprofilebe.cxx218 uno::Sequence<OUString> aServices { "com.sun.star.configuration.backend.LdapUserProfileBe" }; in getLdapUserProfileBeServiceNames() local
219 return aServices ; in getLdapUserProfileBeServiceNames()

1234