Searched refs:ComboBoxControl (Results 1 – 8 of 8) sorted by relevance
81 class ComboBoxControl : public ComboBox class85 virtual ~ComboBoxControl();99 ComboBoxControl::ComboBoxControl( Window* pParent, WinBits nStyle, IComboBoxListener* pComboBoxList… in ComboBoxControl() function in framework::ComboBoxControl105 ComboBoxControl::~ComboBoxControl() in ~ComboBoxControl()110 void ComboBoxControl::Select() in Select()117 void ComboBoxControl::DoubleClick() in DoubleClick()124 void ComboBoxControl::Modify() in Modify()131 void ComboBoxControl::KeyInput( const ::KeyEvent& rKEvt ) in KeyInput()138 void ComboBoxControl::GetFocus() in GetFocus()145 void ComboBoxControl::LoseFocus() in LoseFocus()[all …]
50 ComboBoxControl::ComboBoxControl(Window* pParent, WinBits nWinStyle) in ComboBoxControl() function in svt::ComboBoxControl59 long ComboBoxControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()92 ComboBoxCellController::ComboBoxCellController(ComboBoxControl* pWin) in ComboBoxCellController()100 ComboBoxControl& rBox = GetComboBox(); in MoveAllowed()
340 class SVT_DLLPUBLIC ComboBoxControl : public ComboBox class345 ComboBoxControl(Window* pParent, WinBits nWinStyle = 0);359 ComboBoxCellController(ComboBoxControl* pParent);360 ComboBoxControl& GetComboBox() const {return (ComboBoxControl &)GetWindow();} in GetComboBox()
43 class ComboBoxControl;87 ComboBoxControl* m_pComboBox;
70 …void lcl_addToList_throw( ComboBoxControl& _rListBox, ::std::vector<ColumnInfo>& o_aColumnList,con… in lcl_addToList_throw()97 ::svt::ComboBoxControl* m_pComboCell;132 inline ::svt::ComboBoxControl* getExpressionControl() const { return m_pComboCell; } in getExpressionControl()378 m_pComboCell = new ComboBoxControl( &GetDataWindow() ); in lateInit()
2488 ComboBoxControl* pField = (ComboBoxControl*)m_pWindow; in SetList()2512 static_cast< ComboBoxControl* >( m_pWindow )->SetDropDownLineCount( nLines ); in implAdjustGenericFieldSetting()2521 m_pWindow = new ComboBoxControl( &rParent ); in Init()2545 return new ComboBoxCellController((ComboBoxControl*)m_pWindow); in CreateController()2838 m_pWindow = new ComboBoxControl(pParent); in CreateControl()2924 xController = new ComboBoxCellController((ComboBoxControl*)m_pWindow); in CreateController()2928 xController = new ComboBoxCellController((ComboBoxControl*)m_pWindow); in CreateController()
91 ::svt::ComboBoxControl* m_pFieldCell;
183 m_pFieldCell = new ComboBoxControl(&GetDataWindow()); m_pFieldCell->SetDropDownLineCount( 20 ); in DBG_NAME()
Completed in 143 milliseconds