Searched refs:OTableWindowListBox (Results 1 – 6 of 6) sorted by relevance
62 OJoinExchangeData::OJoinExchangeData(OTableWindowListBox* pBox) in OJoinExchangeData()72 DBG_NAME(OTableWindowListBox) in DBG_NAME() argument74 OTableWindowListBox::OTableWindowListBox( OTableWindow* pParent ) in DBG_NAME()82 DBG_CTOR(OTableWindowListBox,NULL); in DBG_NAME()84 SetDoubleClickHdl( LINK(this, OTableWindowListBox, OnDoubleClick) ); in DBG_NAME()92 void OTableWindowListBox::dragFinished( ) in dragFinished()99 m_nUiEvent = Application::PostUserEvent(LINK(this, OTableWindowListBox, LookForUiHdl)); in dragFinished()103 OTableWindowListBox::~OTableWindowListBox() in ~OTableWindowListBox()105 DBG_DTOR(OTableWindowListBox,NULL); in ~OTableWindowListBox()116 SvLBoxEntry* OTableWindowListBox::GetEntryFromText( const String& rEntryText ) in GetEntryFromText()[all …]
75 OTableWindowListBox* pListBox = _pWin ? _pWin->GetListBox() : NULL; in GetTextPos()107 const OTableWindowListBox* pListBox = _pWin->GetListBox(); in calcPointsYValue()
190 OTableWindowListBox* OTableWindow::CreateListBox() in CreateListBox()192 return new OTableWindowListBox(this); in CreateListBox()
1023 OTableWindowListBox* pSourceBox = pConnSource->GetListBox(); in SelectConn()1024 OTableWindowListBox* pDestBox = pConnDest->GetListBox(); in SelectConn()
33 class OTableWindowListBox;37 …OTableWindowListBox* pListBox; // die ListBox innerhalb desselben (daraus kann man sich d…40 OJoinExchangeData(OTableWindowListBox* pBox);50 class OTableWindowListBox class84 OTableWindowListBox(OTableWindow* pParent);85 virtual ~OTableWindowListBox();
49 class OTableWindowListBox;59 friend class OTableWindowListBox;64 OTableWindowListBox* m_pListBox;90 virtual OTableWindowListBox* CreateListBox();154 OTableWindowListBox* GetListBox() const { return m_pListBox; } in GetListBox()