Searched refs:pBottomWin (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/extensions/source/bibliography/ |
| H A D | bibcont.cxx | 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() [all …]
|
| H A D | bibcont.hxx | 79 BibWindowContainer* pBottomWin; member in BibBookContainer 98 inline BibWindow* GetBottomWin() {return pBottomWin;} in GetBottomWin()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | notemark.cxx | 50 pBottomWin( pBottom ), in ScNoteMarker() 65 if( pBottomWin ) in ScNoteMarker() 66 aSizePixel.Height() += pBottomWin->GetOutputSizePixel().Height(); in ScNoteMarker() 154 if ( pRightWin || pBottomWin ) in Draw() 160 if ( pBottomWin ) in Draw() 161 lcl_DrawWin( pObject, pBottomWin, in Draw() 175 if ( pRightWin || pBottomWin ) in InvalidateWin() 182 if ( pBottomWin ) in InvalidateWin() 183 pBottomWin->Invalidate( pBottomWin->LogicToLogic(aRect, in InvalidateWin() 185 pBottomWin->GetMapMode()) ); in InvalidateWin()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | notemark.hxx | 42 Window* pBottomWin; member in ScNoteMarker
|