Searched refs:xParamAsSet (Results 1 – 1 of 1) sorted by relevance
138 Reference< XPropertySet > xParamAsSet; in DBG_NAME() local139 rParamContainer->getByIndex(i) >>= xParamAsSet; in DBG_NAME()140 OSL_ENSURE(xParamAsSet.is(),"Parameter is null!"); in DBG_NAME()141 if(!xParamAsSet.is()) in DBG_NAME()143 pValues->Name = ::comphelper::getString(xParamAsSet->getPropertyValue(PROPERTY_NAME)); in DBG_NAME()222 Reference< XPropertySet > xParamAsSet; variable223 m_xParams->getByIndex(m_nCurrentlySelected) >>= xParamAsSet;224 if (xParamAsSet.is())247 sName = ::comphelper::getString(xParamAsSet->getPropertyValue(PROPERTY_NAME)); 302 Reference< XPropertySet > xParamAsSet; in IMPL_LINK() local[all …]
Completed in 13 milliseconds