Lines Matching refs:ORowSetValue

198 void ORowSetValue::setTypeKind(sal_Int32 _eType)  in setTypeKind()
266 void ORowSetValue::free() in free()
363 ORowSetValue& ORowSetValue::operator=(const ORowSetValue& _rRH) in operator =()
529 ORowSetValue& ORowSetValue::operator=(const Date& _rRH) in operator =()
547 ORowSetValue& ORowSetValue::operator=(const Time& _rRH) in operator =()
565 ORowSetValue& ORowSetValue::operator=(const DateTime& _rRH) in operator =()
583 ORowSetValue& ORowSetValue::operator=(const ::rtl::OUString& _rRH) in operator =()
599 ORowSetValue& ORowSetValue::operator=(const double& _rRH) in operator =()
617 ORowSetValue& ORowSetValue::operator=(const float& _rRH) in operator =()
636 ORowSetValue& ORowSetValue::operator=(const sal_Int8& _rRH) in operator =()
648 ORowSetValue& ORowSetValue::operator=(const sal_Int16& _rRH) in operator =()
661 ORowSetValue& ORowSetValue::operator=(const sal_Int32& _rRH) in operator =()
686 ORowSetValue& ORowSetValue::operator=(const sal_Bool _rRH) in operator =()
698 ORowSetValue& ORowSetValue::operator=(const sal_Int64& _rRH) in operator =()
726 ORowSetValue& ORowSetValue::operator=(const Sequence<sal_Int8>& _rRH) in operator =()
745 ORowSetValue& ORowSetValue::operator=(const Any& _rAny) in operator =()
784 bool ORowSetValue::operator==(const ORowSetValue& _rRH) const in operator ==()
901 Any ORowSetValue::makeAny() const in makeAny()
996 ::rtl::OUString ORowSetValue::getString( ) const in getString()
1092 sal_Bool ORowSetValue::getBool() const in getBool()
1169 sal_Int8 ORowSetValue::getInt8() const in getInt8()
1242 sal_Int16 ORowSetValue::getInt16() const in getInt16()
1315 sal_Int32 ORowSetValue::getInt32() const in getInt32()
1388 sal_Int64 ORowSetValue::getLong() const in getLong()
1461 float ORowSetValue::getFloat() const in getFloat()
1538 double ORowSetValue::getDouble() const in getDouble()
1617 void ORowSetValue::setFromDouble(const double& _rVal,sal_Int32 _nDatatype) in setFromDouble()
1711 Sequence<sal_Int8> ORowSetValue::getSequence() const in getSequence()
1784 ::com::sun::star::util::Date ORowSetValue::getDate() const in getDate()
1843 ::com::sun::star::util::Time ORowSetValue::getTime() const in getTime()
1888 ::com::sun::star::util::DateTime ORowSetValue::getDateTime() const in getDateTime()
1941 void ORowSetValue::setSigned(sal_Bool _bMod) in setSigned()
2102 void ORowSetValue::fill( const sal_Int32 _nType, const Reference< XColumn >& _rxColumn ) in fill()
2109 void ORowSetValue::fill( sal_Int32 _nPos, sal_Int32 _nType, sal_Bool _bNullable, const Reference< … in fill()
2116 void ORowSetValue::fill(sal_Int32 _nPos, in fill()
2125 void ORowSetValue::impl_fill( const sal_Int32 _nType, sal_Bool _bNullable, const detail::IValueSour… in impl_fill()
2210 void ORowSetValue::fill(const Any& _rValue) in fill()