Lines Matching refs:x

230         void setBoolean         ( sal_Int32 _nIndex, sal_Bool x);
231 void setByte ( sal_Int32 _nIndex, sal_Int8 x);
232 void setShort ( sal_Int32 _nIndex, sal_Int16 x);
233 void setInt ( sal_Int32 _nIndex, sal_Int32 x);
234 void setLong ( sal_Int32 _nIndex, sal_Int64 x);
235 void setFloat ( sal_Int32 _nIndex, float x);
236 void setDouble ( sal_Int32 _nIndex, double x);
237 void setString ( sal_Int32 _nIndex, const ::rtl::OUString& x);
238 …void setBytes ( sal_Int32 _nIndex, const ::com::sun::star::uno::Sequence< sal_Int8 >& x);
239 void setDate ( sal_Int32 _nIndex, const ::com::sun::star::util::Date& x);
240 void setTime ( sal_Int32 _nIndex, const ::com::sun::star::util::Time& x);
241 void setTimestamp ( sal_Int32 _nIndex, const ::com::sun::star::util::DateTime& x);
242 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& x, sal_Int32 length);
243 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& x, sal_Int32 length);
244 void setObject ( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x);
245 …void setObjectWithInfo ( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x, sal_Int32 target…
246 … ( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef>& x);
247 … ( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob>& x);
248 … ( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob>& x);
249 … ( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray>& x);