Home
last modified time | relevance | path

Searched refs:sServiceName (Results 101 – 125 of 178) sorted by relevance

12345678

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java154 public boolean supportsService(final String sServiceName) in supportsService() argument
156 return sServiceName.equals(__serviceName); in supportsService()
H A DSOFormulaParser.java332 public boolean supportsService(String sServiceName) in supportsService() argument
334 return sServiceName.equals(__serviceName); in supportsService()
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx182 ::rtl::OUString sServiceName = xPersistence->getServiceName(); in exportServiceNameAttribute()
188 ::rtl::OUString sToWriteServiceName = sServiceName; in exportServiceNameAttribute()
190 else if (0 == sServiceName.compareToAscii(SERVICE_PERSISTENT_COMPONENT_##name)) \ in exportServiceNameAttribute()
215 else if (0 == sServiceName.compareToAscii(SERVICE_PERSISTENT_COMPONENT_EDIT)) in exportServiceNameAttribute()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx611 …::rtl::OUString sServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.inspection.ObjectInspecto… in impl_createPropertyBrowser_throw()
612 ShowServiceNotAvailableError( GetParent(), sServiceName, sal_True ); in impl_createPropertyBrowser_throw()
/trunk/main/sdext/source/presenter/
H A DPresenterProtocolHandler.cxx260 static const ::rtl::OUString sServiceName(A2S("com.sun.star.frame.ProtocolHandler")); in getSupportedServiceNames_static() local
261 return Sequence<rtl::OUString>(&sServiceName, 1); in getSupportedServiceNames_static()
H A DPresenterScreen.cxx134 static const ::rtl::OUString sServiceName( in getSupportedServiceNames_static() local
136 return Sequence<rtl::OUString>(&sServiceName, 1); in getSupportedServiceNames_static()
/trunk/main/reportdesign/source/ui/report/
H A Dpropbrw.cxx171 …const ::rtl::OUString sServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.inspection.ObjectIn… in DBG_NAME() local
172 ShowServiceNotAvailableError(pParent, sServiceName, sal_True); in DBG_NAME()
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx266 sal_Bool SAL_CALL BaseControl::supportsService( const OUString& sServiceName ) throw( RuntimeExcept… in supportsService() argument
272 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx149 ::rtl::OUString sServiceName; in impl_addVbEvents_nolck_nothrow()
150 xProps->getPropertyValue( rtl::OUString::createFromAscii("DefaultControl" ) ) >>= sServiceName; in impl_addVbEvents_nolck_nothrow()
153 …DescSupplier->getEventDescriptions( m_xServiceFactory->createInstance( sServiceName ), sCodeName ); in impl_addVbEvents_nolck_nothrow()
/trunk/main/sd/source/ui/inc/
H A DAccessibleSlideView.hxx126 supportsService (const ::rtl::OUString& sServiceName)
282 supportsService (const ::rtl::OUString& sServiceName)
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePicker.cxx695 sal_Bool SAL_CALL VistaFilePicker::supportsService(const ::rtl::OUString& sServiceName) in supportsService() argument
701 if (lSupportedServicesNames[n].compareTo(sServiceName) == 0) in supportsService()
/trunk/main/odk/examples/java/ToDo/
H A DToDo.java141 public boolean supportsService(String sServiceName) { in supportsService() argument
142 return sServiceName.equals( __serviceName ); in supportsService()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx66 const sal_Char sServiceName[] = "com.sun.star.table.AccessibleTableView"; variable
1458 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
1459 sizeof(sServiceName)-1 ) || in supportsService()
1469 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
H A Daccgraphic.hxx50 supportsService (const ::rtl::OUString& sServiceName)
H A Daccfootnote.hxx65 supportsService (const ::rtl::OUString& sServiceName)
H A Daccpreview.hxx57 supportsService (const ::rtl::OUString& sServiceName)
H A Daccheaderfooter.hxx65 supportsService (const ::rtl::OUString& sServiceName)
H A Daccpage.hxx82 const ::rtl::OUString& sServiceName)
H A Daccembedded.hxx66 supportsService (const ::rtl::OUString& sServiceName)
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1476 ::rtl::OUString sServiceName; in lcl_createHandler()
1480 if ( _rFactoryDescriptor >>= sServiceName ) in lcl_createHandler()
1481 _rContext.createComponent( sServiceName, xHandler ); in lcl_createHandler()
/trunk/main/forms/source/xforms/
H A Dunohelper.hxx46 createInstance( const rtl::OUString& sServiceName );
/trunk/main/framework/inc/uielement/
H A Dfootermenucontroller.hxx42 … ( const ::rtl::OUString& sServiceName ) throw( css…
/trunk/main/filter/source/config/cache/
H A Dconfigflush.hxx96 virtual sal_Bool SAL_CALL supportsService(const ::rtl::OUString& sServiceName)
/trunk/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx581 sal_Bool SAL_CALL SvxGraphCtrlAccessibleContext::supportsService( const OUString& sServiceName ) th… in supportsService() argument
591 if( sServiceName == aSupportedServices[ i ] ) in supportsService()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx904 sal_Bool SAL_CALL ScFilterDetect::supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNT… in supportsService() argument
910 if ( pArray[nCounter] == sServiceName ) in supportsService()

Completed in 153 milliseconds

12345678