Searched refs:xTypeProps (Results 1 – 1 of 1) sorted by relevance
198 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in setPropertyValue() local199 if(xTypeProps.is()) in setPropertyValue()201 xTypeProps->getPropertyValue( m_aPropertySetName ) >>= xPropSet; in setPropertyValue()222 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in getPropertyValue() local223 if(xTypeProps.is()) in getPropertyValue()225 xTypeProps->getPropertyValue( m_aPropertySetName ) >>= xPropSet; in getPropertyValue()
Completed in 8 milliseconds