Lines Matching refs:comphelper
48 using namespace ::comphelper;
96 ::comphelper::disposeComponent(m_xGeneratedStatement); in disposing()
149 return ::comphelper::concatSequences(aTypes.getTypes(),aOldTypes); in getTypes()
182 ::comphelper::disposeComponent(m_xGeneratedStatement); in getGeneratedValues()
635 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue()
637 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue()
639 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxRows()); in convertFastPropertyValue()
641 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue()
643 …return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetConcurrency(… in convertFastPropertyValue()
645 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue()
647 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue()
649 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
651 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bEscapeProcessing ); in convertFastPropertyValue()
669 setQueryTimeOut(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
672 setMaxFieldSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
675 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
678 setCursorName(comphelper::getString(rValue)); in setFastPropertyValue_NoBroadcast()
681 setResultSetConcurrency(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
684 setResultSetType(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
687 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
690 setFetchSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
693 setEscapeProcessing( ::comphelper::getBOOL( rValue ) ); in setFastPropertyValue_NoBroadcast()