Lines Matching refs:xRowProp
268 uno::Reference<beans::XPropertySet> xRowProp( xRowSet, uno::UNO_QUERY ); in DBaseImport() local
269 DBG_ASSERT( xRowProp.is(), "can't get RowSet" ); in DBaseImport()
270 if (!xRowProp.is()) return SCERR_IMPORT_CONNECT; in DBaseImport()
276 xRowProp->setPropertyValue( in DBaseImport()
280 xRowProp->setPropertyValue( in DBaseImport()
284 xRowProp->setPropertyValue( in DBaseImport()
844 uno::Reference<beans::XPropertySet> xRowProp( xRowSet, uno::UNO_QUERY ); in DBaseExport() local
845 DBG_ASSERT( xRowProp.is(), "can't get RowSet" ); in DBaseExport()
846 if (!xRowProp.is()) return SCERR_EXPORT_CONNECT; in DBaseExport()
849 xRowProp->setPropertyValue( in DBaseExport()
853 xRowProp->setPropertyValue( in DBaseExport()
857 xRowProp->setPropertyValue( in DBaseExport()