Lines Matching refs:_nHandle

88 …inline void getDynamicFastPropertyValue( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _out_rVal…
89 …inline bool convertDynamicFastPropertyValue( sal_Int32 _nHandle, const ::com::sun::star::uno::Any&…
90 …inline void setDynamicFastPropertyValue( sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rV…
91 …inline void getDynamicPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _ou…
93 inline bool hasDynamicPropertyByHandle( sal_Int32 _nHandle ) const;
122 …inline void PropertyBagHelper::getDynamicFastPropertyValue( sal_Int32 _nHandle, ::com::sun::star::… in getDynamicFastPropertyValue() argument
124 m_aDynamicProperties.getFastPropertyValue( _nHandle, _out_rValue ); in getDynamicFastPropertyValue()
128 …inline bool PropertyBagHelper::convertDynamicFastPropertyValue( sal_Int32 _nHandle, const ::com::s… in convertDynamicFastPropertyValue() argument
130 …return m_aDynamicProperties.convertFastPropertyValue( _nHandle, _rNewValue, _out_rConvertedValue, … in convertDynamicFastPropertyValue()
134 …inline void PropertyBagHelper::setDynamicFastPropertyValue( sal_Int32 _nHandle, const ::com::sun::… in setDynamicFastPropertyValue() argument
136 m_aDynamicProperties.setFastPropertyValue( _nHandle, _rValue ); in setDynamicFastPropertyValue()
140 …inline void PropertyBagHelper::getDynamicPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::… in getDynamicPropertyDefaultByHandle() argument
142 m_aDynamicProperties.getPropertyDefaultByHandle( _nHandle, _out_rValue ); in getDynamicPropertyDefaultByHandle()
152 inline bool PropertyBagHelper::hasDynamicPropertyByHandle( sal_Int32 _nHandle ) const in hasDynamicPropertyByHandle()
154 return m_aDynamicProperties.hasPropertyByHandle( _nHandle ); in hasDynamicPropertyByHandle()