Home
last modified time | relevance | path

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

/aoo42x/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm85 long caretPos = [ wrapper accessibleText ] -> getCaretPosition();
86 if ( caretPos < 0 || caretPos > [ wrapper accessibleText ] -> getCharacterCount() ) {
89 return [ NSValue valueWithRange: NSMakeRange ( caretPos, 0 ) ]; // insertion point
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx100 gint caretPos = wrapper_obj->mpText->getCaretPosition(); in atk_wrapper_focus_idle_handler() local
102 if ( caretPos != -1 ) in atk_wrapper_focus_idle_handler()
105 g_signal_emit_by_name( atk_obj, "text_caret_moved", caretPos ); in atk_wrapper_focus_idle_handler()

Completed in 16 milliseconds