Lines Matching refs:nHandle

497 void OGridControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const  in getFastPropertyValue()
499 switch (nHandle) in getFastPropertyValue()
557 if ( isFontRelatedProperty( nHandle ) ) in getFastPropertyValue()
558 FontControlModel::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
560 OControlModel::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
566 sal_Int32 nHandle, const Any& rValue )throw( IllegalArgumentException ) in convertFastPropertyValue() argument
569 switch (nHandle) in convertFastPropertyValue()
646 if ( isFontRelatedProperty( nHandle ) ) in convertFastPropertyValue()
647 …dified = FontControlModel::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue ); in convertFastPropertyValue()
649 … bModified = OControlModel::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
655 void OGridControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) th… in setFastPropertyValue_NoBroadcast() argument
657 switch (nHandle) in setFastPropertyValue_NoBroadcast()
715 if ( isFontRelatedProperty( nHandle ) ) in setFastPropertyValue_NoBroadcast()
719 FontControlModel::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
721 if ( isFontAggregateProperty( nHandle ) ) in setFastPropertyValue_NoBroadcast()
725 OControlModel::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
733 Any OGridControlModel::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle()
736 switch (nHandle) in getPropertyDefaultByHandle()
778 if ( isFontRelatedProperty( nHandle ) ) in getPropertyDefaultByHandle()
779 aReturn = FontControlModel::getPropertyDefaultByHandle( nHandle ); in getPropertyDefaultByHandle()
781 aReturn = OControlModel::getPropertyDefaultByHandle(nHandle); in getPropertyDefaultByHandle()