Lines Matching refs:m_pSplitter
86 m_pSplitter = new Splitter(this,WB_VSCROLL); in DBG_NAME()
87 m_pSplitter->Hide(); in DBG_NAME()
88 m_pSplitter->SetSplitHdl( LINK( this, OQueryContainerWindow, SplitHdl ) ); in DBG_NAME()
89 …m_pSplitter->SetBackground( Wallpaper( Application::GetSettings().GetStyleSettings().GetDialogColo… in DBG_NAME()
111 ::std::auto_ptr<Window> aTemp(m_pSplitter); in ~OQueryContainerWindow()
112 m_pSplitter = NULL; in ~OQueryContainerWindow()
135 Point aSplitPos = m_pSplitter->GetPosPixel(); in resizeAll()
136 Size aSplitSize = m_pSplitter->GetOutputSizePixel(); in resizeAll()
146 m_pSplitter->SetPosSizePixel( aSplitPos, aSplitSize ); in resizeAll()
147 m_pSplitter->SetDragRectPixel( aPlayground ); in resizeAll()
178 …m_pSplitter->SetPosPixel( Point( m_pSplitter->GetPosPixel().X(),m_pSplitter->GetSplitPosPixel() ) …
199 m_pSplitter->Hide(); in disposingPreview()
267 m_pSplitter->SetPosSizePixel( Point(0,aBeamer.Height()), Size(aSize.Width(),nFrameHeight) ); in showPreview()
269 m_pSplitter->SetSplitPosPixel( aBeamer.Height() ); in showPreview()
272 m_pSplitter->Show(); in showPreview()