Home
last modified time | relevance | path

Searched refs:xRowProp (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddpsdbtab.cxx130 uno::Reference<beans::XPropertySet> xRowProp( xRowSet, uno::UNO_QUERY ); in CreateCache() local
131 DBG_ASSERT( xRowProp.is(), "can't get RowSet" ); in CreateCache()
132 if ( xRowProp.is() ) in CreateCache()
139 xRowProp->setPropertyValue( in CreateCache()
143 xRowProp->setPropertyValue( in CreateCache()
147 xRowProp->setPropertyValue( in CreateCache()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx268 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()
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()
[all …]
H A Ddbdocimp.cxx229 uno::Reference<beans::XPropertySet> xRowProp( xRowSet, uno::UNO_QUERY ); in DoImport() local
230 DBG_ASSERT( xRowProp.is(), "can't get RowSet" ); in DoImport()
231 if ( xRowProp.is() ) in DoImport()
243 xRowProp->setPropertyValue( in DoImport()
247 xRowProp->setPropertyValue( in DoImport()
251 xRowProp->setPropertyValue( in DoImport()

Completed in 29 milliseconds