Lines Matching refs:pWrapper
245 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( pThis ); in ImplUpdateDragArea() local
246 if( pWrapper ) in ImplUpdateDragArea()
248 if ( pThis->ImplIsFloatingMode() || pWrapper->IsLocked() ) in ImplUpdateDragArea()
249 pWrapper->SetDragArea( Rectangle() ); in ImplUpdateDragArea()
253 …pWrapper->SetDragArea( Rectangle( 0, 0, ImplGetDragWidth( pThis ), pThis->GetOutputSizePixel().Hei… in ImplUpdateDragArea()
255 …pWrapper->SetDragArea( Rectangle( 0, 0, pThis->GetOutputSizePixel().Width(), ImplGetDragWidth( pTh… in ImplUpdateDragArea()
272 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( pThis ); in ImplCalcBorder() local
275 …int dragwidth = ( pWrapper && !pWrapper->IsLocked() ) ? ImplGetDragWidth( (ToolBox*)pThis ) : 0; in ImplCalcBorder()
278 int borderwidth = pWrapper ? 0: 2; in ImplCalcBorder()
328 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( pThis ); in ImplDrawGrip() local
329 if( pWrapper && !pWrapper->GetDragArea().IsEmpty() ) in ImplDrawGrip()
338 aToolbarValue.maGripRect = pWrapper->GetDragArea(); in ImplDrawGrip()
586 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( pThis ); in ImplDrawBackground() local
599 if( !pWrapper /*|| bIsInPopupMode*/ ) in ImplDrawBackground()
624 ImplDrawGradientBackground( pThis, pWrapper ); in ImplDrawBackground()
666 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( pWin ); in ImplDrawBorder() local
669 if( pWrapper ) in ImplDrawBorder()
995 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( pThis ); in ImplSetMinMaxFloatSize() local
998 if( pWrapper ) in ImplSetMinMaxFloatSize()
1000 pWrapper->SetMinOutputSizePixel( aMinSize ); in ImplSetMinMaxFloatSize()
1001 pWrapper->SetMaxOutputSizePixel( aMaxSize ); in ImplSetMinMaxFloatSize()
1002 …pWrapper->ShowTitleButton( TITLE_BUTTON_MENU, ( pThis->GetMenuType() & TOOLBOX_MENUTYPE_CUSTOMIZE)… in ImplSetMinMaxFloatSize()
2402 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( this ); in ImplFormat() local
2417 if( pWrapper ) in ImplFormat()
2418 aOldDragRect = pWrapper->GetDragArea(); in ImplFormat()
2860 if ( pWrapper && aOldDragRect != pWrapper->GetDragArea() ) in ImplFormat()
2862 maPaintRect.Union( pWrapper->GetDragArea() ); in ImplFormat()
4274 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( this ); in MouseMove() local
4275 if( pWrapper && pWrapper->GetDragArea().IsInside( rMEvt.GetPosPixel() ) ) in MouseMove()