Lines Matching refs:pBorderWindow

209 	ImplBorderWindow* pBorderWindow = pData->mpBorderWindow;  in ImplInitTitle()  local
211 if ( !(pBorderWindow->GetStyle() & WB_MOVEABLE) || in ImplInitTitle()
226 pBorderWindow->SetPointFont( rStyleSettings.GetFloatTitleFont() ); in ImplInitTitle()
231 pBorderWindow->SetPointFont( rStyleSettings.GetTitleFont() ); in ImplInitTitle()
234 long nTextHeight = pBorderWindow->GetTextHeight(); in ImplInitTitle()
245 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplHitTest() local
267 if ( (pBorderWindow->GetStyle() & WB_SIZEABLE) && in ImplHitTest()
268 !pBorderWindow->mbRollUp ) in ImplHitTest()
276 if( pBorderWindow->GetStyle() & WB_OWNERDRAWDECORATION ) in ImplHitTest()
366 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplMouseButtonDown() local
399 if ( pBorderWindow->ImplGetClientWindow()->IsSystemWindow() ) in ImplMouseButtonDown()
401 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplMouseButtonDown()
426 Point aPos = pBorderWindow->GetPosPixel(); in ImplMouseButtonDown()
427 Size aSize = pBorderWindow->GetOutputSizePixel(); in ImplMouseButtonDown()
449 if ( pBorderWindow->ImplGetClientWindow()->IsSystemWindow() ) in ImplMouseButtonDown()
451 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplMouseButtonDown()
454 else if ( pBorderWindow->GetStyle() & WB_ROLLABLE ) in ImplMouseButtonDown()
472 pBorderWindow->StartTracking(); in ImplMouseButtonDown()
486 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplTracking() local
505 Window *pWin = pBorderWindow->ImplGetClientWindow()->ImplGetWindow(); in ImplTracking()
525 if ( pBorderWindow->ImplGetClientWindow()->IsSystemWindow() ) in ImplTracking()
527 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplTracking()
547 if ( pBorderWindow->ImplGetClientWindow()->IsSystemWindow() ) in ImplTracking()
549 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplTracking()
575 if ( pBorderWindow->ImplGetClientWindow()->IsSystemWindow() ) in ImplTracking()
577 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplTracking()
606 if ( pBorderWindow->ImplGetClientWindow()->IsSystemWindow() ) in ImplTracking()
608 SystemWindow* pClientWindow = (SystemWindow*)(pBorderWindow->ImplGetClientWindow()); in ImplTracking()
621pBorderWindow->SetPosSizePixel( Point( pData->mnTrackX, pData->mnTrackY ), Size( pData->mnTrackWid… in ImplTracking()
625 pBorderWindow->HideTracking(); in ImplTracking()
627pBorderWindow->SetPosSizePixel( Point( pData->mnTrackX, pData->mnTrackY ), Size( pData->mnTrackWid… in ImplTracking()
632 if ( pBorderWindow->ImplGetClientWindow()->ImplIsFloatingWindow() ) in ImplTracking()
634 if ( ((FloatingWindow*)pBorderWindow->ImplGetClientWindow())->IsInPopupMode() ) in ImplTracking()
635 …((FloatingWindow*)pBorderWindow->ImplGetClientWindow())->EndPopupMode( FLOATWIN_POPUPMODEEND_TEARO… in ImplTracking()
802 Point aPos = pBorderWindow->GetPosPixel(); in ImplTracking()
807 pBorderWindow->SetPosPixel( aPos ); in ImplTracking()
808 pBorderWindow->ImplUpdateAll(); in ImplTracking()
809 pBorderWindow->ImplGetFrameWindow()->ImplUpdateAll(); in ImplTracking()
815pBorderWindow->ShowTracking( Rectangle( pBorderWindow->ScreenToOutputPixel( aPos ), pBorderWindow-… in ImplTracking()
820 Point aOldPos = pBorderWindow->GetPosPixel(); in ImplTracking()
821 Size aSize = pBorderWindow->GetSizePixel(); in ImplTracking()
827 long nMinWidth = pBorderWindow->mnMinWidth+nBorderWidth; in ImplTracking()
828 long nMinHeight = pBorderWindow->mnMinHeight+nBorderHeight; in ImplTracking()
830 long nMaxWidth = pBorderWindow->mnMaxWidth+nBorderWidth; in ImplTracking()
831 long nMaxHeight = pBorderWindow->mnMaxHeight+nBorderHeight; in ImplTracking()
837 if ( pBorderWindow->GetStyle() & WB_CLOSEABLE ) in ImplTracking()
876 if ( pBorderWindow->ImplGetClientWindow()->IsSystemWindow() ) in ImplTracking()
882 ((SystemWindow*)pBorderWindow->ImplGetClientWindow())->Resizing( aSize ); in ImplTracking()
907 pBorderWindow->SetPosSizePixel( aNewRect.Left(), aNewRect.Top(), in ImplTracking()
910 pBorderWindow->SetPosSizePixel( aNewRect.Left(), aNewRect.Top(), in ImplTracking()
913 pBorderWindow->ImplUpdateAll(); in ImplTracking()
914 pBorderWindow->ImplGetFrameWindow()->ImplUpdateAll(); in ImplTracking()
926pBorderWindow->ShowTracking( Rectangle( pBorderWindow->ScreenToOutputPixel( aNewRect.TopLeft() ), … in ImplTracking()
1014 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplCalcTitleWidth() local
1015 long nTitleWidth = pBorderWindow->GetTextWidth( pBorderWindow->GetText() )+6; in ImplCalcTitleWidth()
1075 ImplSmallBorderWindowView::ImplSmallBorderWindowView( ImplBorderWindow* pBorderWindow ) in ImplSmallBorderWindowView() argument
1077 mpBorderWindow = pBorderWindow; in ImplSmallBorderWindowView()
1415 ImplStdBorderWindowView::ImplStdBorderWindowView( ImplBorderWindow* pBorderWindow ) in ImplStdBorderWindowView() argument
1417 maFrameData.mpBorderWindow = pBorderWindow; in ImplStdBorderWindowView()
1483 ImplBorderWindow* pBorderWindow = maFrameData.mpBorderWindow; in Init() local
1493 pData->mnTitleType = pBorderWindow->mnTitleType; in Init()
1494 pData->mbFloatWindow = pBorderWindow->mbFloatWindow; in Init()
1496 …if ( !(pBorderWindow->GetStyle() & WB_MOVEABLE) || (pData->mnTitleType == BORDERWINDOW_TITLE_NONE)… in Init()
1521 pBorderWindow->SetBackground( rStyleSettings.GetWindowColor() ); in Init()
1539 if ( pBorderWindow->GetStyle() & WB_PINABLE ) in Init()
1550 if ( pBorderWindow->GetStyle() & WB_CLOSEABLE ) in Init()
1559 if ( pBorderWindow->mbMenuBtn ) in Init()
1568 if ( pBorderWindow->mbDockBtn ) in Init()
1575 if ( !pBorderWindow->mbHideBtn && in Init()
1576 !(pBorderWindow->GetStyle() & WB_ROLLABLE) ) in Init()
1580 if ( pBorderWindow->mbHideBtn ) in Init()
1587 if ( !(pBorderWindow->GetStyle() & WB_ROLLABLE) ) in Init()
1591 if ( pBorderWindow->GetStyle() & WB_ROLLABLE ) in Init()
1600 if ( pBorderWindow->mbHelpBtn ) in Init()
1659 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in DrawWindow() local
1739 pDev->GetTextRect( aInRect, pBorderWindow->GetText(), nTextStyle, &aInfo ); in DrawWindow()
1742 pDev->DrawText( aInRect, pBorderWindow->GetText(), nTextStyle ); in DrawWindow()
1782 if ( pBorderWindow->mbRollUp ) in DrawWindow()
1804 ImplGetPinImage( pData->mnPinState, pBorderWindow->mbPined, aImage ); in DrawWindow()