Home
last modified time | relevance | path

Searched refs:ServiceName (Results 76 – 100 of 734) sorted by relevance

12345678910>>...30

/trunk/main/filter/source/msfilter/powerpoint/
H A Dpptimporter.hxx73 virtual sal_Bool SAL_CALL supportsService( const NMSP_RTL::OUString& ServiceName )
82 sal_Bool SAL_CALL PptImportert_supportsService( const NMSP_RTL::OUString& ServiceName )
/trunk/main/filter/source/pdf/
H A Dpdffilter.hxx90 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException);
106 sal_Bool SAL_CALL PDFFilter_supportsService( const OUString& ServiceName )
H A Dpdfinteract.cxx87 sal_Bool SAL_CALL PDFInteractionHandler_supportsService( const OUString& ServiceName ) in PDFInteractionHandler_supportsService() argument
90 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME ) ); in PDFInteractionHandler_supportsService()
/trunk/main/canvas/source/null/
H A Dnull_canvascustomsprite.cxx89 …sal_Bool SAL_CALL CanvasCustomSprite::supportsService( const ::rtl::OUString& ServiceName ) throw(… in supportsService() argument
91 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME ) ); in supportsService()
H A Dnull_canvasfont.cxx100 …sal_Bool SAL_CALL CanvasFont::supportsService( const ::rtl::OUString& ServiceName ) throw( uno::Ru… in supportsService() argument
102 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME ) ); in supportsService()
/trunk/main/sw/inc/
H A Dunotbl.hxx162 …virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::sta…
214 …virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::sta…
270 …virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::sta…
406 …virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::sta…
499 …virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::sta…
561 …virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::sta…
609 …virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::sta…
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx176 sal_Bool SAL_CALL SdLayer::supportsService( const OUString& ServiceName ) in supportsService() argument
179 return comphelper::ServiceInfoHelper::supportsService( ServiceName, getSupportedServiceNames() ); in supportsService()
517 sal_Bool SAL_CALL SdLayerManager::supportsService( const OUString& ServiceName ) in supportsService() argument
520 return comphelper::ServiceInfoHelper::supportsService( ServiceName, getSupportedServiceNames() ); in supportsService()
/trunk/main/desktop/test/deployment/active/
H A DProvider.java44 public boolean supportsService(String ServiceName) { in supportsService() argument
45 return ServiceName.equals(getSupportedServiceNames()[0]); //TODO in supportsService()
/trunk/main/desktop/test/deployment/passive/
H A DProvider.java44 public boolean supportsService(String ServiceName) { in supportsService() argument
45 return ServiceName.equals(getSupportedServiceNames()[0]); //TODO in supportsService()
/trunk/main/shell/source/win32/sysmail/
H A Dsysmailprov.cxx79 const OUString& ServiceName ) in supportsService() argument
85 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
/trunk/main/canvas/source/directx/
H A Ddx_canvascustomsprite.cxx100 …sal_Bool SAL_CALL CanvasCustomSprite::supportsService( const ::rtl::OUString& ServiceName ) throw(… in supportsService() argument
102 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME ) ); in supportsService()
/trunk/main/canvas/source/tools/
H A Dcachedprimitivebase.cxx96 …sal_Bool SAL_CALL CachedPrimitiveBase::supportsService( const ::rtl::OUString& ServiceName ) throw… in supportsService() argument
98 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME ) ); in supportsService()
/trunk/main/comphelper/source/misc/
H A Dihwrapnofilter.cxx96 ::sal_Bool SAL_CALL OIHWrapNoFilterDialog::supportsService( const ::rtl::OUString& ServiceName ) in supportsService() argument
102 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/vcl/source/components/
H A Ddtranscomp.cxx94 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw( RuntimeExce…
160 sal_Bool GenericClipboard::supportsService( const ::rtl::OUString& ServiceName ) throw( RuntimeExce… in supportsService() argument
166 if( aServices[i] == ServiceName ) in supportsService()
/trunk/main/extensions/source/resource/
H A Dresource.cxx69 sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw();
128 sal_Bool SAL_CALL ResourceService::supportsService(const OUString& ServiceName) throw() in supportsService() argument
133 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx394 sal_Bool SAL_CALL XmlFilterAdaptor_supportsService( const OUString& ServiceName ) in XmlFilterAdaptor_supportsService() argument
397 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in XmlFilterAdaptor_supportsService()
398 ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME2 ) ); in XmlFilterAdaptor_supportsService()
/trunk/main/filter/source/t602/
H A Dt602filter.cxx890 sal_Bool SAL_CALL T602ImportFilter_supportsService( const OUString& ServiceName ) in T602ImportFilter_supportsService() argument
893 return (ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in T602ImportFilter_supportsService()
894 ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME2 ) ) ); in T602ImportFilter_supportsService()
1239 sal_Bool SAL_CALL T602ImportFilterDialog_supportsService( const OUString& ServiceName ) in T602ImportFilterDialog_supportsService() argument
1242 return ( ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME ) ) ); in T602ImportFilterDialog_supportsService()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dseinitializer_nssimpl.hxx60 virtual sal_Bool SAL_CALL supportsService( const rtl::OUString& ServiceName )
70 sal_Bool SAL_CALL SEInitializer_NssImpl_supportsService( const rtl::OUString& ServiceName )
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmlelementwrapper_xmlsecimpl.cxx85 sal_Bool SAL_CALL XMLElementWrapper_XmlSecImpl_supportsService( const rtl::OUString& ServiceName ) in XMLElementWrapper_XmlSecImpl_supportsService() argument
88 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME )); in XMLElementWrapper_XmlSecImpl_supportsService()
H A Dxmlelementwrapper_xmlsecimpl.hxx78 virtual sal_Bool SAL_CALL supportsService( const rtl::OUString& ServiceName )
91 sal_Bool SAL_CALL XMLElementWrapper_XmlSecImpl_supportsService( const rtl::OUString& ServiceName )
/trunk/main/writerfilter/source/filter/
H A DWriterFilterDetection.hxx51 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
60 sal_Bool SAL_CALL WriterFilterDetection_supportsService( const ::rtl::OUString& ServiceName )
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmap.cxx94 …sal_Bool SAL_CALL CanvasBitmap::supportsService( const ::rtl::OUString& ServiceName ) throw (uno::… in supportsService() argument
96 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME ) ); in supportsService()
/trunk/main/svx/source/unodraw/
H A Dunomtabl.cxx82 …virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw( uno::RuntimeExcep…
139 sal_Bool SAL_CALL SvxUnoMarkerTable::supportsService( const OUString& ServiceName ) throw(uno::Run… in supportsService() argument
145 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx107 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException);
399 sal_Bool SAL_CALL LangGuess_Impl::supportsService( const OUString& ServiceName ) in supportsService() argument
406 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dseinitializer_mscryptimpl.hxx83 virtual sal_Bool SAL_CALL supportsService( const rtl::OUString& ServiceName )
93 sal_Bool SAL_CALL SEInitializer_MSCryptImpl_supportsService( const rtl::OUString& ServiceName )

Completed in 117 milliseconds

12345678910>>...30