Home
last modified time | relevance | path

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

/aoo42x/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx89 AtkObjectWrapper* wrapper_obj = ATK_OBJECT_WRAPPER (atk_obj); in atk_wrapper_focus_idle_handler() local
90 if( wrapper_obj && !wrapper_obj->mpText && wrapper_obj->mpContext ) in atk_wrapper_focus_idle_handler()
92 …uno::Any any = wrapper_obj->mpContext->queryInterface( accessibility::XAccessibleText::static_type… in atk_wrapper_focus_idle_handler()
96wrapper_obj->mpText = reinterpret_cast< accessibility::XAccessibleText * > (any.pReserved); in atk_wrapper_focus_idle_handler()
97 if ( wrapper_obj->mpText != 0 ) in atk_wrapper_focus_idle_handler()
99 wrapper_obj->mpText->acquire(); in atk_wrapper_focus_idle_handler()
100 gint caretPos = wrapper_obj->mpText->getCaretPosition(); in atk_wrapper_focus_idle_handler()

Completed in 19 milliseconds