Lines Matching refs:Key

626             case com::sun::star::awt::Key::MOVE_WORD_FORWARD:  in KeyInput()
627 case com::sun::star::awt::Key::SELECT_WORD_FORWARD: in KeyInput()
628 case com::sun::star::awt::Key::MOVE_WORD_BACKWARD: in KeyInput()
629 case com::sun::star::awt::Key::SELECT_WORD_BACKWARD: in KeyInput()
630 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_LINE: in KeyInput()
631 case com::sun::star::awt::Key::MOVE_TO_END_OF_LINE: in KeyInput()
632 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_LINE: in KeyInput()
633 case com::sun::star::awt::Key::SELECT_TO_END_OF_LINE: in KeyInput()
634 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_PARAGRAPH: in KeyInput()
635 case com::sun::star::awt::Key::MOVE_TO_END_OF_PARAGRAPH: in KeyInput()
636 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_PARAGRAPH: in KeyInput()
637 case com::sun::star::awt::Key::SELECT_TO_END_OF_PARAGRAPH: in KeyInput()
638 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_DOCUMENT: in KeyInput()
639 case com::sun::star::awt::Key::MOVE_TO_END_OF_DOCUMENT: in KeyInput()
640 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_DOCUMENT: in KeyInput()
641 case com::sun::star::awt::Key::SELECT_TO_END_OF_DOCUMENT: in KeyInput()
661 case com::sun::star::awt::Key::DELETE_WORD_BACKWARD: in KeyInput()
662 case com::sun::star::awt::Key::DELETE_WORD_FORWARD: in KeyInput()
663 case com::sun::star::awt::Key::DELETE_TO_BEGIN_OF_LINE: in KeyInput()
664 case com::sun::star::awt::Key::DELETE_TO_END_OF_LINE: in KeyInput()
675 case com::sun::star::awt::Key::DELETE_WORD_BACKWARD: in KeyInput()
679 case com::sun::star::awt::Key::DELETE_WORD_FORWARD: in KeyInput()
683 case com::sun::star::awt::Key::DELETE_TO_BEGIN_OF_LINE: in KeyInput()
687 case com::sun::star::awt::Key::DELETE_TO_END_OF_LINE: in KeyInput()
1292 case com::sun::star::awt::Key::SELECT_WORD_FORWARD: in ImpMoveCursor()
1294 case com::sun::star::awt::Key::MOVE_WORD_FORWARD: in ImpMoveCursor()
1297 case com::sun::star::awt::Key::SELECT_WORD_BACKWARD: in ImpMoveCursor()
1299 case com::sun::star::awt::Key::MOVE_WORD_BACKWARD: in ImpMoveCursor()
1302 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_LINE: in ImpMoveCursor()
1304 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_LINE: in ImpMoveCursor()
1307 case com::sun::star::awt::Key::SELECT_TO_END_OF_LINE: in ImpMoveCursor()
1309 case com::sun::star::awt::Key::MOVE_TO_END_OF_LINE: in ImpMoveCursor()
1312 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_PARAGRAPH: in ImpMoveCursor()
1314 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_PARAGRAPH: in ImpMoveCursor()
1317 case com::sun::star::awt::Key::SELECT_TO_END_OF_PARAGRAPH: in ImpMoveCursor()
1319 case com::sun::star::awt::Key::MOVE_TO_END_OF_PARAGRAPH: in ImpMoveCursor()
1322 case com::sun::star::awt::Key::SELECT_TO_BEGIN_OF_DOCUMENT: in ImpMoveCursor()
1324 case com::sun::star::awt::Key::MOVE_TO_BEGIN_OF_DOCUMENT: in ImpMoveCursor()
1327 case com::sun::star::awt::Key::SELECT_TO_END_OF_DOCUMENT: in ImpMoveCursor()
1329 case com::sun::star::awt::Key::MOVE_TO_END_OF_DOCUMENT: in ImpMoveCursor()