Lines Matching refs:comphelper

49 using namespace ::comphelper;
123 ::comphelper::disposeComponent(m_xGeneratedStatement); in disposing()
171 return ::comphelper::concatSequences(aTypes.getTypes(),aOldTypes); in getTypes()
183 ::comphelper::disposeComponent(m_xGeneratedStatement); in getGeneratedValues()
248 if ( ::comphelper::query_interface( m_xResultSet.get(), xCloseable ) ) in clearMyResultSet()
963 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue()
967 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue()
971 bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxRows()); in convertFastPropertyValue()
975 … bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue()
979 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetConcur… in convertFastPropertyValue()
983 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()… in convertFastPropertyValue()
987 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection(… in convertFastPropertyValue()
991 bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue()
995 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, isUsingBookmarks()… in convertFastPropertyValue()
999 …bConverted = ::comphelper::tryPropertyValue( rConvertedValue, rOldValue, rValue, getEscapeProcessi… in convertFastPropertyValue()
1018 setQueryTimeOut(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
1021 setMaxFieldSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
1024 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
1027 setCursorName(comphelper::getString(rValue)); in setFastPropertyValue_NoBroadcast()
1030 setResultSetConcurrency(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
1033 setResultSetType(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
1036 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
1039 setFetchSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
1042 setUsingBookmarks(comphelper::getBOOL(rValue)); in setFastPropertyValue_NoBroadcast()
1045 setEscapeProcessing( ::comphelper::getBOOL( rValue ) ); in setFastPropertyValue_NoBroadcast()