Lines Matching refs:xRow

641     rtl::Reference< ::ucbhelper::PropertyValueSet > xRow  in getPropertyValues()  local
660 xRow->appendString ( rProp, rData->m_sContentType ); in getPropertyValues()
665 xRow->appendString ( rProp, rData->m_sTitle ); in getPropertyValues()
670 xRow->appendBoolean( rProp, rData->m_bIsDocument ); in getPropertyValues()
675 xRow->appendBoolean( rProp, rData->m_bIsFolder ); in getPropertyValues()
680 xRow->appendTimestamp( rProp, rData->m_aDateCreated ); in getPropertyValues()
685 xRow->appendTimestamp( rProp, rData->m_aDateModified ); in getPropertyValues()
690 xRow->appendBoolean( rProp, rData->m_bIsReadOnly ); in getPropertyValues()
695 xRow->appendString ( rProp, rData->m_sAuthor ); in getPropertyValues()
700 xRow->appendString ( rProp, rData->m_sSubject ); in getPropertyValues()
705 xRow->appendString ( rProp, rData->m_sKeywords ); in getPropertyValues()
730 if ( !xRow->appendPropertySetValue( in getPropertyValues()
735 xRow->appendVoid( rProp ); in getPropertyValues()
741 xRow->appendVoid( rProp ); in getPropertyValues()
749 xRow->appendString ( in getPropertyValues()
756 xRow->appendString ( in getPropertyValues()
762 xRow->appendBoolean( in getPropertyValues()
769 xRow->appendBoolean( in getPropertyValues()
778 xRow->appendTimestamp( in getPropertyValues()
785 xRow->appendTimestamp( in getPropertyValues()
792 xRow->appendBoolean( in getPropertyValues()
799 xRow->appendString ( in getPropertyValues()
805 xRow->appendString ( in getPropertyValues()
811 xRow->appendString ( in getPropertyValues()
830 xRow->appendPropertySet( xSet ); in getPropertyValues()
833 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()