office-gobmx/comphelper
Jan Holesovsky 498dceb43f sc lok: Implement hi-dpi and zoom for spreadsheets.
A bit different approach than trying to paint different zoom levels at
the samet time, because it is terribly hard to achieve with Calc -
things misalign, because Calc tries to fit the lines into the pixels
etc.

Instead, always paint the spreadsheet at 100%, but use cairo to scale the
actual painting.

Change-Id: I228a9dd41bf29862bdd188825d12e61e1c86cccc
Reviewed-on: https://gerrit.libreoffice.org/63031
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2018-11-08 14:38:27 +01:00
..
inc/pch
qa Extend loplugin:redundantinline to catch inline functions w/o external linkage 2018-10-09 14:47:17 +02:00
source sc lok: Implement hi-dpi and zoom for spreadsheets. 2018-11-08 14:38:27 +01:00
util
CppunitTest_comphelper_ifcontainer.mk
CppunitTest_comphelper_syntaxhighlight_test.mk
CppunitTest_comphelper_test.mk
CppunitTest_comphelper_threadpool_test.mk
CppunitTest_comphelper_variadictemplates_test.mk
JunitTest_comphelper_complex.mk
Library_comphelper.mk Move GetkeyBindingStrByXkeyBinding to comphelper 2018-10-02 12:22:25 +02:00
Makefile
Module_comphelper.mk
README
StaticLibrary_windows_process.mk

Helper functionality for implementing UNO components

...anything not generic/mature enough to end up in URE's stable interface at
cppuhelper etc.