Lines Matching refs:xRow
454 rtl::Reference< ::ucbhelper::PropertyValueSet > xRow = in getPropertyValues() local
462 xRow->appendString( in getPropertyValues()
467 xRow->appendString ( rProp,m_aURLParameter.get_title() ); in getPropertyValues()
469 xRow->appendBoolean( rProp,true ); in getPropertyValues()
471 xRow->appendBoolean( in getPropertyValues()
475 xRow->appendBoolean( in getPropertyValues()
479 xRow->appendBoolean( rProp, m_aURLParameter.isErrorDocument() ); in getPropertyValues()
482 xRow->appendString( in getPropertyValues()
486 xRow->appendString( in getPropertyValues()
490 xRow->appendString( in getPropertyValues()
493 xRow->appendString( in getPropertyValues()
497 xRow->appendVoid( rProp ); in getPropertyValues()
508 xRow->appendObject( rProp,aAny ); in getPropertyValues()
519 xRow->appendObject( rProp,aAny ); in getPropertyValues()
530 xRow->appendObject( rProp,aAny ); in getPropertyValues()
541 xRow->appendObject( rProp,aAny ); in getPropertyValues()
550 xRow->appendObject( rProp,aAny ); in getPropertyValues()
562 xRow->appendObject( rProp,aAny ); in getPropertyValues()
565 xRow->appendVoid( rProp ); in getPropertyValues()
568 xRow->appendString( rProp,m_aURLParameter.get_tag() ); in getPropertyValues()
570 xRow->appendVoid( rProp ); in getPropertyValues()
573 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()