Lines Matching refs:nPropId
104 uno::Any UnoControlEditModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
108 switch ( nPropId ) in ImplGetDefaultValue()
117 aReturn = UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
488 uno::Any UnoControlFileControlModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
490 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
496 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
533 uno::Any GraphicControlModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
535 if ( nPropId == BASEPROPERTY_GRAPHIC ) in ImplGetDefaultValue()
538 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
657 uno::Any UnoControlButtonModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
659 switch ( nPropId ) in ImplGetDefaultValue()
671 return GraphicControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
847 uno::Any UnoControlImageControlModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
849 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
852 if ( nPropId == BASEPROPERTY_IMAGE_SCALE_MODE ) in ImplGetDefaultValue()
855 return GraphicControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
973 uno::Any UnoControlRadioButtonModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
975 switch ( nPropId ) in ImplGetDefaultValue()
984 return GraphicControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
1183 uno::Any UnoControlCheckBoxModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1185 switch ( nPropId ) in ImplGetDefaultValue()
1194 return GraphicControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
1368 uno::Any UnoControlFixedHyperlinkModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1370 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
1376 else if ( nPropId == BASEPROPERTY_BORDER ) in ImplGetDefaultValue()
1382 else if ( nPropId == BASEPROPERTY_URL ) in ImplGetDefaultValue()
1389 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
1555 uno::Any UnoControlFixedTextModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1557 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
1563 else if ( nPropId == BASEPROPERTY_BORDER ) in ImplGetDefaultValue()
1570 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
1696 uno::Any UnoControlGroupBoxModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1698 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
1704 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
1880 uno::Any UnoControlListBoxModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1882 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
1888 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
2787 uno::Any UnoControlComboBoxModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
2789 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
2795 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
3225 uno::Any UnoControlDateFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
3227 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
3233 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
3467 uno::Any UnoControlTimeFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
3469 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
3475 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
3668 uno::Any UnoControlNumericFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
3670 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
3676 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
3866 uno::Any UnoControlCurrencyFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
3868 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
3874 if ( nPropId == BASEPROPERTY_CURSYM_POSITION ) in ImplGetDefaultValue()
3881 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
4067 uno::Any UnoControlPatternFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
4069 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
4075 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
4213 uno::Any UnoControlProgressBarModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
4215 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
4222 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()
4344 uno::Any UnoControlFixedLineModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
4346 if ( nPropId == BASEPROPERTY_DEFAULTCONTROL ) in ImplGetDefaultValue()
4352 return UnoControlModel::ImplGetDefaultValue( nPropId ); in ImplGetDefaultValue()