Home
last modified time | relevance | path

Searched refs:OBJ_FM_EDIT (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmtools.cxx400 return OBJ_FM_EDIT; in getControlTypeByObject()
403 return OBJ_FM_EDIT; in getControlTypeByObject()
H A Dfmobjfac.cxx158 case OBJ_FM_EDIT: in IMPL_LINK()
H A Dfmvwimp.cxx1271 nOBJID = OBJ_FM_EDIT; in implCreateFieldControl()
1304 nOBJID = OBJ_FM_EDIT; in implCreateFieldControl()
1402 sal_uInt16 nOBJID = OBJ_FM_EDIT; in implCreateXFormsControl()
H A Dfmexpl.cxx454 case OBJ_FM_EDIT: in GetImage()
H A Dfmshell.cxx462 nIdentifier = OBJ_FM_EDIT; in Execute()
H A Dfmshimp.cxx240 OBJ_FM_EDIT,
463 case OBJ_FM_EDIT : return FM_COMPONENT_TEXTFIELD; in getServiceNameByControlType()
/trunk/main/svx/inc/svx/
H A Dfmglob.hxx38 const sal_uInt16 OBJ_FM_EDIT = ::com::sun::star::form::FormComponentType::TEXTFIELD; variable