office-gobmx/svtools
Tomaž Vajngerl 3da2a6a587 fdo#49350 Speedup entry painting for SvTreeListBox
Painting code for entry in SvTreeListBox switches between default
and highlight font (which is only the default font with a different
colour). This is done using SetFont which assumes that the font
changes entry dimensions, which then recalculates everything. This
is done for every entry so it is slow if there are a moderate number
of entries. Fix here is to call Control::SetFont - we can do this
because we know that switching between highlight and default font
wont change the font dimensions.

On the other hand - this highlighting entries when selected is
(at least on linux) already supported by the native widget.

Change-Id: I12d32f6f7b43e669442e462ad4dd80cde24b9e74
2012-09-20 21:17:15 +02:00
..
bmpmaker
inc/svtools XubString->OUString 2012-09-17 10:46:27 +01:00
langsupport Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
prj
qa
source fdo#49350 Speedup entry painting for SvTreeListBox 2012-09-20 21:17:15 +02:00
util
AllLangResTarget_svt.mk
CppunitTest_svtools_filters_test.mk fdo#46808, Adapt i18n::LocaleData UNO service to new style 2012-09-17 14:28:21 +02:00
Executable_bmp.mk
Executable_bmpsum.mk
Executable_g2g.mk
Executable_langsupport.mk
JunitTest_svtools_unoapi.mk
Library_hatchwindowfactory.mk
Library_svt.mk - fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel) 2012-09-14 14:36:14 +00:00
Makefile
Module_svtools.mk introduce new option --disable-cve-tests 2012-09-20 09:48:29 +00:00
Package_inc.mk - fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel) 2012-09-14 14:36:14 +00:00
README

Tools on top of VCL. Common dialogs, file and print dialogs, wizards, vcl filters, lots of helper code.