Lines Matching refs:_nHandle
53 Any lcl_extractFontDescriptorAggregate( sal_Int32 _nHandle, const FontDescriptor& _rFont ) in lcl_extractFontDescriptorAggregate() argument
56 switch ( _nHandle ) in lcl_extractFontDescriptorAggregate()
232 void FontControlModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
234 switch( _nHandle ) in getFastPropertyValue()
257 _rValue = lcl_extractFontDescriptorAggregate( _nHandle, m_aFont ); in getFastPropertyValue()
264 sal_Int32 _nHandle, const Any& _rValue ) throw( IllegalArgumentException ) in convertFastPropertyValue() argument
267 switch( _nHandle ) in convertFastPropertyValue()
363 …void FontControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) … in setFastPropertyValue_NoBroadcast() argument
365 switch( _nHandle ) in setFastPropertyValue_NoBroadcast()
465 Any FontControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
471 switch( _nHandle ) in getPropertyDefaultByHandle()
495 if ( PROPERTY_ID_FONT == _nHandle ) in getPropertyDefaultByHandle()
497 return lcl_extractFontDescriptorAggregate( _nHandle, aEmpty ); in getPropertyDefaultByHandle()
500 switch( _nHandle ) in getPropertyDefaultByHandle()