office-gobmx/editeng
Miklos Vajna 11754fd792 editeng tiled rendering: avoid selections callbacks in Paint()
Given that we emit selection callbacks on each logical operations (set
selection, deselect all, etc) already, it's not necessary to emit
callbacks in DrawSelection() when it's called from Paint().

Change-Id: I6781c71ee2f292de2a1c7d129fc49b514aca2be1
2015-10-16 11:25:50 +02:00
..
inc tdf#92341 Add AutoCorrect entry in context menu for non-swriter 2015-10-01 09:31:35 +00:00
qa Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
source editeng tiled rendering: avoid selections callbacks in Paint() 2015-10-16 11:25:50 +02:00
AllLangResTarget_editeng.mk
CppunitTest_editeng_borderline.mk
CppunitTest_editeng_core.mk
CppunitTest_editeng_lookuptree.mk
CustomTarget_generated.mk
Library_editeng.mk chained editeng: Add interface and implementations for text chaining 2015-09-20 13:05:14 +02:00
Makefile
Module_editeng.mk
README

Edit engine.

In OO.o build DEV300m72 this module was split off from svx but it
has no dependencies on [[svx]] (nor on [[sfx2]]) while in turn svx depends on editeng
Read more in the mailing list post:
[http://www.mail-archive.com/dev@openoffice.org/msg13237.html]