Searched refs:sRowSet (Results 1 – 2 of 2) sorted by relevance
129 const ::rtl::OUString sRowSet(RTL_CONSTASCII_USTRINGPARAM("RowSet")); in inspect() local130 if ( xNameCont->hasByName(sRowSet) ) in inspect()133 xProp->setPropertyValue(sRowSet,xNameCont->getByName(sRowSet)); in inspect()
335 const ::rtl::OUString sRowSet(RTL_CONSTASCII_USTRINGPARAM("RowSet")); in inspect() local336 if ( xObjectAsContainer->hasByName( sRowSet ) ) in inspect()338 const uno::Any aRowSet( xObjectAsContainer->getByName(sRowSet) ); in inspect()342 xProp->setPropertyValue( sRowSet, aRowSet ); in inspect()
Completed in 54 milliseconds