Home
last modified time | relevance | path

Searched refs:sRowSet (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/reportdesign/source/ui/inspection/
H A DReportComponentHandler.cxx129 const ::rtl::OUString sRowSet(RTL_CONSTASCII_USTRINGPARAM("RowSet")); in inspect() local
130 if ( xNameCont->hasByName(sRowSet) ) in inspect()
133 xProp->setPropertyValue(sRowSet,xNameCont->getByName(sRowSet)); in inspect()
H A DGeometryHandler.cxx335 const ::rtl::OUString sRowSet(RTL_CONSTASCII_USTRINGPARAM("RowSet")); in inspect() local
336 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 32 milliseconds