Lines Matching refs:m_pSelectionBox
2618 m_pSelectionBox = new OSelectionBrowseBox(this); in DBG_NAME()
2621 m_pSelectionBox->Show(); in DBG_NAME()
2632 ::std::auto_ptr<Window> aTemp(m_pSelectionBox); in ~OQueryDesignView()
2633 m_pSelectionBox = NULL; in ~OQueryDesignView()
2666 m_pSelectionBox->initialize(); in initialize()
2684 Size aSelectionBoxSize = m_pSelectionBox->CalcOptimalSize( aPlaygroundSize ); in resizeDocumentView()
2696 Size aSelBoxSize = m_pSelectionBox->GetSizePixel(); in resizeDocumentView()
2703 Size aSelBoxOptSize = m_pSelectionBox->CalcOptimalSize( aPlaygroundSize ); in resizeDocumentView()
2730 …m_pSelectionBox->SetPosSizePixel( aPos, Size( aPlaygroundSize.Width(), aPlaygroundSize.Height() - … in resizeDocumentView()
2743 m_pSelectionBox->SetReadOnly(_bReadOnly); in setReadOnly()
2748 m_pSelectionBox->ClearAll(); // clear the whole selection in clear()
2759 m_pSelectionBox->copy(); in copy()
2766 bAllowed = m_pSelectionBox->isCutAllowed(); in isCutAllowed()
2774 bAllowed = m_pSelectionBox->isPasteAllowed(); in isPasteAllowed()
2782 bAllowed = m_pSelectionBox->isCopyAllowed(); in isCopyAllowed()
2788 m_pSelectionBox->stopTimer(); in stopTimer()
2793 m_pSelectionBox->startTimer(); in startTimer()
2800 m_pSelectionBox->cut(); in cut()
2809 m_pSelectionBox->paste(); in paste()
2823 m_pSelectionBox->DeleteFields( rAliasName ); in DeleteFields()
2828 return m_pSelectionBox->HasFieldByAliasName( rFieldName, rInfo); in HasFieldByAliasName()
2833 …return m_pSelectionBox->InsertField( rInfo, BROWSER_INVALIDID,bVis, bActivate ).isValid() ? eOk : … in InsertField()
2897 if ( m_pSelectionBox && m_pSelectionBox->HasChildPathFocus() ) in PreNotify()
2914 if ( m_pSelectionBox ) in checkStatement()
2915 bRet = m_pSelectionBox->Save(); // a error occured so we return no in checkStatement()
3075 m_pSelectionBox->SetRowVisible(nRow,_bEnable); in setSlotEnabled()
3076 m_pSelectionBox->Invalidate(); in setSlotEnabled()
3098 return m_pSelectionBox->IsRowVisible(nRow); in isSlotEnabled()
3106 rCtrl.setVisibleRows( m_pSelectionBox->GetNoneVisibleRows() ); in SaveUIConfig()
3202 if ( m_pSelectionBox && !m_pSelectionBox->HasChildPathFocus() ) in GetFocus()
3205 m_pSelectionBox->DeactivateCell(); in GetFocus()
3206 m_pSelectionBox->ActivateCell(m_pSelectionBox->GetCurRow(), m_pSelectionBox->GetCurColumnId()); in GetFocus()
3207 m_pSelectionBox->GrabFocus(); in GetFocus()
3219 m_pSelectionBox->SetNoneVisbleRow(_nRows); in setNoneVisbleRow()
3227 m_pSelectionBox->PreFill(); in initByFieldDescriptions()
3228 m_pSelectionBox->SetReadOnly( rController.isReadOnly() ); in initByFieldDescriptions()
3229 m_pSelectionBox->Fill(); in initByFieldDescriptions()
3242 m_pSelectionBox->Invalidate(); in initByFieldDescriptions()
3253 eErrorCode = InitFromParseNodeImpl( this, m_pSelectionBox ); in initByParseIterator()