Searched refs:m_pSelectionBox (Results 1 – 2 of 2) sorted by relevance
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()[all …]
96 OSelectionBrowseBox* m_pSelectionBox; // presents the lower window member in dbaui::OQueryDesignView