Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx839 aCursorSz.Width()--; in ShowCursor()
840 aCursorSz.Height()--; in ShowCursor()
841 if ( !aCursorSz.Width() || !aCursorSz.Height() ) in ShowCursor()
845 if ( !aCursorSz.Width() ) in ShowCursor()
846 aCursorSz.Width() = nCursorSz; in ShowCursor()
847 if ( !aCursorSz.Height() ) in ShowCursor()
848 aCursorSz.Height() = nCursorSz; in ShowCursor()
853 Size aOldSz( aCursorSz ); in ShowCursor()
854 aCursorSz.Width() = aOldSz.Height(); in ShowCursor()
855 aCursorSz.Height() = aOldSz.Width(); in ShowCursor()
[all …]

Completed in 23 milliseconds