Home
last modified time | relevance | path

Searched refs:aServiceName (Results 76 – 100 of 136) sorted by relevance

123456

/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx557 ::rtl::OUString aServiceName; in ExecuteFilterDialog_Impl()
558 aProps[nProperty].Value >>= aServiceName; in ExecuteFilterDialog_Impl()
559 if( aServiceName.getLength() ) in ExecuteFilterDialog_Impl()
562 m_pOwner->GetServiceFactory()->createInstance( aServiceName ), uno::UNO_QUERY ); in ExecuteFilterDialog_Impl()
1668 ::rtl::OUString aServiceName = aPropsHM.getUnpackedValueOrDefault( in CheckFilterOptionsAppearence()
1671 if( aServiceName.getLength() ) in CheckFilterOptionsAppearence()
H A Ddocvor.cxx1996 String aServiceName, aFileURL; in Dispatch_Impl() local
1997 if ( GetServiceName_Impl( aServiceName, aFileURL ) ) in Dispatch_Impl()
1998 SfxObjectFactory::SetStandardTemplate( aServiceName, aFileURL ); in Dispatch_Impl()
2011 …String aServiceName = SfxObjectShell::GetServiceNameFromFactory( pSubMenu->GetItemCommand( nId ) ); in Dispatch_Impl() local
2012 SfxObjectFactory::SetStandardTemplate( aServiceName, String() ); in Dispatch_Impl()
/trunk/main/shell/source/backends/localebe/
H A Dlocalebackend.cxx345 sal_Bool SAL_CALL LocaleBackend::supportsService(const rtl::OUString& aServiceName) in supportsService() argument
351 if(svc[i] == aServiceName) in supportsService()
/trunk/main/extensions/source/config/ldap/
H A Dldapuserprofilebe.cxx253 sal_Bool SAL_CALL LdapUserProfileBe::supportsService(const rtl::OUString& aServiceName) in supportsService() argument
259 if(svc[i] == aServiceName) in supportsService()
/trunk/main/chart2/source/inc/
H A DRegressionCurveHelper.hxx57 ::rtl::OUString aServiceName );
170 ::rtl::OUString aServiceName );
/trunk/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx381 sal_Bool SAL_CALL WinInetBackend::supportsService(const rtl::OUString& aServiceName) in supportsService() argument
387 if(svc[i] == aServiceName) in supportsService()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx398 sal_Bool SAL_CALL ScaDateAddIn::supportsService( const OUString& aServiceName ) throw( uno::Runtime… in supportsService() argument
400 return aServiceName.equalsAscii( ADDIN_SERVICE ) || in supportsService()
401 aServiceName.equalsAscii( MY_SERVICE ); in supportsService()
/trunk/main/toolkit/source/controls/grid/
H A Dgridcolumn.cxx285 …const ::rtl::OUString aServiceName( ::rtl::OUString::createFromAscii( szServiceName_GridColumn ) ); in getSupportedServiceNames() local
286 const Sequence< ::rtl::OUString > aSeq( &aServiceName, 1 ); in getSupportedServiceNames()
H A Ddefaultgridcolumnmodel.cxx324 …const ::rtl::OUString aServiceName( ::rtl::OUString::createFromAscii( szServiceName_DefaultGridCol… in getSupportedServiceNames() local
325 const Sequence< ::rtl::OUString > aSeq( &aServiceName, 1 ); in getSupportedServiceNames()
H A Ddefaultgriddatamodel.cxx445 …static const ::rtl::OUString aServiceName( ::rtl::OUString::createFromAscii( szServiceName_Default… in getSupportedServiceNames() local
446 static const Sequence< ::rtl::OUString > aSeq( &aServiceName, 1 ); in getSupportedServiceNames()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx203 OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.ui.XSLTFilterDialog" ) ); in XMLFilterDialogComponent_getSupportedServiceNames() local
204 Sequence< ::rtl::OUString > aSupported( &aServiceName, 1 ); in XMLFilterDialogComponent_getSupportedServiceNames()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx179 rtl::OUString aServiceName( xChartType->getChartType() ); in isCandleStickSeries() local
180 …if( aServiceName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.chart2.Candle… in isCandleStickSeries()
/trunk/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx138 sal_Bool SAL_CALL CDocumentBuilder::supportsService(const OUString& aServiceName) in supportsService() argument
144 if (supported[i] == aServiceName) return sal_True; in supportsService()
H A Dsaxbuilder.cxx76 sal_Bool SAL_CALL CSAXDocumentBuilder::supportsService(const OUString& aServiceName) in supportsService() argument
82 if (supported[i] == aServiceName) return sal_True; in supportsService()
/trunk/main/basic/source/classes/
H A Dpropacc.cxx388 String aServiceName( RTL_CONSTASCII_USTRINGPARAM("stardiv.uno.beans.PropertySet") ); in RTL_Impl_CreatePropertySet() local
414 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreatePropertySet()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleSpellChecker.java396 public boolean supportsService( String aServiceName ) in supportsService() argument
404 bResult = aServiceName.equals( aServices[ i ] ); in supportsService()
H A DSampleHyphenator.java453 public boolean supportsService( String aServiceName ) in supportsService() argument
461 bResult = aServiceName.equals( aServices[ i ] ); in supportsService()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx188 …const ::rtl::OUString aServiceName ( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.frame.Desktop" ) … in DocumentHolder() local
189 …uno::Reference< frame::XDesktop > xDesktop( m_xFactory->createInstance( aServiceName ), uno::UNO_Q… in DocumentHolder()
268 …const ::rtl::OUString aServiceName ( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.frame.Desktop" ) … in FreeOffice() local
269 …uno::Reference< frame::XDesktop > xDesktop( m_xFactory->createInstance( aServiceName ), uno::UNO_Q… in FreeOffice()
/trunk/main/shell/source/backends/macbe/
H A Dmacbackend.cxx477 sal_Bool SAL_CALL MacOSXBackend::supportsService(const rtl::OUString& aServiceName) in supportsService() argument
483 if(svc[i] == aServiceName) in supportsService()
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx93 sal_Bool SAL_CALL CXPathAPI::supportsService(const OUString& aServiceName) in supportsService() argument
99 if (supported[i] == aServiceName) return sal_True; in supportsService()
/trunk/main/comphelper/source/misc/
H A Dinstancelocker.cxx231 …const rtl::OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.embed.InstanceLocker"… in getSupportedServiceNames_static() local
232 return uno::Sequence< rtl::OUString >( &aServiceName, 1 ); in getSupportedServiceNames_static()
H A Dmimeconfighelper.cxx722 …rationHelper::GetDefaultFilterFromServiceName( const ::rtl::OUString& aServiceName, sal_Int32 nVer… in GetDefaultFilterFromServiceName() argument
726 if ( !aServiceName.isEmpty() && nVersion ) in GetDefaultFilterFromServiceName()
735 aSearchRequest[0].Value <<= aServiceName; in GetDefaultFilterFromServiceName()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java285 public boolean supportsService( String aServiceName ) in supportsService() argument
292 bResult = aServiceName.equals( aServices[ i ] ); in supportsService()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx317 …const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleCo… in getSupportedServiceNames() local
318 return Sequence< OUString >( &aServiceName, 1 ); in getSupportedServiceNames()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java316 String aServiceName = Helper.GetDocServiceName( m_xContext, m_xModel ); in sendArticle() local
317 m_aFilterName = Helper.GetFilterName( m_xContext, "MediaWiki", aServiceName ); in sendArticle()

Completed in 173 milliseconds

123456