[Libreoffice-bugs] [Bug 111801] No hover effect in table design sidebar tab

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 22 18:33:02 UTC 2017


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

--- Comment #6 from Tamás Zolnai <zolnaitamas2000 at gmail.com> ---
(In reply to Kshitij from comment #5)
> Hi ,Iam new to libreoffice .I have gone through TableDesignPane.cxx &
> TableDesignPane.hxx but  was unable to find something .Also I wanted to know
> which file to look in which hover effect in slide layout sidebar tab is
> implemented and how to use this information.PLease help me.

Hi,
Some more info about the bug. As I see table style list is stored in
TableDesignWidget::m_pValueSet member, which has TableValueSet type. So the
change might be related to this class or this member.
A better example for checking how to use hover effect is the template manager
dialog (in Impress: File -> Templates -> Manage Templates). The table manager
code is here: sfx2/source/doc/templatedlg.cxx, but the hover effect handling
can be found in its base class (ThumbnailView::MouseMove).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170822/8cfef2f3/attachment.html>


More information about the Libreoffice-bugs mailing list