Searched refs:xSuppParams (Results 1 – 4 of 4) sorted by relevance
72 final XParametersSupplier xSuppParams = (XParametersSupplier) UnoRuntime.queryInterface( in SDBCReportData() local74 if (xSuppParams != null) in SDBCReportData()76 parameters = xSuppParams.getParameters(); in SDBCReportData()
204 Reference< XParametersSupplier > xSuppParams( xComposer, UNO_QUERY_THROW ); in impl_ensureUpToDateFieldList_nothrow() local205 Reference< XIndexAccess > xParams( xSuppParams->getParameters(), UNO_QUERY_THROW ); in impl_ensureUpToDateFieldList_nothrow()
272 Reference< XParametersSupplier > xSuppParams( _rxComposer, UNO_QUERY_THROW ); in ParameterWrapperContainer() local273 Reference< XIndexAccess > xParameters( xSuppParams->getParameters(), UNO_QUERY_THROW ); in ParameterWrapperContainer()
944 uno::Reference< sdb::XParametersSupplier > xSuppParams( _rxRowSet, uno::UNO_QUERY_THROW ); in getParameterNames() local945 uno::Reference< container::XIndexAccess > xParams( xSuppParams->getParameters() ); in getParameterNames()
Completed in 18 milliseconds