Lines Matching defs:rProp

209 	void appendString( const ::com::sun::star::beans::Property& rProp, const ::rtl::OUString& rValue )  in appendString()
219 void appendBoolean( const ::com::sun::star::beans::Property& rProp, sal_Bool bValue ) in appendBoolean()
229 void appendByte( const ::com::sun::star::beans::Property& rProp, sal_Int8 nValue ) in appendByte()
239 void appendShort( const ::com::sun::star::beans::Property& rProp, sal_Int16 nValue ) in appendShort()
249 void appendInt( const ::com::sun::star::beans::Property& rProp, sal_Int32 nValue ) in appendInt()
259 void appendLong( const ::com::sun::star::beans::Property& rProp, sal_Int64 nValue ) in appendLong()
269 void appendFloat( const ::com::sun::star::beans::Property& rProp, float nValue ) in appendFloat()
279 void appendDouble( const ::com::sun::star::beans::Property& rProp, double nValue ) in appendDouble()
289 …void appendBytes( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::uno::Seq… in appendBytes()
299 …void appendDate( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::util::Dat… in appendDate()
309 …void appendTime( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::util::Tim… in appendTime()
319 …void appendTimestamp( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::util… in appendTimestamp()
329 …void appendBinaryStream( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::u… in appendBinaryStream()
339 …void appendCharacterStream( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star… in appendCharacterStream()
349 …void appendObject( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::uno::An… in appendObject()
359 …void appendRef( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::uno::Refer… in appendRef()
369 …void appendBlob( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::uno::Refe… in appendBlob()
379 …void appendClob( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::uno::Refe… in appendClob()
389 …void appendArray( const ::com::sun::star::beans::Property& rProp, const ::com::sun::star::uno::Ref… in appendArray()
399 void appendVoid( const ::com::sun::star::beans::Property& rProp ) in appendVoid()