/aoo4110/main/connectivity/source/commontools/ |
H A D | ConnectionWrapper.cxx | 131 if ( 0 == ::comphelper::findValue( aSupported, sConnectionService, sal_True ).getLength() ) in getSupportedServiceNames() 145 …return ::comphelper::findValue( getSupportedServiceNames(), _rServiceName, sal_True ).getLength() … in supportsService()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | column.cxx | 116 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService() 238 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
H A D | querydescriptor.cxx | 257 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
H A D | querycomposer.cxx | 197 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
H A D | preparedstatement.cxx | 145 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
H A D | statement.cxx | 520 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
H A D | resultset.cxx | 249 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
H A D | RowSet.cxx | 492 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService() 2933 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | sequence.cxx | 34 staruno::Sequence<sal_Int16> findValue(const staruno::Sequence< ::rtl::OUString >& _rList, const ::… in findValue() function
|
/aoo4110/main/formula/source/core/api/ |
H A D | FormulaOpCodeMapperObj.cxx | 39 …return ::comphelper::findValue( getSupportedServiceNames_Static(), _rServiceName, sal_True ).getLe… in supportsService()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 95 return findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() != 0; in supportsService() 104 if ( 0 == findValue( aSupported, SERVICE_SDB_CONNECTION, sal_True ).getLength() ) in getSupportedServiceNames()
|
H A D | bookmarkcontainer.cxx | 132 return findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() != 0; in supportsService()
|
H A D | databasecontext.cxx | 252 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
H A D | datasource.cxx | 666 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
H A D | databasedocument.cxx | 1857 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | QueryTableView.cxx | 268 …Sequence< sal_Int16> aFind(::comphelper::findValue(_rSource.GetOriginalColumns()->getElementNames(… in addConnections() 278 …Sequence< sal_Int16> aFind(::comphelper::findValue(xRefColumns->getElementNames(),sRelatedColumn,s… in addConnections()
|
/aoo4110/main/framework/inc/macros/ |
H A D | xserviceinfo.hxx | 91 …return ::comphelper::findValue(getSupportedServiceNames(), sServiceName, sal_True).getLength() != …
|
/aoo4110/main/framework/source/services/ |
H A D | EventMultiplexer.cxx | 212 …return ::comphelper::findValue(static_GetSupportedServiceNames(), rsServiceName, sal_True).getLeng… in supportsService()
|
H A D | ContextChangeEventMultiplexer.cxx | 310 …return ::comphelper::findValue(static_GetSupportedServiceNames(), rsServiceName, sal_True).getLeng… in supportsService()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | sequence.hxx | 48 …COMPHELPER_DLLPUBLIC staruno::Sequence<sal_Int16> findValue(const staruno::Sequence< ::rtl::OUStri…
|
/aoo4110/main/forms/source/component/ |
H A D | ListBox.cxx | 1201 aThisEntryIndexes = findValue( getStringItemList(), *pSelectEntries++, sal_False ); in translateExternalValueToControlValue() 1226 aSelectIndexes = findValue( getStringItemList(), sStringToSelect, sal_False ); in translateExternalValueToControlValue()
|
/aoo4110/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 131 …return ::comphelper::findValue(getSupportedServiceNames(), _rServiceName, sal_True).getLength() !=… in supportsService()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 895 if ( 0 == ::comphelper::findValue( aSupported, SERVICE_REPORTDEFINITION, sal_True ).getLength() ) in getSupportedServiceNames() 909 …return ::comphelper::findValue( getSupportedServiceNames(), _rServiceName, sal_True ).getLength() … in supportsService()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 2685 … Sequence< sal_Int16 > aPosSeq = ::comphelper::findValue( m_aValueList, sText, sal_True ); in GetFormatText() 3045 Sequence<sal_Int16> aPosSeq = ::comphelper::findValue(m_aValueList, m_aText, sal_True); in SetText()
|