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

--- Comment #6 from Tamás Zolnai <zolnaitamas2...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to