Searched refs:xParams (Results 1 – 3 of 3) sorted by relevance
205 Reference< XIndexAccess > xParams( xSuppParams->getParameters(), UNO_QUERY_THROW ); in impl_ensureUpToDateFieldList_nothrow() local206 lcl_collectFields_throw( xParams, m_aFields ); in impl_ensureUpToDateFieldList_nothrow()
945 uno::Reference< container::XIndexAccess > xParams( xSuppParams->getParameters() ); in getParameterNames() local946 if ( xParams.is() ) in getParameterNames()948 sal_Int32 count( xParams->getCount() ); in getParameterNames()955 xParam.set( xParams->getByIndex(i), uno::UNO_QUERY_THROW ); in getParameterNames()
3437 …uno::Reference< container::XIndexAccess > xParams( xSuppParam->getParameters(), uno::UNO_QUERY_THR… in addPairControls() local3438 sal_Int32 nParamCount( xParams->getCount() ); in addPairControls()3441 … uno::Reference< beans::XPropertySet > xParamCol( xParams->getByIndex(i), uno::UNO_QUERY_THROW ); in addPairControls()
Completed in 56 milliseconds