Home
last modified time | relevance | path

Searched refs:sServiceName (Results 1 – 25 of 178) sorted by relevance

12345678

/trunk/main/oox/source/ppt/
H A Dpptshape.cxx74 if( sServiceName.getLength() ) in addShape()
88 sServiceName = sTitleShapeService; in addShape()
95 sServiceName = rtl::OUString(); in addShape()
98 sServiceName = sTitleShapeService; in addShape()
106 sServiceName = sOutlinerShapeService; in addShape()
116 sServiceName = sNotesShapeService; in addShape()
129 sServiceName = sDateTimeShapeService; in addShape()
136 sServiceName = sHeaderShapeService; in addShape()
143 sServiceName = sFooterShapeService; in addShape()
157 sServiceName = sPageShapeService; in addShape()
[all …]
H A Dtimenode.cxx62 OUString sServiceName; in getServiceName() local
73 sServiceName = CREATE_OUSTRING("com.sun.star.animations.Animate"); in getServiceName()
76 sServiceName = CREATE_OUSTRING("com.sun.star.animations.AnimateColor"); in getServiceName()
79 sServiceName = CREATE_OUSTRING("com.sun.star.animations.TransitionFilter"); in getServiceName()
82 sServiceName = CREATE_OUSTRING("com.sun.star.animations.AnimateMotion"); in getServiceName()
85 sServiceName = CREATE_OUSTRING("com.sun.star.animations.AnimateTransform"); in getServiceName()
88 sServiceName = CREATE_OUSTRING("com.sun.star.animations.Command"); in getServiceName()
91 sServiceName = CREATE_OUSTRING("com.sun.star.animations.AnimateSet"); in getServiceName()
94 sServiceName = CREATE_OUSTRING("com.sun.star.animations.Audio"); in getServiceName()
100 return sServiceName; in getServiceName()
[all …]
/trunk/main/sd/source/ui/framework/module/
H A DModuleController.cxx101 static const ::rtl::OUString sServiceName( in ModuleController_getSupportedServiceNames() local
103 return Sequence<rtl::OUString>(&sServiceName, 1); in ModuleController_getSupportedServiceNames()
185 rtl::OUString sServiceName; in ProcessFactory() local
186 rValues[0] >>= sServiceName; in ProcessFactory()
198 OUStringToOString(sServiceName, RTL_TEXTENCODING_UTF8).getStr()); in ProcessFactory()
205 (*mpResourceToFactoryMap)[*iResource] = sServiceName; in ProcessFactory()
250 rtl::OUString sServiceName; in ProcessStartupService() local
251 rValues[0] >>= sServiceName; in ProcessStartupService()
265 xGlobalFactory->createInstanceWithArguments(sServiceName, aArguments); in ProcessStartupService()
269 OUStringToOString(sServiceName, RTL_TEXTENCODING_UTF8).getStr()); in ProcessStartupService()
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx267 …const ::rtl::OUString sServiceName = io_rDescriptor.getOrDefault( "DocumentService", ::rtl:… in impl_determineFilter() local
283 if ( !pFilter && sServiceName.getLength() ) in impl_determineFilter()
284 pFilter = impl_getFilterFromServiceName_nothrow( sServiceName ); in impl_determineFilter()
342 if ( sServiceName.getLength() ) in impl_determineTemplateDocument()
343 sTemplateURL = SfxObjectFactory::GetStandardTemplate( sServiceName ); in impl_determineTemplateDocument()
567 … const ::rtl::OUString sServiceName = SfxObjectShell::GetServiceNameFromFactory( sFactory ); in load() local
568 aDescriptor.put( "DocumentService", sServiceName ); in load()
593 …const ::rtl::OUString sServiceName = aDescriptor.getOrDefault( "DocumentService", ::rtl::OUString(… in load() local
594 xModel.set( m_aContext.createComponent( sServiceName ), UNO_QUERY_THROW ); in load()
669 sal_Bool SAL_CALL SfxFrameLoader_Impl::supportsService( const UNOOUSTRING& sServiceName ) throw( Ru… in supportsService() argument
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlStyleImport.cxx406 rtl::OUString sServiceName = SvXMLStylesContext::GetServiceName(nFamily); in GetServiceName() local
407 if (!sServiceName.getLength()) in GetServiceName()
412 sServiceName = m_sTableStyleFamilyName; in GetServiceName()
415 sServiceName = m_sColumnStyleFamilyName; in GetServiceName()
418 sServiceName = m_sRowStyleFamilyName; in GetServiceName()
421 sServiceName = m_sCellStyleFamilyName; in GetServiceName()
427 return sServiceName; in GetServiceName()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlStyleImport.cxx308 rtl::OUString sServiceName = SvXMLStylesContext::GetServiceName(nFamily); in GetServiceName() local
309 if (!sServiceName.getLength()) in GetServiceName()
314 sServiceName = sTableStyleServiceName; in GetServiceName()
317 sServiceName = sColumnStyleServiceName; in GetServiceName()
320 sServiceName = sCellStyleServiceName; in GetServiceName()
325 return sServiceName; in GetServiceName()
/trunk/main/extensions/source/logging/
H A Dloggerconfig.cxx220 ::rtl::OUString sServiceName; in lcl_createInstanceFromSetting_throw()
221 …ings->getByName( ::rtl::OUString::createFromAscii( _pServiceNameAsciiNodeName ) ) >>= sServiceName; in lcl_createInstanceFromSetting_throw()
222 if ( sServiceName.getLength() ) in lcl_createInstanceFromSetting_throw()
229 … bSuccess = _rContext.createComponentWithArguments( sServiceName, aConstructionArgs, xInstance ); in lcl_createInstanceFromSetting_throw()
233 bSuccess = _rContext.createComponent( sServiceName, xInstance ); in lcl_createInstanceFromSetting_throw()
237 throw ServiceNotRegisteredException( sServiceName, NULL ); in lcl_createInstanceFromSetting_throw()
/trunk/main/framework/source/dispatch/
H A Dservicehandler.cxx277 ::rtl::OUString sServiceName; in implts_dispatch()
283 sServiceName = sServiceAndArguments.copy(0,nArgStart); in implts_dispatch()
289 sServiceName = sServiceAndArguments; in implts_dispatch()
292 if (!sServiceName.getLength()) in implts_dispatch()
303 xService = xFactory->createInstance(sServiceName); in implts_dispatch()
/trunk/main/sw/source/core/access/
H A Daccgraphic.cxx44 const sal_Char sServiceName[] = "com.sun.star.text.AccessibleTextGraphicObject"; variable
68 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
69 sizeof(sServiceName)-1 ) || in supportsService()
79 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
H A Daccembedded.cxx46 const sal_Char sServiceName[] = "com.sun.star.text.AccessibleTextEmbeddedObject"; variable
96 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
97 sizeof(sServiceName)-1 ) || in supportsService()
107 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
H A Daccpage.cxx50 const sal_Char sServiceName[] = "com.sun.star.text.AccessiblePageView"; variable
160 return rServiceName.equalsAsciiL( sServiceName, sizeof(sServiceName)-1 ) || in supportsService()
170 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
H A Dacctextframe.cxx57 const sal_Char sServiceName[] = "com.sun.star.text.AccessibleTextFrameView"; variable
324 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
325 sizeof(sServiceName)-1 ) || in supportsService()
335 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
H A Daccpreview.cxx39 const sal_Char sServiceName[] = "com.sun.star.text.AccessibleTextDocumentPageView"; variable
77 RTL_CONSTASCII_STRINGPARAM( sServiceName) ) || in supportsService()
86 aSeq[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( sServiceName ) ); in getSupportedServiceNames()
H A Dacccell.cxx64 const sal_Char sServiceName[] = "com.sun.star.table.AccessibleCellView"; variable
278 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
279 sizeof(sServiceName)-1 ) || in supportsService()
289 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java1061 String sServiceName = null; in getServiceNameFromFilterName() local
1070 sServiceName = sValue; in getServiceNameFromFilterName()
1074 return sServiceName; in getServiceNameFromFilterName()
1252 String sServiceName = getServiceNameFromFilterName(sFilterName, xMSF); in convertDocument() local
1257 if (sServiceName == null || sInternalFilterName == null) in convertDocument()
1262 if (! xServiceInfo.supportsService(sServiceName)) in convertDocument()
1264 …GlobalLogWriter.println("Service from FilterName '" + sServiceName + "' is not supported by loaded… in convertDocument()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx557 sal_Bool SAL_CALL SvxRectCtlAccessibleContext::supportsService( const ::rtl::OUString& sServiceName in supportsService() argument
568 if( sServiceName == *pStr ) in supportsService()
577 …const ::rtl::OUString sServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.Acces… in getSupportedServiceNames() local
578 return Sequence< ::rtl::OUString >( &sServiceName, 1 ); in getSupportedServiceNames()
1218 …ectCtlChildAccessibleContext::supportsService( const ::rtl::OUString& sServiceName ) throw( Runtim… in supportsService() argument
1227 if( sServiceName == aSupportedServices[ i ] ) in supportsService()
1236 …const ::rtl::OUString sServiceName (RTL_CONSTASCII_USTRINGPARAM ("com.sun.star.accessibility.Acces… in getSupportedServiceNames() local
1237 return Sequence< ::rtl::OUString >( &sServiceName, 1 ); in getSupportedServiceNames()
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx215 String sServiceName = aOpt.GetFactoryName(eFactory); in GetDefaultFilter_Impl() local
227 (pFilter->GetServiceName().CompareIgnoreCaseToAscii( sServiceName ) != COMPARE_EQUAL) in GetDefaultFilter_Impl()
244 … if ( pCheckFilter->GetServiceName().CompareIgnoreCaseToAscii( sServiceName ) == COMPARE_EQUAL ) in GetDefaultFilter_Impl()
943 ::rtl::OUString sServiceName ; in ReadSingleFilter_Impl()
974 lFilterProperties[nFilterProperty].Value >>= sServiceName; in ReadSingleFilter_Impl()
1027 if ( !sServiceName.getLength() ) in ReadSingleFilter_Impl()
1064 sServiceName ); in ReadSingleFilter_Impl()
1076 pFilter->aServiceName = sServiceName; in ReadSingleFilter_Impl()
/trunk/main/svtools/source/control/
H A Dfilectrl2.cxx47 …const ::rtl::OUString sServiceName = ::rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.Fi… in ImplBrowseFile() local
50 Reference < dialogs::XFilePicker > xFilePicker( xMSF->createInstance( sServiceName ), UNO_QUERY ); in ImplBrowseFile()
83 ShowServiceNotAvailableError( this, sServiceName, sal_True ); in ImplBrowseFile()
H A Daccessibleruler.cxx418 sal_Bool SAL_CALL SvtRulerAccessible::supportsService( const OUString& sServiceName ) throw( Runtim… in supportsService() argument
429 if( sServiceName == *pStr ) in supportsService()
438 …const OUString sServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleCo… in getSupportedServiceNames() local
439 return Sequence< OUString >( &sServiceName, 1 ); in getSupportedServiceNames()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java1096 String sServiceName = null; in getServiceNameFromFilterName() local
1105 sServiceName = sValue; in getServiceNameFromFilterName()
1109 return sServiceName; in getServiceNameFromFilterName()
1287 String sServiceName = getServiceNameFromFilterName(sFilterName, xMSF); in convertDocument() local
1292 if (sServiceName == null || sInternalFilterName == null) in convertDocument()
1297 if (! xServiceInfo.supportsService(sServiceName)) in convertDocument()
1299 …GlobalLogWriter.get().println("Service from FilterName '" + sServiceName + "' is not supported by … in convertDocument()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx848 rtl::OUString sServiceName(SvXMLStylesContext::GetServiceName(nFamily)); in GetServiceName() local
849 if (!sServiceName.getLength()) in GetServiceName()
854 sServiceName = sColumnStyleServiceName; in GetServiceName()
857 sServiceName = sRowStyleServiceName; in GetServiceName()
860 sServiceName = sCellStyleServiceName; in GetServiceName()
863 sServiceName = sTableStyleServiceName; in GetServiceName()
867 return sServiceName; in GetServiceName()
/trunk/main/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx76 ::rtl::OUString sServiceName = pBaseObj->getServiceName(); in _CreateShape()
77 OSL_ENSURE(sServiceName.getLength(),"No Service Name given!"); in _CreateShape()
141 …xRet.set( pRptModel->createShape(sServiceName,xShape,bChangeOrientation ? 0 : 1), uno::UNO_QUERY_T… in _CreateShape()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java294 String sServiceName = sSupportedServiceNames[m]; in addServicesToTreeNode() local
295 if (sServiceName.length() > 0){ in addServicesToTreeNode()
308 String sServiceName = _oUnoServiceNode.getClassName(); in addPropertiesAndInterfacesOfService() local
310 …sToTreeNode(_oUnoServiceNode, oUnoObject, m_oIntrospector.getInterfaces(oUnoObject, sServiceName)); in addPropertiesAndInterfacesOfService()
311 …_oUnoServiceNode, oUnoObject, m_oIntrospector.getProperties(oUnoObject, sServiceName)); in addPropertiesAndInterfacesOfService()
/trunk/main/sw/source/filter/xml/
H A Dxmlfmt.cxx321 OUString sServiceName( RTL_CONSTASCII_USTRINGPARAM( in Create() local
324 xFactory->createInstance( sServiceName ); in Create()
935 String sServiceName; in GetServiceName() local
937 sServiceName = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.style.FrameStyle") ); in GetServiceName()
939 sServiceName = SvXMLStylesContext::GetServiceName( nFamily ); in GetServiceName()
941 return sServiceName; in GetServiceName()
/trunk/main/fpicker/source/aqua/
H A DSalAquaFolderPicker.cxx233 sal_Bool SAL_CALL SalAquaFolderPicker::supportsService( const rtl::OUString& sServiceName ) in supportsService() argument
236 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "serviceName", sServiceName); in supportsService()
242 if( supportedServicesNames[n].compareTo( sServiceName ) == 0) { in supportsService()

Completed in 91 milliseconds

12345678