Home
last modified time | relevance | path

Searched refs:ListBoxControl (Results 1 – 12 of 12) sorted by relevance

/trunk/main/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx79 class ListBoxControl : public ListBox class
82 ListBoxControl( Window* pParent, WinBits nStyle, IListBoxListener* pListBoxListener );
83 virtual ~ListBoxControl();
95 ListBoxControl::ListBoxControl( Window* pParent, WinBits nStyle, IListBoxListener* pListBoxListener… in ListBoxControl() function in framework::ListBoxControl
101 ListBoxControl::~ListBoxControl() in ~ListBoxControl()
106 void ListBoxControl::Select() in Select()
113 void ListBoxControl::DoubleClick() in DoubleClick()
120 void ListBoxControl::GetFocus() in GetFocus()
127 void ListBoxControl::LoseFocus() in LoseFocus()
134 long ListBoxControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
[all …]
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx157 ListBoxControl::ListBoxControl(Window* pParent, WinBits nWinStyle) in ListBoxControl() function in svt::ListBoxControl
166 long ListBoxControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
202 ListBoxCellController::ListBoxCellController(ListBoxControl* pWin) in ListBoxCellController()
210 ListBoxControl& rBox = GetListBox(); in MoveAllowed()
/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx373 class SVT_DLLPUBLIC ListBoxControl : public ListBox class
378 ListBoxControl(Window* pParent, WinBits nWinStyle = 0);
392 ListBoxCellController(ListBoxControl* pParent);
393 ListBoxControl& GetListBox() const {return (ListBoxControl &)GetWindow();} in GetListBox()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx92 ::svt::ListBoxControl* m_pFunctionCell;
93 ::svt::ListBoxControl* m_pTableCell;
94 ::svt::ListBoxControl* m_pOrderCell;
H A DSelectionBrowseBox.cxx182 m_pTableCell = new ListBoxControl(&GetDataWindow()); m_pTableCell->SetDropDownLineCount( 20 ); in DBG_NAME()
184 m_pOrderCell = new ListBoxControl(&GetDataWindow()); in DBG_NAME()
185 …m_pFunctionCell = new ListBoxControl(&GetDataWindow()); m_pFunctionCell->SetDropDownLineCount(… in DBG_NAME()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx64 DbaMouseDownListBoxController(ListBoxControl* _pParent) in DbaMouseDownListBoxController()
270 m_pSortingCell = new ListBoxControl(&GetDataWindow()); in Init()
286 m_pFieldNameCell = new ListBoxControl(&GetDataWindow()); in Init()
/trunk/main/framework/inc/uielement/
H A Ddropdownboxtoolbarcontroller.hxx43 class ListBoxControl;
83 ListBoxControl* m_pListBoxControl;
/trunk/main/dbaccess/source/ui/inc/
H A Dindexfieldscontrol.hxx59 ::svt::ListBoxControl* m_pSortingCell;
60 ::svt::ListBoxControl* m_pFieldNameCell;
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx98 ::std::auto_ptr< ::svt::ListBoxControl> m_pListCell;
205 m_pListCell.reset( new ListBoxControl( &GetDataWindow() ) ); in lateInit()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx2617 ListBoxControl* pField = (ListBoxControl*)m_pWindow; in SetList()
2646 m_pWindow = new ListBoxControl( &rParent ); in Init()
2664 static_cast< ListBoxControl* >( m_pWindow )->SetDropDownLineCount( nLines ); in implAdjustGenericFieldSetting()
2671 return new ListBoxCellController((ListBoxControl*)m_pWindow); in CreateController()
2830 m_pWindow = new ListBoxControl(pParent); in CreateControl()
2921 xController = new ListBoxCellController((ListBoxControl*)m_pWindow); in CreateController()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.hxx66 ::svt::ListBoxControl* pTypeCell;
H A DTEditControl.cxx342 pTypeCell = new ListBoxControl( &GetDataWindow() ); in InitCellController()

Completed in 248 milliseconds