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()138 m_pListBox = NULL; in ~OTableWindow()198 m_pListBox->Clear(); in FillListBox()271 if ( m_pListBox ) in clearListBox()309 if ( !m_pListBox ) in Init()320 m_pListBox->Show(); in Init()541 if(m_pListBox) in GetFocus()542 m_pListBox->GrabFocus(); in GetFocus()549 if (!_bActive && m_pListBox && m_pListBox->GetSelectionCount() != 0) in setActive()[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()
195 m_pListBox->Show(); in OAddFieldWindow()228 if ( m_pListBox.get() ) in ~OAddFieldWindow()247 if ( m_pListBox.get() ) in GetFocus()248 m_pListBox->GrabFocus(); in GetFocus()324 m_pListBox->Clear(); in Update()416 m_pListBox->SetPosSizePixel( aLBPos, aLBSize ); in Resize()464 if ( m_pListBox.get() ) in _elementInserted()483 if ( m_pListBox.get() ) in _elementRemoved()485 m_pListBox->Clear(); in _elementRemoved()497 …m_aActions.EnableItem(SID_ADD_CONTROL_PAIR, ( m_pListBox.get() && m_pListBox->GetSelectionCount() …[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
Completed in 32 milliseconds