/aoo4110/main/framework/source/uifactory/ |
H A D | uielementfactorymanager.cxx | 235 rtl::OUString aService; in elementInserted() local 240 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementInserted() 245 m_aFactoryManagerMap.insert( FactoryManagerMap::value_type( aHashKey, aService )); in elementInserted() 255 rtl::OUString aService; in elementRemoved() local 260 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementRemoved() 275 rtl::OUString aService; in elementReplaced() local 280 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementReplaced() 286 m_aFactoryManagerMap.insert( FactoryManagerMap::value_type( aHashKey, aService )); in elementReplaced() 333 rtl::OUString aService; in readConfigurationData() local 338 …mentProps( m_xConfigAccess->getByName( aUIElementFactories[i] ), aType, aName, aModule, aService )) in readConfigurationData() [all …]
|
H A D | factoryconfiguration.cxx | 177 rtl::OUString aService; in elementInserted() local 183 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementInserted() 189 rControllerInfo.m_aImplementationName = aService; in elementInserted() 199 rtl::OUString aService; in elementRemoved() local 205 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementRemoved() 281 rtl::OUString aService; in updateConfigurationData() local 290 …rops( m_xConfigAccess->getByName( aPopupMenuControllers[i] ), aCommand, aModule, aService,aValue )) in updateConfigurationData() 295 …uControllerMap.insert( MenuControllerMap::value_type( aHashKey, ControllerInfo(aService,aValue) )); in updateConfigurationData()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | formcontroller.cxx | 159 ServiceDescriptor aService; in Create() local 160 aService.GetImplementationName = &FormController::getImplementationName_static; in Create() 161 aService.GetSupportedServiceNames = &FormController::getSupportedServiceNames_static; in Create() 162 return *(new FormController( _rxContext, aService, true ) ); in Create() 287 ServiceDescriptor aService; in Create() local 288 aService.GetImplementationName = &DialogController::getImplementationName_static; in Create() 289 aService.GetSupportedServiceNames = &DialogController::getSupportedServiceNames_static; in Create() 290 return *(new FormController( _rxContext, aService, false ) ); in Create()
|
/aoo4110/main/unotools/source/i18n/ |
H A D | collatorwrapper.cxx | 41 ::rtl::OUString aService (RTL_CONSTASCII_USTRINGPARAM("com.sun.star.i18n.Collator")); in CollatorWrapper() 48 mxServiceFactory->createInstance(aService), uno::UNO_QUERY); in CollatorWrapper() 63 ::comphelper::getComponentInstance (aLibrary, aService); in CollatorWrapper()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | ExampleAddIn.java | 270 public boolean supportsService( String aService ) in supportsService() argument 272 return (aService.equals( aExampleService ) || in supportsService() 273 aService.equals( aAddInService ) ); in supportsService()
|
H A D | ExampleDataPilotSource.java | 947 public boolean supportsService( String aService ) in supportsService() argument 949 return aService.equals( aServiceName ); in supportsService()
|
/aoo4110/main/editeng/source/misc/ |
H A D | unolingu.cxx | 262 OUString aService( A2OU( apServices[k] ) ); in UpdateAll() local 277 xLngSvcMgr->getConfiguredServices( aService, aLocale )); in UpdateAll() 279 xLngSvcMgr->getAvailableServices( aService, aLocale )); in UpdateAll() 295 Sequence< Locale > aAvailLocales( xAvail->getAvailableLocales(aService) ); in UpdateAll() 301 xLngSvcMgr->getAvailableServices( aService, pAvailLocale[i] )); in UpdateAll() 337 xLngSvcMgr->getAvailableServices( aService, pAvailLocale[i] ) ); in UpdateAll()
|
/aoo4110/main/sc/source/filter/ftools/ |
H A D | fapihelper.cxx | 66 OUString aService; in GetServiceName() local 69 aService = xServiceName->getServiceName(); in GetServiceName() 70 return aService; in GetServiceName()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appdde.cxx | 471 String aService( SfxDdeServiceName_Impl( in InitializeDde() local 473 aService.ToUpperAscii(); in InitializeDde() 474 pAppData_Impl->pDdeService2 = new ImplDdeService( aService ); in InitializeDde()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 1214 OUString aService( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_DESKTOP ) ); in CopyFrom() local 1215 … XComponentLoader > xDesktop( ::comphelper::getProcessServiceFactory()->createInstance( aService ), in CopyFrom() 2433 OUString aService( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_DOCINFO ) ); in Construct() local 2434 uno::Reference< XPersist > xInfo( xFactory->createInstance( aService ), UNO_QUERY ); in Construct() 2437 aService = OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_DOCTEMPLATES ) ); in Construct() 2438 …uno::Reference< XDocumentTemplates > xTemplates( xFactory->createInstance( aService ), UNO_QUERY ); in Construct()
|
H A D | doctemplates.cxx | 454 OUString aService( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_DOCINFO ) ); in DECLARE_LIST() local 457 mxFactory->createInstance( aService ), UNO_QUERY ); in DECLARE_LIST() 463 aService = OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_TYPEDETECTION ) ); in DECLARE_LIST() 464 … mxType = uno::Reference< XTypeDetection > ( mxFactory->createInstance( aService ), UNO_QUERY ); in DECLARE_LIST()
|
H A D | objserv.cxx | 855 … ::rtl::OUString aService( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.DocumentTemplates" ) ); in ExecFile_Impl() 857 comphelper::getProcessServiceFactory()->createInstance( aService ), in ExecFile_Impl()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | multipat.cxx | 90 rtl::OUString aService( RTL_CONSTASCII_USTRINGPARAM( FOLDER_PICKER_SERVICE_NAME ) ); in IMPL_LINK() local 92 Reference < XFolderPicker > xFolderPicker( xFactory->createInstance( aService ), UNO_QUERY ); in IMPL_LINK()
|
H A D | hldocntp.cxx | 422 rtl::OUString aService( RTL_CONSTASCII_USTRINGPARAM( FOLDER_PICKER_SERVICE_NAME ) ); in IMPL_LINK() local 424 …uno::Reference < XFolderPicker > xFolderPicker( xFactory->createInstance( aService ), UNO_QUERY … in IMPL_LINK()
|
/aoo4110/main/filter/source/xsltdialog/ |
H A D | xmlfiltertestdialog.cxx | 349 OUString aType, aService; in onExportBrowse() local 363 pValues->Value >>= aService; in onExportBrowse() 379 if( (nFound == 15) && (aType.getLength() && aService == mpFilterInfo->maDocumentService) ) in onExportBrowse()
|
/aoo4110/main/xmlsecurity/source/dialogs/ |
H A D | macrosecurity.cxx | 237 rtl::OUString aService( RTL_CONSTASCII_USTRINGPARAM( FOLDER_PICKER_SERVICE_NAME ) ); in IMPL_LINK() local 239 …uno::Reference < ui::dialogs::XFolderPicker > xFolderPicker( xFactory->createInstance( aService ),… in IMPL_LINK()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 1618 OUString aService; in CreateRegressionCurve() local 1624 aService = SERVICE_CHART2_LINEARREGCURVE; in CreateRegressionCurve() 1627 aService = SERVICE_CHART2_EXPREGCURVE; in CreateRegressionCurve() 1630 aService = SERVICE_CHART2_LOGREGCURVE; in CreateRegressionCurve() 1633 aService = SERVICE_CHART2_POTREGCURVE; in CreateRegressionCurve() 1637 if( aService.getLength() > 0 ) in CreateRegressionCurve() 1638 xRegCurve.set( ScfApiHelper::CreateInstance( aService ), UNO_QUERY ); in CreateRegressionCurve() 2303 OUString aService = OUString::createFromAscii( maTypeInfo.mpcServiceName ); in CreateChartType() local 2304 Reference< XChartType > xChartType( ScfApiHelper::CreateInstance( aService ), UNO_QUERY ); in CreateChartType()
|
H A D | xechart.cxx | 1684 OUString aService = aCurveProp.GetServiceName(); in Convert() local 1685 if( aService == SERVICE_CHART2_LINEARREGCURVE ) in Convert() 1690 else if( aService == SERVICE_CHART2_EXPREGCURVE ) in Convert() 1692 else if( aService == SERVICE_CHART2_LOGREGCURVE ) in Convert() 1694 else if( aService == SERVICE_CHART2_POTREGCURVE ) in Convert()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unonrule.cxx | 184 OUString aService( RTL_CONSTASCII_USTRINGPARAM( pSvxUnoNumberingRulesService ) ); in getSupportedServiceNames() local 185 Sequence< OUString > aSeq( &aService, 1 ); in getSupportedServiceNames()
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | typegroupconverter.cxx | 301 OUString aService = OUString::createFromAscii( maTypeInfo.mpcServiceName ); in convertFromModel() local 302 Reference< XChartType > xChartType( createInstance( aService ), UNO_QUERY_THROW ); in convertFromModel()
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unomod.cxx | 744 OUString aService( RTL_CONSTASCII_USTRINGPARAM( pSvxUnoDrawPagesAccessService ) ); in getSupportedServiceNames() local 745 uno::Sequence< OUString > aSeq( &aService, 1 ); in getSupportedServiceNames()
|
/aoo4110/main/sd/source/ui/slideshow/ |
H A D | slideshow.cxx | 302 OUString aService( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.Presentation") ); in getSupportedServiceNames() local 303 Sequence< OUString > aSeq( &aService, 1 ); in getSupportedServiceNames()
|
/aoo4110/main/cui/source/options/ |
H A D | optpath.cxx | 631 rtl::OUString aService( RTL_CONSTASCII_USTRINGPARAM( FOLDER_PICKER_SERVICE_NAME ) ); in IMPL_LINK() local 634 xFactory->createInstance( aService ), UNO_QUERY ); in IMPL_LINK()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 2567 OUString aService( RTL_CONSTASCII_USTRINGPARAM( pSdDrawPagesAccessService ) ); in getSupportedServiceNames() local 2568 uno::Sequence< OUString > aSeq( &aService, 1 ); in getSupportedServiceNames() 2837 OUString aService( RTL_CONSTASCII_USTRINGPARAM( pSdMasterPagesAccessService ) ); in getSupportedServiceNames() local 2838 uno::Sequence< OUString > aSeq( &aService, 1 ); in getSupportedServiceNames()
|
/aoo4110/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 1271 OUString aService = maFillModel.isFilled() ? in implConvertAndInsert() local 1274 xShape = rDrawing.createAndInsertXShape( aService, rxShapes, rShapeRect ); in implConvertAndInsert()
|