Lines Matching refs:nResId
662 sal_uInt16 nResId(0); in getDefaultName() local
666 case FormComponentType::COMMANDBUTTON: nResId = RID_STR_PROPTITLE_PUSHBUTTON; break; in getDefaultName()
667 case FormComponentType::RADIOBUTTON: nResId = RID_STR_PROPTITLE_RADIOBUTTON; break; in getDefaultName()
668 case FormComponentType::CHECKBOX: nResId = RID_STR_PROPTITLE_CHECKBOX; break; in getDefaultName()
669 case FormComponentType::LISTBOX: nResId = RID_STR_PROPTITLE_LISTBOX; break; in getDefaultName()
670 case FormComponentType::COMBOBOX: nResId = RID_STR_PROPTITLE_COMBOBOX; break; in getDefaultName()
671 case FormComponentType::GROUPBOX: nResId = RID_STR_PROPTITLE_GROUPBOX; break; in getDefaultName()
672 case FormComponentType::IMAGEBUTTON: nResId = RID_STR_PROPTITLE_IMAGEBUTTON; break; in getDefaultName()
673 case FormComponentType::FIXEDTEXT: nResId = RID_STR_PROPTITLE_FIXEDTEXT; break; in getDefaultName()
674 case FormComponentType::GRIDCONTROL: nResId = RID_STR_PROPTITLE_DBGRID; break; in getDefaultName()
675 case FormComponentType::FILECONTROL: nResId = RID_STR_PROPTITLE_FILECONTROL; break; in getDefaultName()
676 case FormComponentType::DATEFIELD: nResId = RID_STR_PROPTITLE_DATEFIELD; break; in getDefaultName()
677 case FormComponentType::TIMEFIELD: nResId = RID_STR_PROPTITLE_TIMEFIELD; break; in getDefaultName()
678 … case FormComponentType::NUMERICFIELD: nResId = RID_STR_PROPTITLE_NUMERICFIELD; break; in getDefaultName()
679 … case FormComponentType::CURRENCYFIELD: nResId = RID_STR_PROPTITLE_CURRENCYFIELD; break; in getDefaultName()
680 … case FormComponentType::PATTERNFIELD: nResId = RID_STR_PROPTITLE_PATTERNFIELD; break; in getDefaultName()
681 … case FormComponentType::IMAGECONTROL: nResId = RID_STR_PROPTITLE_IMAGECONTROL; break; in getDefaultName()
682 case FormComponentType::HIDDENCONTROL: nResId = RID_STR_PROPTITLE_HIDDEN; break; in getDefaultName()
683 case FormComponentType::SCROLLBAR: nResId = RID_STR_PROPTITLE_SCROLLBAR; break; in getDefaultName()
684 case FormComponentType::SPINBUTTON: nResId = RID_STR_PROPTITLE_SPINBUTTON; break; in getDefaultName()
685 case FormComponentType::NAVIGATIONBAR: nResId = RID_STR_PROPTITLE_NAVBAR; break; in getDefaultName()
688 nResId = RID_STR_PROPTITLE_EDIT; in getDefaultName()
690 nResId = RID_STR_PROPTITLE_FORMATTED; in getDefaultName()
694 nResId = RID_STR_CONTROL; break; in getDefaultName()
697 return String( SVX_RES( nResId ) ); in getDefaultName()