Home
last modified time | relevance | path

Searched refs:sServiceName (Results 76 – 100 of 178) sorted by relevance

12345678

/trunk/main/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx115 static const ::rtl::OUString sServiceName( in BasicPaneFactory_getSupportedServiceNames() local
117 return Sequence<rtl::OUString>(&sServiceName, 1); in BasicPaneFactory_getSupportedServiceNames()
H A DBasicViewFactory.cxx84 static const ::rtl::OUString sServiceName( in BasicViewFactory_getSupportedServiceNames() local
86 return Sequence<rtl::OUString>(&sServiceName, 1); in BasicViewFactory_getSupportedServiceNames()
/trunk/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()
/trunk/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()
/trunk/main/uui/source/
H A Diahndl.cxx431 ::rtl::OUString sServiceName; in handleTypedHandlerImplementations()
432 OSL_VERIFY( aHandlerNode.getNodeValue( "ServiceName" ) >>= sServiceName ); in handleTypedHandlerImplementations()
434 m_aTypedCustomHandlers[ aRequest.getValueTypeName() ] = sServiceName; in handleTypedHandlerImplementations()
436 return handleCustomRequest( rRequest, sServiceName ); in handleTypedHandlerImplementations()
/trunk/main/xmloff/source/text/
H A DXMLTextMarkImportContext.cxx364 const OUString& sServiceName, in CreateAndInsertMark() argument
376 xIfc = xFactory->createInstance(sServiceName); in CreateAndInsertMark()
H A DXMLTextFrameContext.cxx610 OUString sServiceName; in Create() local
613 case XML_TEXT_FRAME_TEXTBOX: sServiceName = sTextBoxServiceName; break; in Create()
614 case XML_TEXT_FRAME_GRAPHIC: sServiceName = sGraphicServiceName; break; in Create()
616 Reference<XInterface> xIfc = xFactory->createInstance( sServiceName ); in Create()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx511 AccessibleSlideSorterObject::supportsService (const OUString& sServiceName) in supportsService() argument
521 if (sServiceName == aSupportedServices[i]) in supportsService()
H A DAccessibleTreeNode.cxx585 AccessibleTreeNode::supportsService (const OUString& sServiceName) in supportsService() argument
595 if (sServiceName == aSupportedServices[i]) in supportsService()
/trunk/main/sd/source/ui/framework/configuration/
H A DResourceId.cxx72 static const ::rtl::OUString sServiceName( in ResourceId_getSupportedServiceNames() local
74 return Sequence<rtl::OUString>(&sServiceName, 1); in ResourceId_getSupportedServiceNames()
H A DConfigurationController.cxx82 static const OUString sServiceName(OUString::createFromAscii( in ConfigurationController_getSupportedServiceNames() local
84 return Sequence<rtl::OUString>(&sServiceName, 1); in ConfigurationController_getSupportedServiceNames()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx177 sal_Bool SAL_CALL SoundHandler::supportsService( const ::rtl::OUString& sServiceName ) throw( css::… in supportsService() argument
193 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2416 OUString sServiceName = SwXServiceProvider::GetProviderName(m_nServiceId); in supportsService() local
2420 OUString sServiceNameCC( OldNameToNewName_Impl( sServiceName ) ); in supportsService()
2422 return sServiceName == rServiceName || sServiceNameCC == rServiceName || in supportsService()
2429 OUString sServiceName = SwXServiceProvider::GetProviderName(m_nServiceId); in getSupportedServiceNames() local
2433 OUString sServiceNameCC( OldNameToNewName_Impl( sServiceName ) ); in getSupportedServiceNames()
2434 sal_Int32 nLen = sServiceName == sServiceNameCC ? 2 : 3; in getSupportedServiceNames()
2438 *pArray++ = sServiceName; in getSupportedServiceNames()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx87 static const ::rtl::OUString sServiceName( in SlideSorterService_getSupportedServiceNames() local
89 return Sequence<rtl::OUString>(&sServiceName, 1); in SlideSorterService_getSupportedServiceNames()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx442 sal_Bool SAL_CALL SwFilterDetect::supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNT… in supportsService() argument
448 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/starmath/source/
H A Dsmdetect.cxx516 sal_Bool SAL_CALL SmFilterDetect::supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNT… in supportsService() argument
522 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java347 public boolean supportsService( String sServiceName ) { in supportsService() argument
348 return sServiceName.equals( __serviceName ); in supportsService()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx488 ScAccessibleContextBase::supportsService(const OUString& sServiceName) in supportsService() argument
498 if (sServiceName == *pServiceNames) in supportsService()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx480 const ::rtl::OUString& sServiceName ) in supportsService()
487 if ( pArray[ nCounter ] == sServiceName ) in supportsService()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx219 sal_Bool SAL_CALL BibFrameController_Impl::supportsService( const ::rtl::OUString& sServiceName ) t… in supportsService() argument
222 sServiceName.equalsAscii("com.sun.star.frame.Bibliography") || in supportsService()
223 sServiceName.equalsAscii("com.sun.star.frame.Controller") in supportsService()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx80 static const ::rtl::OUString sServiceName( in PresenterTextViewService_getSupportedServiceNames() local
82 return Sequence<rtl::OUString>(&sServiceName, 1); in PresenterTextViewService_getSupportedServiceNames()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx66 static const ::rtl::OUString sServiceName( in getSupportedServiceNames_static() local
68 return Sequence<rtl::OUString>(&sServiceName, 1); in getSupportedServiceNames_static()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx511 sal_Bool SAL_CALL SdFilterDetect::supportsService( const OUString& sServiceName ) throw( RuntimeExc… in supportsService() argument
517 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/editeng/source/accessibility/
H A DAccessibleContextBase.cxx497 AccessibleContextBase::supportsService (const OUString& sServiceName) in supportsService() argument
506 if (sServiceName == aSupportedServices[i]) in supportsService()
/trunk/main/filter/source/config/cache/
H A Dbasecontainer.cxx188 sal_Bool SAL_CALL BaseContainer::supportsService(const ::rtl::OUString& sServiceName) in supportsService() argument
198 if (pNames[i].equals(sServiceName)) in supportsService()

Completed in 285 milliseconds

12345678