Home
last modified time | relevance | path

Searched refs:aCursorRect (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwinproc.cxx2253 Rectangle aCursorRect; in ImplHandleSalExtTextInputPos() local
2254 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx835 Rectangle aCursorRect = GetWindowPos( aEditCursor ); in ShowCursor() local
836 GetCursor()->SetPos( aCursorRect.TopLeft() ); in ShowCursor()
837 Size aCursorSz( aCursorRect.GetSize() ); in ShowCursor()
856 GetCursor()->SetPos( aCursorRect.TopRight() ); in ShowCursor()
/trunk/main/starmath/inc/
H A Dview.hxx50 Rectangle aCursorRect; member in SmGraphicWindow
/trunk/main/vcl/source/control/
H A Dedit.cxx2466 …Rectangle aCursorRect( Point( nTextWidth + mnXOffset, (GetOutputSize().Height()-nTextHeight)/2 ), … in ImplShowDDCursor() local
2468 mpDDInfo->aCursor.SetPos( aCursorRect.TopLeft() ); in ImplShowDDCursor()
2469 mpDDInfo->aCursor.SetSize( aCursorRect.GetSize() ); in ImplShowDDCursor()
/trunk/main/starmath/source/
H A Dview.cxx250 InvertTracking(aCursorRect, SHOWTRACK_SMALL | SHOWTRACK_WINDOW); in ShowCursor()
279 aCursorRect = rRect; in SetCursor()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx4050 const awt::Rectangle aCursorRect( aScreenRect.Left(), in getNumberOfLineWithCaret() local
4055 if ( aCharRect.X != aCursorRect.X || in getNumberOfLineWithCaret()
4056 aCharRect.Y != aCursorRect.Y ) in getNumberOfLineWithCaret()

Completed in 101 milliseconds