Home
last modified time | relevance | path

Searched refs:sServiceName (Results 151 – 175 of 178) sorted by relevance

12345678

/trunk/main/editeng/inc/editeng/
H A DAccessibleContextBase.hxx273 supportsService (const ::rtl::OUString& sServiceName)
H A DAccessibleImageBullet.hxx99 …virtual sal_Bool SAL_CALL supportsService (const ::rtl::OUString& sServiceName) throw (::com::sun:…
H A DAccessibleEditableTextPara.hxx176 …virtual sal_Bool SAL_CALL supportsService (const ::rtl::OUString& sServiceName) throw (::com::sun:…
/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()
/trunk/main/sw/source/core/access/
H A Daccdoc.hxx162 supportsService (const ::rtl::OUString& sServiceName)
H A Dacccontext.hxx334 supportsService (const ::rtl::OUString& sServiceName)
H A Dacctable.hxx216 supportsService (const ::rtl::OUString& sServiceName)
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/extensions/source/bibliography/
H A Dframectr.hxx94 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& sServiceName ) throw (::com::sun…
/trunk/main/sd/source/ui/inc/
H A DAccessibleSlideSorterView.hxx280 supportsService (const ::rtl::OUString& sServiceName)
/trunk/main/sc/inc/
H A Dmiscuno.hxx98 rtl::OUString sServiceName; member in ScIndexEnumeration
/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx346 …virtual sal_Bool SAL_CALL supportsService( const UNO3_OUSTRING& sServiceName ) throw( UNO3_RUNTIME…
/trunk/main/sc/source/ui/inc/
H A DAccessibleContextBase.hxx247 supportsService(const ::rtl::OUString& sServiceName)
/trunk/main/svtools/inc/svtools/
H A Daccessibleruler.hxx223 …supportsService( const ::rtl::OUString& sServiceName ) throw( ::com::sun::star::uno::RuntimeExcept…
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.hxx185 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& sServiceName ) throw( ::com::su…
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx1566 rtl::OUString sServiceName = UNISTRING("com.sun.star.deployment.ui.PackageManagerDialog"); in showExtensionDialog() local
1579 xService = xServiceManager->createInstanceWithContext( sServiceName, m_xContext ); in showExtensionDialog()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx1710 String sServiceName( in InsertInput() local
1712 sServiceName.AppendAscii( pType ); in InsertInput()
1714 rServiceFactory->createInstance( sServiceName ); in InsertInput()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx2462 String sServiceName(rServiceName); in supportsService() local
2463 return sServiceName.EqualsAscii("com.sun.star.text.ChapterNumbering") || in supportsService()
2464 sServiceName.EqualsAscii("com.sun.star.text.NumberingRules"); in supportsService()
/trunk/main/svx/source/inc/
H A DGraphCtlAccessibleContext.hxx160 …virtual sal_Bool SAL_CALL supportsService (const ::rtl::OUString& sServiceName) throw (::com::sun:…
/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/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2168 … ::rtl::OUString sServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt." ) ); in impl_classifyControlModel_throw()
2169sServiceName += ::rtl::OUString::createFromAscii( aControlModelServiceNames[ i ] ); in impl_classifyControlModel_throw()
2171 if ( xServiceInfo->supportsService( sServiceName ) ) in impl_classifyControlModel_throw()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1444 const rtl::OUString sServiceName ( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.io.TempFile" ) ); in createTempStream() local
1447 ( m_xSMgr->createInstance( sServiceName ), uno::UNO_QUERY ); in createTempStream()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx121 ::rtl::OUString sServiceName;
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1187 const OUString sServiceName ( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.io.TempFile" ) ); in writeTempFile() local
1188 …uno::Reference < io::XStream > xTempFile( m_xFactory->createInstance ( sServiceName ), UNO_QUERY_T… in writeTempFile()
/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()

Completed in 304 milliseconds

12345678