Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/
H A Dimpedit.cxx867 unsigned char nCursorDir = CURSOR_DIRECTION_NONE; in ShowCursor() local
874 nCursorDir = CURSOR_DIRECTION_RTL; in ShowCursor()
876 nCursorDir = CURSOR_DIRECTION_LTR; in ShowCursor()
879 GetCursor()->SetDirection( nCursorDir ); in ShowCursor()