Lines Matching refs:comphelper
44 using namespace ::comphelper;
135 return ::comphelper::concatSequences(aTypes.getTypes(),OStatement_BASE::getTypes()); in getTypes()
191 if ( ::comphelper::query_interface( m_xResultSet.get(), xCloseable ) ) in clearMyResultSet()
704 …bModified = ::comphelper::tryPropertyValue( rConvertedValue, rOldValue, rValue, bValidAdoRS ? getM… in convertFastPropertyValue()
708 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue()
711 bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
714 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetConcurr… in convertFastPropertyValue()
717 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue()
720 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue()
723 bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue()
726 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()… in convertFastPropertyValue()
744 setQueryTimeOut(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
747 setMaxFieldSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
750 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
753 setCursorName(comphelper::getString(rValue)); in setFastPropertyValue_NoBroadcast()
756 setResultSetConcurrency(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
759 setResultSetType(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
762 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
765 setFetchSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()