Lines Matching refs:pWindow

58 	Window* pWindow  = pData->mpWindow;  in ImplCursorInvert()  local
59 sal_Bool bMapMode = pWindow->IsMapModeEnabled(); in ImplCursorInvert()
60 pWindow->EnableMapMode( sal_False ); in ImplCursorInvert()
122 pWindow->Invert( aPoly, nInvertStyle ); in ImplCursorInvert()
126 pWindow->Invert( aRect, nInvertStyle ); in ImplCursorInvert()
127 pWindow->EnableMapMode( bMapMode ); in ImplCursorInvert()
136 Window* pWindow = mpData->mpWindow; in ImplDraw() local
137 mpData->maPixPos = pWindow->LogicToPixel( maPos ); in ImplDraw()
138 mpData->maPixSize = pWindow->LogicToPixel( maSize ); in ImplDraw()
139 mpData->mnPixSlant = pWindow->LogicToPixel( Size( mnSlant, 0 ) ).Width(); in ImplDraw()
142 long nOffsetY = pWindow->LogicToPixel( Size( 0, mnOffsetY ) ).Height(); in ImplDraw()
152 mpData->maPixSize.Width() = pWindow->GetSettings().GetStyleSettings().GetCursorSize(); in ImplDraw()
177 Window* pWindow; in ImplShow() local
179 pWindow = mpWindow; in ImplShow()
184 pWindow = Application::GetFocusWindow(); in ImplShow()
185 if ( !pWindow || (pWindow->mpWindowImpl->mpCursor != this) || pWindow->mpWindowImpl->mbInPaint in ImplShow()
186 || !pWindow->mpWindowImpl->mpFrameData->mbHasFocus ) in ImplShow()
187 pWindow = NULL; in ImplShow()
190 if ( pWindow ) in ImplShow()
199 mpData->mpWindow = pWindow; in ImplShow()
206 mpData->maTimer.SetTimeout( pWindow->GetSettings().GetStyleSettings().GetCursorBlinkTime() ); in ImplShow()
343 void Cursor::SetWindow( Window* pWindow ) in SetWindow() argument
345 if ( mpWindow != pWindow ) in SetWindow()
347 mpWindow = pWindow; in SetWindow()