Home
last modified time | relevance | path

Searched refs:sServiceName (Results 51 – 75 of 178) sorted by relevance

12345678

/aoo4110/main/xmlhelp/source/com/sun/star/help/
H A DHelpIndexer.java167 public boolean supportsService( String sServiceName ) in supportsService() argument
169 return sServiceName.equals( __serviceName ); in supportsService()
H A DHelpSearch.java124 public boolean supportsService( String sServiceName ) in supportsService() argument
126 return sServiceName.equals( __serviceName ); in supportsService()
/aoo4110/main/framework/source/dispatch/
H A Doxt_handler.cxx203 rtl::OUString sServiceName = UNISTRING( "com.sun.star.deployment.ui.PackageManagerDialog" ); in dispatchWithNotification() local
209 xService = m_xFactory->createInstanceWithArguments( sServiceName, lParams ); in dispatchWithNotification()
/aoo4110/main/sw/source/ui/uno/
H A Dunomodule.cxx150 sal_Bool SAL_CALL SwUnoModule::supportsService( const ::rtl::OUString& sServiceName ) throw(uno::Ru… in supportsService() argument
156 if ( pArray[nCounter] == sServiceName ) in supportsService()
/aoo4110/main/sd/source/ui/sidebar/
H A DPanelFactory.cxx97 static const ::rtl::OUString sServiceName( in PanelFactory_getSupportedServiceNames() local
99 return Sequence<rtl::OUString>(&sServiceName, 1); in PanelFactory_getSupportedServiceNames()
H A DSidebarFactory.cxx92 static const ::rtl::OUString sServiceName( in SidebarFactory_getSupportedServiceNames() local
94 return Sequence<rtl::OUString>(&sServiceName, 1); in SidebarFactory_getSupportedServiceNames()
/aoo4110/main/sd/source/ui/framework/factories/
H A DPresentationFactory.cxx127 static const ::rtl::OUString sServiceName(RTL_CONSTASCII_USTRINGPARAM( in PresentationFactoryProvider_getSupportedServiceNames() local
129 return Sequence<rtl::OUString>(&sServiceName, 1); in PresentationFactoryProvider_getSupportedServiceNames()
/aoo4110/main/fpicker/source/office/
H A DOfficeFolderPicker.cxx220 sal_Bool SAL_CALL SvtFolderPicker::supportsService( const ::rtl::OUString& sServiceName ) throw( Ru… in supportsService() argument
226 if ( sServiceName == pArray[i] ) in supportsService()
/aoo4110/main/framework/source/services/
H A Dbackingcomp.cxx286 sal_Bool SAL_CALL BackingComp::supportsService( /*IN*/ const ::rtl::OUString& sServiceName ) in supportsService() argument
290 sServiceName.equals(SERVICENAME_STARTMODULE ) || in supportsService()
291 sServiceName.equals(SERVICENAME_FRAMECONTROLLER) in supportsService()
/aoo4110/main/sd/source/ui/presenter/
H A DSlideRenderer.cxx61 static const ::rtl::OUString sServiceName( in SlideRenderer_getSupportedServiceNames() local
63 return Sequence<rtl::OUString>(&sServiceName, 1); in SlideRenderer_getSupportedServiceNames()
H A DPresenterHelper.cxx69 static const ::rtl::OUString sServiceName( in PresenterHelperService_getSupportedServiceNames() local
71 return Sequence<rtl::OUString>(&sServiceName, 1); in PresenterHelperService_getSupportedServiceNames()
H A DPresenterPreviewCache.cxx108 static const ::rtl::OUString sServiceName( in PresenterPreviewCache_getSupportedServiceNames() local
110 return Sequence<rtl::OUString>(&sServiceName, 1); in PresenterPreviewCache_getSupportedServiceNames()
/aoo4110/main/sw/source/core/access/
H A Daccdoc.cxx71 const sal_Char sServiceName[] = "com.sun.star.text.AccessibleTextDocumentView"; variable
467 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
468 sizeof(sServiceName)-1 ) || in supportsService()
478 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
/aoo4110/main/sd/source/ui/unoidl/
H A Dunomodule.cxx141 sal_Bool SAL_CALL SdUnoModule::supportsService( const ::rtl::OUString& sServiceName ) throw(::com::… in supportsService() argument
147 if ( pArray[nCounter] == sServiceName ) in supportsService()
/aoo4110/main/odk/examples/java/Inspector/
H A DInspectorAddon.java162 public boolean supportsService( String sServiceName ) { in supportsService() argument
166 if ( sServiceName.equals( m_serviceNames[i] ) ) in supportsService()
/aoo4110/main/fpicker/source/aqua/
H A DSalAquaFilePicker.cxx634 sal_Bool SAL_CALL SalAquaFilePicker::supportsService( const rtl::OUString& sServiceName ) in supportsService() argument
637 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "service name", sServiceName); in supportsService()
644 if( supportedServicesNames[n].compareTo( sServiceName ) == 0) { in supportsService()
/aoo4110/main/oox/source/drawingml/
H A Dshape.cxx165 rtl::OUString sServiceName( msServiceName ); in addShape() local
166 if( sServiceName.getLength() ) in addShape()
168 …Reference< XShape > xShape( createAndInsert( rFilterBase, sServiceName, pTheme, rxShapes, pShapeRe… in addShape()
/aoo4110/main/xmloff/source/text/
H A Dtxtparai.cxx1091 static void GetServiceName(OUString& sServiceName,
1268 OUString& sServiceName, in GetServiceName() argument
1279 sServiceName = sTmp; in GetServiceName()
1289 sServiceName = sTmp; in GetServiceName()
1299 sServiceName = sTmp; in GetServiceName()
1307 sServiceName = sTmp; in GetServiceName()
/aoo4110/main/sd/source/ui/framework/configuration/
H A DConfiguration.cxx97 static const OUString sServiceName(OUString::createFromAscii( in Configuration_getSupportedServiceNames() local
99 return Sequence<rtl::OUString>(&sServiceName, 1); in Configuration_getSupportedServiceNames()
/aoo4110/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java235 public boolean supportsService( String sServiceName ) { in supportsService() argument
236 return sServiceName.equals( __serviceName ); in supportsService()
/aoo4110/main/toolkit/source/controls/
H A Dtabpagemodel.cxx184 static const ::rtl::OUString sServiceName( in UnoControlTabPageModel_getSupportedServiceNames() local
186 return Sequence<rtl::OUString>(&sServiceName, 1); in UnoControlTabPageModel_getSupportedServiceNames()
/aoo4110/main/xmloff/inc/
H A Dtxtfldi.hxx138 ::rtl::OUString sServiceName; /// service name for text field
186 inline ::rtl::OUString GetServiceName() { return sServiceName; } in GetServiceName()
187 inline void SetServiceName(::rtl::OUString sStr) { sServiceName = sStr; } in SetServiceName()
203 const ::rtl::OUString& sServiceName);
/aoo4110/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2665 ::rtl::OUString sServiceName(RTL_CONSTASCII_USTRINGPARAM in handleDocProperty()
2671 sServiceName += in handleDocProperty()
2677 sServiceName += sFieldServiceName; in handleDocProperty()
2679 xFieldInterface = m_xTextFactory->createInstance(sServiceName); in handleDocProperty()
2995 … OUString sServiceName(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.TextField.")); in CloseFieldCommand() local
2996sServiceName += ::rtl::OUString::createFromAscii(aIt->second.cFieldServiceName ); in CloseFieldCommand()
3000 dmapper_logger->chars(sServiceName); in CloseFieldCommand()
3004 xFieldInterface = m_xTextFactory->createInstance(sServiceName); in CloseFieldCommand()
/aoo4110/main/svx/source/unodraw/
H A Drecoveryui.cxx79 sal_Bool SAL_CALL RecoveryUI::supportsService(const ::rtl::OUString& sServiceName) in supportsService() argument
88 if (sSupportedService.equals(sServiceName)) in supportsService()
/aoo4110/main/desktop/source/app/
H A Dcheck_ext_deps.cxx225 rtl::OUString sServiceName = UNISTRING("com.sun.star.deployment.ui.UpdateRequiredDialog"); in impl_showExtensionDialog() local
234 xService = xServiceManager->createInstanceWithContext( sServiceName, xContext ); in impl_showExtensionDialog()

Completed in 1474 milliseconds

12345678