https://bugs.documentfoundation.org/show_bug.cgi?id=163531

--- Comment #10 from Buovjaga <[email protected]> ---
More tips:

cui/uiconfig/ui/linetabpage.ui has LB_START_STYLE and LB_END_STYLE.

cui/source/tabpages/tpline.cxx deals with these, see m_xLbStartStyle and
m_xLbEndStyle.

Relevant is SvxLineTabPage::FillXLSet_Impl() where if you have applied the
start style "Arrow", which exists both before and after Andreas's renaming
change, nPos = m_xLbStartStyle->get_active() will get the value 3 and
m_xLbStartStyle->get_active_text() correctly returns "Arrow".

If you have applied the style "Arrow Short", nPos will be 0 and
m_xLbStartStyle->get_active_text() returns "- none -".

The inner workings of the get_active() function remain a mystery to me. Ie. how
can we observe what m_xControl->get_active() is actually doing?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to