Searched refs:m_pListBox (Results 1 – 6 of 6) sorted by relevance
102 ,m_pListBox(NULL) in DBG_NAME()134 if (m_pListBox) in ~OTableWindow()136 OSL_ENSURE(m_pListBox->GetEntryCount()==0,"Forgot to call EmptyListbox()!"); in ~OTableWindow()137 ::std::auto_ptr<Window> aTemp(m_pListBox); in ~OTableWindow()138 m_pListBox = NULL; in ~OTableWindow()198 m_pListBox->Clear(); in FillListBox()206 ModuleRes TmpRes(isHiContrast(m_pListBox) ? IMG_JOINS_H : IMG_JOINS); in FillListBox()212 SvLBoxEntry* pEntry = m_pListBox->InsertEntry( ::rtl::OUString::createFromAscii("*") ); in FillListBox()240 pEntry = m_pListBox->InsertEntry(*pIter, aPrimKeyImage, aPrimKeyImage); in FillListBox()242 pEntry = m_pListBox->InsertEntry(*pIter); in FillListBox()[all …]
171 if (!m_pListBox) in Init()172 m_pListBox = CreateListBox(); in Init()180 m_pListBox->Show(); in Init()214 OTableFieldDescRef aInfo = new OTableFieldDesc(GetTableName(),m_pListBox->GetEntryText(pEntry)); in OnEntryDoubleClicked()217 aInfo->SetFieldIndex(m_pListBox->GetModel()->GetAbsPos(pEntry)); in OnEntryDoubleClicked()227 …DBG_ASSERT(m_pListBox != NULL, "OQueryTableWindow::ExistsField : habe keine ::com::sun::star::form… in ExistsField()233 SvLBoxEntry* pEntry = m_pListBox->First(); in ExistsField()241 if (bCase(strFieldName,::rtl::OUString(m_pListBox->GetEntryText(pEntry)))) in ExistsField()250 rInfo->SetFieldIndex(m_pListBox->GetModel()->GetAbsPos(pEntry)); in ExistsField()255 pEntry = m_pListBox->Next(pEntry); in ExistsField()
169 ,m_pListBox(new OAddFieldWindowListBox( this )) in OAddFieldWindow()191 m_pListBox->SetDoubleClickHdl(LINK( this, OAddFieldWindow, OnDoubleClickHdl ) ); in OAddFieldWindow()192 m_pListBox->SetSelectHdl(LINK( this, OAddFieldWindow, OnSelectHdl ) ); in OAddFieldWindow()193 m_pListBox->SetDeselectHdl(LINK( this, OAddFieldWindow, OnSelectHdl ) ); in OAddFieldWindow()194 m_pListBox->SetDoubleClickHdl(LINK( this, OAddFieldWindow, OnDoubleClickHdl ) ); in OAddFieldWindow()195 m_pListBox->Show(); in OAddFieldWindow()228 if ( m_pListBox.get() ) in ~OAddFieldWindow()230 SvLBoxTreeList* pModel = m_pListBox->GetModel(); in ~OAddFieldWindow()247 if ( m_pListBox.get() ) in GetFocus()248 m_pListBox->GrabFocus(); in GetFocus()[all …]
64 OTableWindowListBox* m_pListBox; member in dbaui::OTableWindow154 OTableWindowListBox* GetListBox() const { return m_pListBox; } in GetListBox()
67 ::std::auto_ptr<OAddFieldWindowListBox> m_pListBox;
100 SvTreeListBox* m_pListBox; member in accessibility::AccessibleListBoxEntry