Searched refs:aCursorRect (Results 1 – 6 of 6) sorted by relevance
2253 Rectangle aCursorRect; in ImplHandleSalExtTextInputPos() local2254 ImplHandleExtTextInputPos( pWindow, aCursorRect, pEvt->mnExtWidth, &pEvt->mbVertical ); in ImplHandleSalExtTextInputPos()2255 if ( aCursorRect.IsEmpty() ) in ImplHandleSalExtTextInputPos()2264 pEvt->mnX = aCursorRect.Left(); in ImplHandleSalExtTextInputPos()2265 pEvt->mnY = aCursorRect.Top(); in ImplHandleSalExtTextInputPos()2266 pEvt->mnWidth = aCursorRect.GetWidth(); in ImplHandleSalExtTextInputPos()2267 pEvt->mnHeight = aCursorRect.GetHeight(); in ImplHandleSalExtTextInputPos()
835 Rectangle aCursorRect = GetWindowPos( aEditCursor ); in ShowCursor() local836 GetCursor()->SetPos( aCursorRect.TopLeft() ); in ShowCursor()837 Size aCursorSz( aCursorRect.GetSize() ); in ShowCursor()856 GetCursor()->SetPos( aCursorRect.TopRight() ); in ShowCursor()
50 Rectangle aCursorRect; member in SmGraphicWindow
2466 …Rectangle aCursorRect( Point( nTextWidth + mnXOffset, (GetOutputSize().Height()-nTextHeight)/2 ), … in ImplShowDDCursor() local2468 mpDDInfo->aCursor.SetPos( aCursorRect.TopLeft() ); in ImplShowDDCursor()2469 mpDDInfo->aCursor.SetSize( aCursorRect.GetSize() ); in ImplShowDDCursor()
250 InvertTracking(aCursorRect, SHOWTRACK_SMALL | SHOWTRACK_WINDOW); in ShowCursor()279 aCursorRect = rRect; in SetCursor()
4050 const awt::Rectangle aCursorRect( aScreenRect.Left(), in getNumberOfLineWithCaret() local4055 if ( aCharRect.X != aCursorRect.X || in getNumberOfLineWithCaret()4056 aCharRect.Y != aCursorRect.Y ) in getNumberOfLineWithCaret()
Completed in 101 milliseconds