summaryrefslogtreecommitdiff
path: root/embeddedobj/test/Container1/nativelib/exports.dxp
blob: e03ee0d2bccd42aea9173f1cc6e6d3c1579b4bb6 (plain)
1
2
3
Java_embeddedobj_test_NativeView_getNativeWindowSystemType;
Java_embeddedobj_test_NativeView_getNativeWindow;

r import and export support for ODF and OOXML. Change-Id: I58edd525d50f95199bd4fe7825afb51aaa7fc091 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155113 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2022-04-11sc: fix rendering when sparkline doesn't have a data rangeTomaž Vajngerl Change-Id: I945594d93c893043cea1758b3ad9c4e7692ef27e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132815 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2022-04-05Fix typosAndrea Gelmini Change-Id: Ifed6fa039466e580d911af91288c4a37bce08aae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132560 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net> 2022-04-05sc: Sparkline rendering improvement, take all attrs. into accountTomaž Vajngerl This change moves Sparkline rendering into a new class and into a separate file - SparklineRenderer, and improve the rendering by taking all the sparkline attributes into account. Improvements: - render correct line width for lines - take hidden cells into account - draw the X axis - allow to override the min, max values (custom X axis limits) - handle empty cells (interpret as zero, as a gap or interpolate) - correctly handle first and last value - take marker attribute and color into account (missing before) - simplify range iteration (with RangeTraverser class) - show min, max also for stacked sparkline type - ... Change-Id: Id855f775677aa309b42174e086ad4f5d7de079c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132541 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>