Searched refs:IMAGECONTROL (Results 1 – 17 of 17) sorted by relevance
/aoo42x/main/wizards/com/sun/star/wizards/document/ |
H A D | FormHandler.java | 66 private static final String IMAGECONTROL = "ImageControl"; field in FormHandler 149 …oControlData[17] = createControlData(DataType.BINARY, SOIMAGECONTROL, IMAGECONTROL, TEXTFIELD… in FormHandler() 150 …oControlData[18] = createControlData(DataType.VARBINARY, SOIMAGECONTROL, IMAGECONTROL, TEXTFIELD… in FormHandler() 151 …oControlData[19] = createControlData(DataType.LONGVARBINARY, SOIMAGECONTROL, IMAGECONTROL, TEXTFIE… in FormHandler() 152 …oControlData[20] = createControlData(DataType.BLOB, SOIMAGECONTROL, IMAGECONTROL, TEXTFIELD… in FormHandler() 154 …oControlData[21] = createControlData(DataType.OTHER, SOIMAGECONTROL, IMAGECONTROL, TEXTFIELD… in FormHandler()
|
/aoo42x/main/svx/source/form/ |
H A D | formcontrolfactory.cxx | 463 case FormComponentType::IMAGECONTROL: in initializeControlModel() 681 … case FormComponentType::IMAGECONTROL: nResId = RID_STR_PROPTITLE_IMAGECONTROL; break; in getDefaultName()
|
H A D | fmPropBrw.cxx | 183 case FormComponentType::IMAGECONTROL: in GetUIHeadlineName()
|
H A D | fmshimp.cxx | 3295 case FormComponentType::IMAGECONTROL: in CreateExternalView() 3453 case FormComponentType::IMAGECONTROL: in CreateExternalView()
|
H A D | fmvwimp.cxx | 823 && ( FormComponentType::IMAGECONTROL != nClassId ) in isFocusable()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UIConsts.java | 82 public static final int IMAGECONTROL = 2; field in UIConsts.CONTROLTYPE
|
H A D | UnoDialog.java | 943 return UIConsts.CONTROLTYPE.IMAGECONTROL; in getControlModelType() 1013 case UIConsts.CONTROLTYPE.IMAGECONTROL: in getDisplayProperty()
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmglob.hxx | 55 const sal_uInt16 OBJ_FM_IMAGECONTROL = ::com::sun::star::form::FormComponentType::IMAGECONTROL;
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | formbrowsertools.cxx | 114 case FormComponentType::IMAGECONTROL: in GetUIHeadlineName()
|
H A D | taborder.cxx | 171 case FormComponentType::IMAGECONTROL: nImageId = RID_SVXIMG_IMAGECONTROL; break; in GetImage()
|
H A D | formcomponenthandler.cxx | 2148 FormComponentType::IMAGECONTROL, in impl_classifyControlModel_throw()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FLTools.java | 227 case FormComponentType.IMAGECONTROL : sType = "Image Control"; break; in classifyFormComponentType()
|
/aoo42x/main/offapi/com/sun/star/form/ |
H A D | FormComponentType.idl | 97 const short IMAGECONTROL = 14;
|
/aoo42x/main/xmloff/source/forms/ |
H A D | elementexport.cxx | 213 CHECK_N_TRANSLATE( IMAGECONTROL ); in exportServiceNameAttribute() 1682 case FormComponentType::IMAGECONTROL: in examine()
|
/aoo42x/main/vbahelper/source/msforms/ |
H A D | vbacontrol.cxx | 436 case form::FormComponentType::IMAGECONTROL: in createShapeControl()
|
/aoo42x/main/forms/source/component/ |
H A D | ImageControl.cxx | 156 m_nClassId = FormComponentType::IMAGECONTROL; in DBG_NAME()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 4423 form::FormComponentType::IMAGECONTROL,"Image"}, 4519 nClassId = form::FormComponentType::IMAGECONTROL; in OCX_Factory()
|
Completed in 147 milliseconds