Lines Matching refs:pBottomWin
138 pBottomWin(NULL), in BibBookContainer()
160 if( pBottomWin ) in ~BibBookContainer()
162 Window* pDel = pBottomWin; in ~BibBookContainer()
163 pBottomWin = NULL; // prevents GetFocus for child while deleting! in ~BibBookContainer()
205 if(pBottomWin) in createBottomFrame()
208 delete pBottomWin; in createBottomFrame()
211 pBottomWin=new BibWindowContainer(this,pWin); in createBottomFrame()
215 InsertItem(BOTTOM_WINDOW, pBottomWin, nSize, 1, 0, SWIB_PERCENTSIZE ); in createBottomFrame()
221 if( pBottomWin ) in GetFocus()
222 pBottomWin->GrabFocus(); in GetFocus()
239 if(pTopWin && pBottomWin) in PreNotify()
267 if( !bRet && pBottomWin ) in HandleShortCutKey()
268 bRet = pBottomWin->HandleShortCutKey( rKeyEvent ); in HandleShortCutKey()