Home
last modified time | relevance | path

Searched refs:LISTBOX (Results 1 – 25 of 122) sorted by relevance

12345

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx58 if ((m_aBoxType==LISTBOX) && ! m_bIsDropDownBox) in VCLXAccessibleBox()
355 (m_aBoxType == LISTBOX ? VCLXAccessibleList::LISTBOX : VCLXAccessibleList::COMBOBOX), in getAccessibleChild()
443 else if (m_aBoxType == LISTBOX) in doAccessibleAction()
509 if (m_aBoxType == LISTBOX && m_bIsDropDownBox && m_xList.is() ) in getCurrentValue()
578 else if (m_aBoxType == LISTBOX && m_bIsDropDownBox == true) in FillAccessibleStateSet()
H A Dvclxaccessiblelist.cxx90 case LISTBOX: in VCLXAccessibleList()
297 else if (m_aBoxType == LISTBOX && b_IsDropDownList) in UpdateSelection_Impl_Acc()
314 else if (m_aBoxType == LISTBOX && !b_IsDropDownList) in UpdateSelection_Impl_Acc()
342 if (!(m_aBoxType == LISTBOX && !b_IsDropDownList)) in UpdateFocus_Impl_Acc()
384 else if (m_aBoxType == LISTBOX && b_IsDropDownList) in ProcessWindowEvent()
387 else if ( m_aBoxType == LISTBOX && !b_IsDropDownList) in ProcessWindowEvent()
462 if ( m_aBoxType == LISTBOX && !b_IsDropDownList ) in ProcessWindowEvent()
490 if( m_aBoxType == LISTBOX ) in FillAccessibleRelationSet()
H A Dvclxaccessiblelistbox.cxx53 : VCLXAccessibleBox (pVCLWindow, VCLXAccessibleBox::LISTBOX, false) in VCLXAccessibleListBox()
H A Dvclxaccessibledropdownlistbox.cxx55 : VCLXAccessibleBox (pVCLWindow, VCLXAccessibleBox::LISTBOX, true) in VCLXAccessibleDropDownListBox()
/trunk/main/forms/source/component/
H A DFilter.cxx175 case FormComponentType::LISTBOX: in GetComponentServiceName()
227 case FormComponentType::LISTBOX: in createPeer()
340 case FormComponentType::LISTBOX: in itemStateChanged()
624 case FormComponentType::LISTBOX: in setText()
848 case FormComponentType::LISTBOX: in initialize()
851 if ( FormComponentType::LISTBOX == nClassId ) in initialize()
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx197 CHECK_N_TRANSLATE( LISTBOX ); in exportServiceNameAttribute()
390 if ( m_eType == LISTBOX ) in exportSubTags()
412 case LISTBOX: in exportSubTags()
1611 case FormComponentType::LISTBOX: in examine()
1612 m_eType = LISTBOX; in examine()
1750 if ( m_nClassId == FormComponentType::LISTBOX ) in examine()
H A Delementimport.cxx706 …case OControlElement::LISTBOX: pServiceName = "com.sun.star.form.component.ListBox"; bre… in determineDefaultServiceName()
1664 if (OControlElement::LISTBOX == m_eElementType) in EndElement()
1960 || (OControlElement::LISTBOX == _eType) in implCreateChildContext()
1969 case OControlElement::LISTBOX: in implCreateChildContext()
2198 case OControlElement::LISTBOX: in implCreateChildContext()
H A Dcontrolelement.cxx48 case LISTBOX: return "listbox"; in getElementName()
H A Dcontrolelement.hxx51 LISTBOX, enumerator
/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx619 else if ( LISTBOX == aCtrlClass ) in cacheControlState()
663 return ( LISTBOX == aCtrlClass ); in IsListboxControl()
H A Dcontrolaccess.hxx56 LISTBOX, enumerator
H A Dcontrolaccess.cxx241 aCtrlClass = LISTBOX; in GetCtrlClass()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx522 …case FormCompType::LISTBOX: mnObjType = EXC_OBJTYPE_LISTBOX; meEventType = EXC_TBX_EV… in XclExpTbxControlObj()
609 case FormCompType::LISTBOX: in XclExpTbxControlObj()
656 case FormCompType::LISTBOX: in XclExpTbxControlObj()
/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx427 case FormComponentType::LISTBOX: in initializeControlModel()
669 case FormComponentType::LISTBOX: nResId = RID_STR_PROPTITLE_LISTBOX; break; in getDefaultName()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUIConsts.java83 public static final int LISTBOX = 3; field in UIConsts.CONTROLTYPE
H A DUnoDialog.java963 return UIConsts.CONTROLTYPE.LISTBOX; in getControlModelType()
1025 case UIConsts.CONTROLTYPE.LISTBOX: in getDisplayProperty()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleFilterTopWindow.cxx103 case LISTBOX: in setAccessibleChild()
/trunk/main/sc/inc/
H A DAccessibleFilterTopWindow.hxx58 LISTBOX, TOGGLE_ALL, SINGLE_ON_BTN, SINGLE_OFF_BTN, OK_BTN, CANCEL_BTN enumerator
/trunk/main/svx/inc/svx/
H A Dfmglob.hxx41 const sal_uInt16 OBJ_FM_LISTBOX = ::com::sun::star::form::FormComponentType::LISTBOX;
/trunk/main/extensions/source/propctrlr/
H A Dformbrowsertools.cxx89 case FormComponentType::LISTBOX: in GetUIHeadlineName()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblebox.hxx57 enum BoxType {COMBOBOX, LISTBOX}; enumerator
H A Dvclxaccessiblelist.hxx65 enum BoxType {COMBOBOX, LISTBOX}; enumerator
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java220 case FormComponentType.LISTBOX : sType = "List Box"; break; in classifyFormComponentType()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx2779 case FormComponentType::LISTBOX: in PaintCell()
2828 case ::com::sun::star::form::FormComponentType::LISTBOX: in CreateControl()
2888 case FormComponentType::LISTBOX: in Init()
2920 case ::com::sun::star::form::FormComponentType::LISTBOX: in CreateController()
2954 case ::com::sun::star::form::FormComponentType::LISTBOX: in commitControl()
3042 case ::com::sun::star::form::FormComponentType::LISTBOX: in SetText()
/trunk/main/offapi/com/sun/star/form/
H A DFormComponentType.idl63 const short LISTBOX = 6;

Completed in 129 milliseconds

12345