Home
last modified time | relevance | path

Searched refs:sServiceName (Results 1 – 25 of 178) sorted by last modified time

12345678

/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx1092 static void GetServiceName(OUString& sServiceName,
1269 OUString& sServiceName, in GetServiceName() argument
1280 sServiceName = sTmp; in GetServiceName()
1290 sServiceName = sTmp; in GetServiceName()
1300 sServiceName = sTmp; in GetServiceName()
1308 sServiceName = sTmp; in GetServiceName()
/trunk/main/editeng/inc/editeng/
H A DAccessibleContextBase.hxx273 supportsService (const ::rtl::OUString& sServiceName)
/trunk/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/
H A DTestExtension.java100 public boolean supportsService( String sServiceName ) { in supportsService() argument
101 return sServiceName.equals( __serviceName ); in supportsService()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java124 public boolean supportsService( String sServiceName ) in supportsService() argument
126 return sServiceName.equals( __serviceName ); in supportsService()
/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()
/trunk/main/desktop/test/deployment/locationtest/
H A DLocationTest.java99 public boolean supportsService( String sServiceName ) { in supportsService() argument
100 return sServiceName.equals( __serviceName ); in supportsService()
/trunk/main/desktop/test/deployment/update/updateinfocreation/build/
H A DTestExtension.java99 public boolean supportsService( String sServiceName ) { in supportsService() argument
100 return sServiceName.equals( __serviceName ); in supportsService()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx139 const sal_Char sServiceName[] = "com.sun.star.text.AccessibleParagraphView"; variable
1281 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
1282 sizeof(sServiceName)-1 ) || in supportsService()
1292 pArray[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1847 …::rtl::OUString sServiceName(_bCollection ? ((_bForm) ? SERVICE_NAME_FORM_COLLECTION : SERVICE_NAM… in insertHierachyElement()
1849 …Reference<XContent > xNew( xORB->createInstanceWithArguments( sServiceName, aArguments ), UNO_QUER… in insertHierachyElement()
/trunk/main/sd/source/ui/presenter/
H A DSlideRenderer.cxx57 static const ::rtl::OUString sServiceName( in SlideRenderer_getSupportedServiceNames() local
59 return Sequence<rtl::OUString>(&sServiceName, 1); in SlideRenderer_getSupportedServiceNames()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx3131 …L AccessibleEditableTextPara::supportsService (const ::rtl::OUString& sServiceName) throw (uno::Ru… in supportsService() argument
3140 if (sServiceName == aSupportedServices[i]) in supportsService()
3149 const ::rtl::OUString sServiceName( getServiceName() ); in getSupportedServiceNames() local
3150 return uno::Sequence< ::rtl::OUString > (&sServiceName, 1); in getSupportedServiceNames()
H A DAccessibleImageBullet.cxx387 …sal_Bool SAL_CALL AccessibleImageBullet::supportsService (const ::rtl::OUString& sServiceName) thr… in supportsService() argument
396 if (sServiceName == aSupportedServices[i]) in supportsService()
405 …const ::rtl::OUString sServiceName (RTL_CONSTASCII_USTRINGPARAM ("com.sun.star.accessibility.Acces… in getSupportedServiceNames() local
406 return uno::Sequence< ::rtl::OUString > (&sServiceName, 1); in getSupportedServiceNames()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx480 const ::rtl::OUString& sServiceName ) in supportsService()
487 if ( pArray[ nCounter ] == sServiceName ) in supportsService()
/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/fpicker/source/office/
H A DOfficeFilePicker.cxx1151 sal_Bool SAL_CALL SvtFilePicker::supportsService( const rtl::OUString& sServiceName ) throw( Runtim… in supportsService() argument
1157 if ( sServiceName == pArray[i] ) in supportsService()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx1639 sal_Bool SAL_CALL ColorPicker::supportsService( const OUString& sServiceName ) throw (RuntimeExcept… in supportsService() argument
1641 …return sServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.ui.dialogs.ColorPicker… in supportsService()
/trunk/main/odk/examples/DevelopersGuide/Components/SimpleLicense/
H A DLicenseTest.java98 public boolean supportsService( String sServiceName ) { in supportsService() argument
99 return sServiceName.equals( __serviceName ); in supportsService()
/trunk/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()
/trunk/main/odk/examples/java/MinimalComponent/
H A DMinimalComponent.java113 public boolean supportsService( String sServiceName ) { in supportsService() argument
114 return sServiceName.equals( __serviceName ); 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/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2854 ::rtl::OUString sServiceName(RTL_CONSTASCII_USTRINGPARAM in handleDocProperty()
2860 sServiceName += in handleDocProperty()
2866 sServiceName += sFieldServiceName; in handleDocProperty()
2868 xFieldInterface = m_xTextFactory->createInstance(sServiceName); in handleDocProperty()
3184 … OUString sServiceName(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.TextField.")); in CloseFieldCommand() local
3185sServiceName += ::rtl::OUString::createFromAscii(aIt->second.cFieldServiceName ); in CloseFieldCommand()
3189 dmapper_logger->chars(sServiceName); in CloseFieldCommand()
3193 xFieldInterface = m_xTextFactory->createInstance(sServiceName); in CloseFieldCommand()
/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/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/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()
/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 175 milliseconds

12345678