/aoo42x/main/forms/source/component/ |
H A D | Filter.cxx | 166 case FormComponentType::RADIOBUTTON: in GetComponentServiceName() 218 case FormComponentType::RADIOBUTTON: in createPeer() 367 case FormComponentType::RADIOBUTTON: in itemStateChanged() 609 case FormComponentType::RADIOBUTTON: in setText() 847 case FormComponentType::RADIOBUTTON: in initialize()
|
H A D | RadioButton.cxx | 115 m_nClassId = FormComponentType::RADIOBUTTON; in DBG_NAME() 187 if (nType != FormComponentType::RADIOBUTTON) in SetSiblingPropsTo() 240 if (nType != FormComponentType::RADIOBUTTON) in setFastPropertyValue_NoBroadcast()
|
H A D | GroupManager.cxx | 61 if ( nClassId == FormComponentType::RADIOBUTTON ) in isRadioButton()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | valueproperties.cxx | 80 case FormComponentType::RADIOBUTTON: in getValuePropertyNames() 184 case FormComponentType::RADIOBUTTON: in getRuntimeValuePropertyNames()
|
H A D | elementexport.cxx | 199 CHECK_N_TRANSLATE( RADIOBUTTON ); in exportServiceNameAttribute() 1659 case FormComponentType::RADIOBUTTON: in examine()
|
/aoo42x/main/svx/source/form/ |
H A D | formcontrolfactory.cxx | 452 case FormComponentType::RADIOBUTTON: in initializeControlModel() 486 … case FormComponentType::RADIOBUTTON: nTitleResId = RID_STR_PROPTITLE_RADIOBUTTON; break; in initializeControlModel() 667 case FormComponentType::RADIOBUTTON: nResId = RID_STR_PROPTITLE_RADIOBUTTON; break; in getDefaultName()
|
H A D | fmcontrollayout.cxx | 256 && ( nClassId != FormComponentType::RADIOBUTTON ) in initializeControlLayout()
|
H A D | fmPropBrw.cxx | 155 case FormComponentType::RADIOBUTTON: in GetUIHeadlineName()
|
H A D | fmpgeimp.cxx | 685 … if (!sName.getLength() || nClassId != ::com::sun::star::form::FormComponentType::RADIOBUTTON) in setUniqueName()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | selectlabeldialog.cxx | 112 …m_sRequiredService = (FormComponentType::RADIOBUTTON == nClassId) ? SERVICE_COMPONENT_GROUPBOX : S… in DBG_NAME() 113 …m_aRequiredControlImage = m_aModelImages.GetImage((FormComponentType::RADIOBUTTON == nClassId) ? R… in DBG_NAME()
|
H A D | formbrowsertools.cxx | 85 case FormComponentType::RADIOBUTTON: in GetUIHeadlineName()
|
H A D | taborder.cxx | 158 case FormComponentType::RADIOBUTTON: nImageId = RID_SVXIMG_RADIOBUTTON; break; in GetImage()
|
H A D | formcomponenthandler.cxx | 988 || ( m_nClassId == FormComponentType::RADIOBUTTON ) in describePropertyLine() 2152 FormComponentType::RADIOBUTTON, in impl_classifyControlModel_throw() 2192 case FormComponentType::RADIOBUTTON: in impl_normalizePropertyValue_nothrow()
|
H A D | eformshelper.cxx | 161 case FormComponentType::RADIOBUTTON: in canBindToDataType()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | formpdfexport.cxx | 118 case FormComponentType::RADIOBUTTON: in createDefaultWidget() 152 OSL_ENSURE( classifyFormControl( _rxRadioModel ) == FormComponentType::RADIOBUTTON, in determineRadioGroupId()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UIConsts.java | 86 public static final int RADIOBUTTON = 6; field in UIConsts.CONTROLTYPE
|
H A D | UnoDialog.java | 947 return UIConsts.CONTROLTYPE.RADIOBUTTON; in getControlModelType() 1015 case UIConsts.CONTROLTYPE.RADIOBUTTON: in getDisplayProperty()
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmglob.hxx | 44 const sal_uInt16 OBJ_FM_RADIOBUTTON = ::com::sun::star::form::FormComponentType::RADIOBUTTON;
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FLTools.java | 217 case FormComponentType.RADIOBUTTON : sType = "Radio button"; break; in classifyFormComponentType()
|
H A D | DataAwareness.java | 275 if ( FormComponentType.RADIOBUTTON == aClassId.shortValue() ) in propertyChange()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 520 …case FormCompType::RADIOBUTTON: mnObjType = EXC_OBJTYPE_OPTIONBUTTON; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 614 case FormCompType::RADIOBUTTON: in XclExpTbxControlObj()
|
/aoo42x/main/offapi/com/sun/star/form/ |
H A D | FormComponentType.idl | 51 const short RADIOBUTTON = 3;
|
/aoo42x/main/solenv/inc/ |
H A D | starview.hid | 184 #define RADIOBUTTON 53
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlforw.cxx | 238 case form::FormComponentType::RADIOBUTTON: in lcl_html_isHTMLControl() 789 case form::FormComponentType::RADIOBUTTON: in OutHTML_DrawFrmFmtAsControl()
|
/aoo42x/main/vbahelper/source/msforms/ |
H A D | vbacontrol.cxx | 430 case form::FormComponentType::RADIOBUTTON: in createShapeControl()
|