/aoo4110/main/comphelper/source/misc/ |
H A D | sequence.cxx | 89 sal_Bool existsValue(const ::rtl::OUString& Value,const staruno::Sequence< ::rtl::OUString >& _aLis… in existsValue() function
|
/aoo4110/main/reportdesign/source/filter/xml/ |
H A D | dbloader2.cxx | 101 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | xmlImportDocumentHandler.cxx | 81 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_static()); in supportsService()
|
H A D | xmlExportDocumentHandler.cxx | 112 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_static()); in supportsService()
|
H A D | xmlfilter.cxx | 448 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | xmlExport.cxx | 344 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | FormatCondition.cxx | 97 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | Function.cxx | 98 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | Group.cxx | 108 return ::comphelper::existsValue(_rServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | FixedText.cxx | 141 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | FormattedField.cxx | 143 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | ReportEngineJFree.cxx | 125 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | ImageControl.cxx | 213 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | FixedLine.cxx | 252 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | Shape.cxx | 159 …return m_sServiceName == ServiceName || ::comphelper::existsValue(ServiceName,getSupportedServiceN… in supportsService()
|
H A D | Section.cxx | 224 return ::comphelper::existsValue(_rServiceName,getSupportedServiceNames_Static()); in supportsService()
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | DefaultInspection.cxx | 95 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_static()); in supportsService()
|
H A D | ReportComponentHandler.cxx | 72 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_static()); in supportsService()
|
H A D | DataProviderHandler.cxx | 88 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_static()); in supportsService()
|
H A D | GeometryHandler.cxx | 258 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_static()); in supportsService()
|
/aoo4110/main/reportdesign/source/ui/misc/ |
H A D | statusbarcontroller.cxx | 68 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
H A D | toolboxcontroller.cxx | 88 return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static()); in supportsService()
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | ShapeToolbarController.cxx | 67 return ::comphelper::existsValue( ServiceName, getSupportedServiceNames_Static() ); in supportsService()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | sequence.hxx | 56 …COMPHELPER_DLLPUBLIC sal_Bool existsValue(const ::rtl::OUString& Value,const ::com::sun::star::uno…
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | stringrepresentation.cxx | 165 …return ::comphelper::existsValue(serviceName,comp_StringRepresentation::_getSupportedServiceNames(… in supportsService()
|