Home
last modified time | relevance | path

Searched refs:supportsService (Results 51 – 75 of 1406) sorted by relevance

12345678910>>...57

/aoo42x/main/sc/inc/
H A Dmiscuno.hxx42 sal_Bool SAL_CALL ClassName::supportsService( const ::rtl::OUString& ServiceName ) \
116 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
202 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
H A Dappluno.hxx113 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
143 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
198 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
H A Dnameuno.hxx165 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
274 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
314 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
365 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
H A Dfielduno.hxx118 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
242 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
318 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
437 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
/aoo42x/main/svx/source/unodraw/
H A Dunomod.cxx106 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::…
585 sal_Bool SAL_CALL SvxUnoDrawingModel::supportsService( const OUString& ServiceName ) in supportsService() function in SvxUnoDrawingModel
588 return comphelper::ServiceInfoHelper::supportsService( ServiceName, getSupportedServiceNames() ); in supportsService()
737 sal_Bool SAL_CALL SvxUnoDrawPagesAccess::supportsService( const OUString& ServiceName ) throw(uno::… in supportsService() function in SvxUnoDrawPagesAccess
/aoo42x/main/io/source/stm/
H A Domark.cxx134 sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw ();
438 sal_Bool OMarkableOutputStream::supportsService(const OUString& ServiceName) throw () in supportsService() function in io_stm::OMarkableOutputStream
559 … sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw ();
968 sal_Bool OMarkableInputStream::supportsService(const OUString& ServiceName) throw () in supportsService() function in io_stm::OMarkableInputStream
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/
H A DMenuElement.java35 return xServiceInfo.supportsService( "com.sun.star.ui.ActionTrigger" ); in IsMenuEntry()
43 return xServiceInfo.supportsService( "com.sun.star.ui.ActionTriggerSeparator" ); in IsMenuSeparator()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DComponentTreeTraversal.java53 && ( xSI.supportsService( "com.sun.star.form.FormComponents" ) in shouldStepInto()
54 || xSI.supportsService( "com.sun.star.form.component.GridControl" ) in shouldStepInto()
/aoo42x/main/cppuhelper/source/
H A Dfactory.cxx125 sal_Bool SAL_CALL supportsService(const OUString& ServiceName)
255 sal_Bool OSingleFactoryHelper::supportsService( in supportsService() function in cppu::OSingleFactoryHelper
989 sal_Bool SAL_CALL supportsService(const OUString& ServiceName)
1027 sal_Bool OFactoryProxyHelper::supportsService(const OUString& ServiceName) in supportsService() function in cppu::OFactoryProxyHelper
1032 return xInfo->supportsService( ServiceName ); in supportsService()
/aoo42x/main/comphelper/inc/comphelper/
H A Dserviceinfohelper.hxx43 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::…
50 …static sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName, const ::com::sun::st…
/aoo42x/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…
H A Dunoredlines.hxx66 …virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::sta…
92 …virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::sta…
/aoo42x/main/sd/source/ui/unoidl/
H A Dunolayer.cxx176 sal_Bool SAL_CALL SdLayer::supportsService( const OUString& ServiceName ) in supportsService() function in SdLayer
179 return comphelper::ServiceInfoHelper::supportsService( ServiceName, getSupportedServiceNames() ); in supportsService()
517 sal_Bool SAL_CALL SdLayerManager::supportsService( const OUString& ServiceName ) in supportsService() function in SdLayerManager
520 return comphelper::ServiceInfoHelper::supportsService( ServiceName, getSupportedServiceNames() ); in supportsService()
/aoo42x/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx84 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (RuntimeException);
129 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (RuntimeException);
299 sal_Bool SAL_CALL MutableTreeDataModel::supportsService( const OUString& ServiceName ) throw (Runti… in supportsService() function in toolkit::MutableTreeDataModel
648 sal_Bool SAL_CALL MutableTreeNode::supportsService( const OUString& ServiceName ) throw (RuntimeExc… in supportsService() function in toolkit::MutableTreeNode
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java263 if ( ! xInfo.supportsService("com.sun.star.text.TextDocument") ) in setTargetDocument()
299 if ( ! xInfo.supportsService("com.sun.star.text.TextDocument") ) in setSourceDocument()
656 public boolean supportsService( String sService ) in supportsService() method in AsciiReplaceFilter._AsciiReplaceFilter
/aoo42x/main/xmloff/source/text/
H A Dtxtparae.cxx174 if(xServiceInfo->supportsService(sTextFrameService) || in lcl_ShapeFilter()
175 xServiceInfo->supportsService(sTextGraphicService) || in lcl_ShapeFilter()
176 xServiceInfo->supportsService(sTextEmbeddedService) ) in lcl_ShapeFilter()
1586 if( xServiceInfo->supportsService(sShapeService)) in collectTextAutoStylesOptimized()
1811 if( xServiceInfo->supportsService( sParagraphService ) ) in exportTextContentEnumeration()
1867 else if( xServiceInfo->supportsService( sTableService ) ) in exportTextContentEnumeration()
1897 else if( xServiceInfo->supportsService( sTextFrameService ) ) in exportTextContentEnumeration()
1901 else if( xServiceInfo->supportsService( sTextGraphicService ) ) in exportTextContentEnumeration()
1905 else if( xServiceInfo->supportsService( sTextEmbeddedService ) ) in exportTextContentEnumeration()
1909 else if( xServiceInfo->supportsService( sShapeService ) ) in exportTextContentEnumeration()
[all …]
/aoo42x/main/vcl/source/components/
H A Dstringmirror.cxx55 virtual ::sal_Bool SAL_CALL supportsService( const OUString& ) throw (RuntimeException);
103 sal_Bool SAL_CALL StringMirror::supportsService( const OUString& i_rServiceName ) throw (RuntimeExc… in supportsService() function in vcl::StringMirror
/aoo42x/main/desktop/test/deployment/passive/
H A Dpassive_python.py42 def supportsService(self, ServiceName): member in Provider
69 def supportsService(self, ServiceName): member in Dispatch
/aoo42x/main/svtools/source/uno/
H A Dunoimap.cxx120 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw( RuntimeExce…
397 sal_Bool SAL_CALL SvUnoImageMapObject::supportsService( const ::rtl::OUString& ServiceName ) throw… in supportsService() function in SvUnoImageMapObject
585 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw( RuntimeExce…
737 sal_Bool SAL_CALL SvUnoImageMap::supportsService( const ::rtl::OUString& ServiceName ) in supportsService() function in SvUnoImageMap
/aoo42x/main/filter/source/pdf/
H A Dpdfexport.cxx424 …if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.presentation.Presentati… in Export()
426 …else if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.drawing.DrawingDoc… in Export()
428 …else if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.text.TextDocument"… in Export()
430 …else if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.sheet.SpreadsheetD… in Export()
432 …else if ( xInfo->supportsService( rtl::OUString::createFromAscii( "com.sun.star.formula.FormulaPro… in Export()
/aoo42x/main/chart2/source/inc/
H A DServiceMacros.hxx47 supportsService( const ::rtl::OUString& ServiceName ) \
76 Class::supportsService( const ::rtl::OUString& ServiceName ) \
/aoo42x/main/desktop/test/deployment/active/
H A Dactive_python.py43 def supportsService(self, ServiceName): member in Provider
70 def supportsService(self, ServiceName): member in Dispatch
/aoo42x/main/odk/examples/cpp/counter/
H A Dcounter.cxx89 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException);
112 sal_Bool SAL_CALL MyCounterImpl::supportsService( const OUString& ServiceName ) in supportsService() function in MyCounterImpl
/aoo42x/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice2_impl.cxx90 virtual sal_Bool SAL_CALL supportsService( OUString const & serviceName )
145 sal_Bool MyService2Impl::supportsService( OUString const & serviceName ) in supportsService() function in my_sc_impl::MyService2Impl
/aoo42x/main/stoc/source/uriproc/
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx396 virtual sal_Bool SAL_CALL supportsService(rtl::OUString const & serviceName)
421 sal_Bool Parser::supportsService(rtl::OUString const & serviceName) in supportsService() function in __anonba1ee3460111::Parser
424 return stoc::uriproc::supportsService( in supportsService()

Completed in 146 milliseconds

12345678910>>...57