oox/source/docprop/docprophandler.cxx |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 7d5d5e6e9b67807560a7db4123e8b41cc0f70a32
Author: Bartosz Kosiorek
Date: Wed Oct 12 06:44:41 2016 +0200
tdf#103143 Fix importing number of characters from docx files
5239cefff56875c7bb45c046977f1724aace0cfb
Author: Bartosz Kosiorek
Date: Sat Oct 15 14:36:28 2016 +0200
tdf#46738 Fix exporting .xlsx of coloured empty cells
When spreadsheet contains more that 84 cells, and these
cells are empty, but contains additional data (border color,
text color
| 64
4 files changed, 138 insertions(+), 58 deletions(-)
New commits:
commit baed960b8ce55370a040d0c0f49bd3fdc16bdf84
Author: Bartosz Kosiorek
Date: Tue Aug 15 07:35:35 2017 +0200
tdf#89139 Fix exporting of DateTime to CacheDefinition according to ISO 8601
| 65
+++-
4 files changed, 146 insertions(+), 57 deletions(-)
New commits:
commit 0c457ee0f069b5a53dbcf4480069568fdf201bd7
Author: Bartosz Kosiorek
Date: Tue Aug 15 07:35:35 2017 +0200
tdf#89139 Fix exporting of DateTime to CacheDefinition according to ISO 8601
drawinglayer/source/tools/emfphelperdata.cxx | 62 ++-
1 file changed, 24 insertions(+), 38 deletions(-)
New commits:
commit 64024d7c18bd114eb9958cf80eea9129e09923bd
Author: Bartosz Kosiorek
Date: Thu Nov 2 16:53:19 2017 +0100
tdf#111486 Fix component names in
drawinglayer/source/tools/emfphelperdata.cxx | 88 +++
drawinglayer/source/tools/emfphelperdata.hxx |1
2 files changed, 63 insertions(+), 26 deletions(-)
New commits:
commit 6070dec9ca9a15587a2aece81f9ae1ab5ac0f8c4
Author: Bartosz Kosiorek
Date: Fri Nov 3 23:39
drawinglayer/source/tools/emfphelperdata.cxx | 65 +++
1 file changed, 37 insertions(+), 28 deletions(-)
New commits:
commit e49aa9303f047d7610b2b8334404db120d7bc8db
Author: Bartosz Kosiorek
Date: Mon Nov 6 23:44:34 2017 +0100
tdf#77229 tdf#113635 EMF+ Add
drawinglayer/source/tools/emfphelperdata.cxx | 11 +++
drawinglayer/source/tools/emfphelperdata.hxx |2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
New commits:
commit 4418372084001ae6ae8153bf79a551a5bd5b40d4
Author: Bartosz Kosiorek
Date: Tue Nov 7 22:34:46 2017 +0100
drawinglayer/source/tools/emfphelperdata.cxx | 22 --
drawinglayer/source/tools/emfphelperdata.hxx |2 +-
2 files changed, 21 insertions(+), 3 deletions(-)
New commits:
commit 6db0267156030ca24163efd9b66278f54bf28d73
Author: Bartosz Kosiorek
Date: Fri Nov 10 14:08:38
drawinglayer/source/tools/emfphelperdata.cxx | 13 ++---
1 file changed, 10 insertions(+), 3 deletions(-)
New commits:
commit 2796b7e298b7c536a87fdf9502e1a6093a041e93
Author: Bartosz Kosiorek
Date: Tue Nov 14 00:10:47 2017 +0100
tdf#113758 EMF+ Add mapping of clipped region to
d0c4cee7e5ad00363d264aec0011a4b07983b19d
Author: Bartosz Kosiorek
Date: Sun Nov 5 00:02:49 2017 +0100
tdf#113704 Implement proper reading of the EmfPlusRegionNode
Regions are specified as a binary tree of region nodes, and each node must
either be a terminal node or specify one or two child nodes
drawinglayer/source/tools/emfphelperdata.cxx | 39 +++
drawinglayer/source/tools/emfphelperdata.hxx |2 -
2 files changed, 23 insertions(+), 18 deletions(-)
New commits:
commit d552f67f5ee508ac6fbe03d16e6ba3ac429c3a48
Author: Bartosz Kosiorek
Date: Wed Nov 15 23
drawinglayer/source/tools/emfphelperdata.cxx | 25 +
1 file changed, 9 insertions(+), 16 deletions(-)
New commits:
commit 262bc4387970106f4fa9bf0b85cf82cbf645bcf8
Author: Bartosz Kosiorek
Date: Fri Nov 17 01:23:23 2017 +0100
tdf#113451 Fix misplacing of lines by
drawinglayer/source/tools/emfpbrush.cxx | 13 ++---
1 file changed, 2 insertions(+), 11 deletions(-)
New commits:
commit c1c868003e129ff286ccd787e22f1a64a75de58a
Author: Bartosz Kosiorek
Date: Fri Nov 17 09:56:00 2017 +0100
tdf#111486 Use buildin methods for displaying matrix
writerfilter/source/ooxml/OOXMLDocumentImpl.cxx |7 +++
writerfilter/source/ooxml/OOXMLDocumentImpl.hxx |1 +
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 4a169551433a0897ca9b1baccbfce134059aef05
Author: Bartosz Kosiorek
Date: Sat Jun 3 12:31:32 2017 +0200
writerfilter/source/ooxml/OOXMLDocumentImpl.cxx |7 +++
writerfilter/source/ooxml/OOXMLDocumentImpl.hxx |1 +
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit d20d5aad44118187feee51d4b0f38e4586f3
Author: Bartosz Kosiorek
Date: Sat Jun 3 12:31:32 2017 +0200
5e223be2102a171c857be8db1327f23faea0ef78
Author: Bartosz Kosiorek
Date: Tue Jan 3 23:25:51 2017 +0100
tdf#50916 Use aCol.size() instead of MAXCOL to increase max number of column
Currently when we are increasing MAXCOL variable, the memory usage and
performance are increase
sc/source/core/data/document.cxx | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
New commits:
commit 4f6d6d905ffe4e9962ea858d415273df4f5829fd
Author: Bartosz Kosiorek
Date: Sat Jan 14 00:03:25 2017 +0100
tdf#50916 Make sure that we don't access aCol out of
sc/source/core/data/table2.cxx | 30 ++
sc/source/core/data/table5.cxx |4 +++-
2 files changed, 21 insertions(+), 13 deletions(-)
New commits:
commit e15fd1371567fd4b78dab37d843562ff676c52b8
Author: Bartosz Kosiorek
Date: Thu Jan 19 07:09:38 2017 +0100
insertions(+), 17 deletions(-)
New commits:
commit 8129ad7b22dceeb2fef13741aa509c2229cf03de
Author: Bartosz Kosiorek
Date: Wed May 24 01:13:26 2017 +0200
tdf#104219 Don't export color information when color is automatic
In LibreOffice and MS Office, there are two types of c
insertions(+), 17 deletions(-)
New commits:
commit edf5dcda53e9af586e9f9f28d29bd0c3c778b474
Author: Bartosz Kosiorek
Date: Wed May 24 01:13:26 2017 +0200
tdf#104219 Don't export color information when color is automatic
In LibreOffice and MS Office, there are two types of c
insertions(+), 17 deletions(-)
New commits:
commit 0b0cc6a3306a03798fdbe766976480160d0d5c22
Author: Bartosz Kosiorek
Date: Wed May 24 01:13:26 2017 +0200
tdf#104219 Don't export color information when color is automatic
In LibreOffice and MS Office, there are two types of c
writerfilter/source/ooxml/OOXMLDocumentImpl.cxx |1 -
writerfilter/source/ooxml/OOXMLDocumentImpl.hxx |1 +
2 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e547d147d6df7042db58bfa3060140c849493f4
Author: Bartosz Kosiorek
Date: Sat Jun 3 12:31:32 2017 +0200
tdf
sc/qa/unit/data/ods/ceiling-floor.ods |binary
sc/qa/unit/subsequent_export-test.cxx | 18 ++
2 files changed, 18 insertions(+)
New commits:
commit d5215e0e58febf582b18ad38f5745f8ae924cc1f
Author: Bartosz Kosiorek
Date: Thu Mar 23 00:24:34 2017 +0100
unit test for
vcl/source/filter/wmf/enhwmf.cxx | 24
1 file changed, 12 insertions(+), 12 deletions(-)
New commits:
commit 92a5c6d2c0d0ec4ec4df689f96065574b83a3657
Author: Bartosz Kosiorek
Date: Mon Apr 3 01:09:10 2017 +0200
Read number of polylines as UInt32 according to
cppcanvas/source/mtfrenderer/emfplus.cxx | 88 +++
1 file changed, 55 insertions(+), 33 deletions(-)
New commits:
commit 723ee43cf65f85d7b586ae8c98529a22621054a3
Author: Bartosz Kosiorek
Date: Fri Apr 7 13:24:41 2017 +0200
Replace EmfPlusRecordType decimal
cppcanvas/source/mtfrenderer/emfplus.cxx | 63 +++
1 file changed, 32 insertions(+), 31 deletions(-)
New commits:
commit a45feba83e5fb35eee1884887e8dbe795ebacde5
Author: Bartosz Kosiorek
Date: Fri Apr 7 14:43:44 2017 +0200
tdf#107016 EMF+ Add support of
cppcanvas/source/mtfrenderer/emfplus.cxx | 50 ++-
1 file changed, 49 insertions(+), 1 deletion(-)
New commits:
commit 9b693d896bf9a08cd8987e483f5269d6f2be1fd3
Author: Bartosz Kosiorek
Date: Fri Apr 7 19:50:26 2017 +0200
tdf#107019 EMF+ Add support for
cppcanvas/source/mtfrenderer/emfplus.cxx | 33 +++
1 file changed, 25 insertions(+), 8 deletions(-)
New commits:
commit 2e7c94f5054dec4ab19c44209136c886793f0acb
Author: Bartosz Kosiorek
Date: Sat Apr 8 01:10:05 2017 +0200
tdf#107034 EMF+ Add support for
cppcanvas/source/mtfrenderer/emfplus.cxx | 88 +++
1 file changed, 55 insertions(+), 33 deletions(-)
New commits:
commit 0b8263c8efd7851eb0c9d2a12436adc96c78fcd5
Author: Bartosz Kosiorek
Date: Fri Apr 7 13:24:41 2017 +0200
Replace EmfPlusRecordType decimal
cppcanvas/source/mtfrenderer/emfplus.cxx | 88 +++
1 file changed, 55 insertions(+), 33 deletions(-)
New commits:
commit 42bf09876a8cb7faef0c2490ff3e7531de4fec8f
Author: Bartosz Kosiorek
Date: Fri Apr 7 13:24:41 2017 +0200
Replace EmfPlusRecordType decimal
cppcanvas/source/inc/implrenderer.hxx| 33 +--
cppcanvas/source/mtfrenderer/emfplus.cxx | 27 -
2 files changed, 49 insertions(+), 11 deletions(-)
New commits:
commit fcb32f1cbc335a953cea62f66b9f50170263fb56
Author: Bartosz Kosiorek
and the first point, to close the shape.
In this commit support of additional line which close shape was added.
Change-Id: I47ae3d8003cbfdd5b8ff5ba78e1ebe10f97af04b
Reviewed-on: https://gerrit.libreoffice.org/36317
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek
diff
cppcanvas/source/mtfrenderer/emfplus.cxx | 26 +-
1 file changed, 25 insertions(+), 1 deletion(-)
New commits:
commit fe62003caabf7665d41085c5d16f177f8186fce4
Author: Bartosz Kosiorek
Date: Mon Apr 10 00:31:00 2017 +0200
tdf#106084 EMF+ Add support for
cppcanvas/source/mtfrenderer/emfplus.cxx | 33 +++
1 file changed, 25 insertions(+), 8 deletions(-)
New commits:
commit 9bd87273788216260ffb394889cf9a05540688f1
Author: Bartosz Kosiorek
Date: Sat Apr 8 01:10:05 2017 +0200
tdf#107034 EMF+ Add support for
cppcanvas/source/mtfrenderer/emfplus.cxx | 63 +++
1 file changed, 32 insertions(+), 31 deletions(-)
New commits:
commit e3f09dcbd5e6aafe42d02c7b51497007abcdf1f7
Author: Bartosz Kosiorek
Date: Fri Apr 7 14:43:44 2017 +0200
tdf#107016 EMF+ Add support of
cppcanvas/source/mtfrenderer/emfplus.cxx | 50 ++-
1 file changed, 49 insertions(+), 1 deletion(-)
New commits:
commit 5eaa4feece4b3d0fba26cfe76d2be26e0f15c128
Author: Bartosz Kosiorek
Date: Fri Apr 7 19:50:26 2017 +0200
tdf#107019 EMF+ Add support for
cppcanvas/source/mtfrenderer/emfplus.cxx | 17 +
1 file changed, 13 insertions(+), 4 deletions(-)
New commits:
commit 715df6e9f8926e511dbdee52367ec08676f71952
Author: Bartosz Kosiorek
Date: Fri Apr 14 00:04:57 2017 +0200
tdf#107159 EMF+ Add support for EmfPlusDrawArc
084a1fc85f2e9099b89b7a0bc519a8d482645155
Author: Bartosz Kosiorek
Date: Tue Aug 1 05:40:34 2017 +0200
tdf#89139 tdf#109016 Fix PivotCache fields according to OOXML specification
Apply changes to fields:
- XML_containsInteger
- XML_containsBlank
- XML_containsMixedTypes
drawinglayer/source/tools/emfphelperdata.cxx |6 +++---
drawinglayer/source/tools/emfphelperdata.hxx |4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 7b0f064dc4e7d33fe9bd927dae35ab0a4ef97b5f
Author: Bartosz Kosiorek
Date: Fri Dec 1 23:11:45 2017 +0100
drawinglayer/source/tools/emfphelperdata.cxx |6 +++---
drawinglayer/source/tools/emfphelperdata.hxx |4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 6f609433730ecdbc23096b9362df596a0b703d37
Author: Bartosz Kosiorek
Date: Fri Dec 1 23:11:45 2017 +0100
drawinglayer/source/tools/emfphelperdata.cxx |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 63bd6ee2c49f2d0c77c542778fc43ad476f6451b
Author: Bartosz Kosiorek
Date: Fri Nov 17 10:49:01 2017 +0100
tdf#111486 Multiply by whole base transformation, and not
drawinglayer/source/tools/emfphelperdata.cxx |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 7c1577ae16cd7ae402d1f61d831232c783bb9df6
Author: Bartosz Kosiorek
Date: Sat Nov 18 23:47:03 2017 +0100
tdf#112500 Store world transform during graphic save
Change-Id
sc/source/filter/oox/stylesbuffer.cxx | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 51a1fb0beb813624b5bc3255a889f9d630ccb0d4
Author: Bartosz Kosiorek
Date: Sat Nov 25 09:51:58 2017 +0100
tdf#113271 Fix order of color's attributes i
sc/source/filter/oox/stylesbuffer.cxx | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 3278c8f9bb040cddd15d9e7eb4991d0447cbc964
Author: Bartosz Kosiorek
Date: Sat Nov 25 09:51:58 2017 +0100
tdf#113271 Fix order of color's attributes i
sc/source/filter/oox/stylesbuffer.cxx | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 5930033f050e933a134a1ff11974b8601d8a7f9a
Author: Bartosz Kosiorek
Date: Sat Nov 25 09:51:58 2017 +0100
tdf#113271 Fix order of color's attributes i
vcl/quartz/salbmp.cxx | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 054a3586bb4808728a5cd58ea8a867539c08e55c
Author: Bartosz Kosiorek
Date: Thu Jun 28 09:52:50 2018 +0200
tdf#117335 Fix displaying GIF images
To fix regression the
vcl/quartz/salbmp.cxx | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit a3786926c8a56c9eecb6547eb70c1dba98373788
Author: Bartosz Kosiorek
Date: Thu Jun 28 09:52:50 2018 +0200
tdf#117335 Fix displaying GIF images
To fix regression the
commits:
commit 228c25fd17727660a3372307e3f73dbcff5e71d2
Author: Bartosz Kosiorek
Date: Fri Jun 17 16:21:06 2016 +0200
tdf#98106 Preserving hidden and empty rows after xlsx export
Change-Id: I1ff2bab766eadac1dd5d483453af0e760634083d
Reviewed-on: https://gerrit.libreoffice.org
: Bartosz Kosiorek
Date: Sat Jul 2 03:29:26 2016 +0200
tdf#48767 Fix orientation issue after export to .xlsx
After save to .xlsx in usePrinterDefaults was added into PageSetup.
Due to bug in MS Excel, when usePrinterDefaults is present,
(no matter what value), the orientation of
:
commit cc503abb860c33a54a188640a5962dbdf7052284
Author: Bartosz Kosiorek
Date: Fri Jun 24 02:10:25 2016 +0200
tdf#100347 Fix Outline export into XLSX format
In previous XLSX export implementation the outline
for column was not saved. Also rows without cell content
was not saved
: Bartosz Kosiorek
Date: Fri Jul 8 10:08:00 2016 +0200
tdf#51524 Preserve hidden column width after saving into .xlsx and .xls
Change-Id: I7f69a1e8f8ef46d8b0ab889df30498ec54917230
Reviewed-on: https://gerrit.libreoffice.org/27035
Tested-by: Jenkins
Reviewed-by: Eike
Hello.
I would like to implement, increasing maximum footnote height, to resolve
issue:
https://bugs.documentfoundation.org/show_bug.cgi?id=73977
The footnote height could be set manually and with custom height.
Both are limited in theory by page height, but in practice there is some
magic number
commits:
commit e044eafc485ef29a68b3a8e0e7c75b372ebb1ac9
Author: Bartosz Kosiorek
Date: Mon Jun 6 23:26:27 2016 +0200
tdf#48140 Remove unused headers from xlsx import to improve build
performance
Change-Id: Ie22dc56cceddcb91e946083c6bcf4c041545e75b
Reviewed-on: https
sc/source/filter/excel/xetable.cxx | 17 ++---
1 file changed, 14 insertions(+), 3 deletions(-)
New commits:
commit 12408dad1b2af4055b91439e3cfbe46e0df52b41
Author: Bartosz Kosiorek
Date: Sun Aug 7 13:58:21 2016 +0200
tdf#101363 Fix precision of column width according to MS
sc/source/filter/excel/xepage.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit dd99a9fd72f73c9d7c1b9ac6754f3d17568af81b
Author: Bartosz Kosiorek
Date: Fri Aug 12 14:27:40 2016 +0200
tdf#48767 Fix orientation issue after export to .xlsx (lo-5-2
9b9bcef5ef1858c63c8708bfae2ecea3d398eeb8
Author: Bartosz Kosiorek
Date: Fri Aug 12 10:51:11 2016 +0200
tdf#70565 Set correct default values to "0" of xfId attribute
When xfId is not exist during .xlsx import
it must have values set to "0".
It is not impacts spreadsheets c
sc/source/filter/oox/stylesbuffer.cxx | 16 +++-
1 file changed, 15 insertions(+), 1 deletion(-)
New commits:
commit fb37ba7df28ee9eb81c1dc21c55baabe56c474b3
Author: Bartosz Kosiorek
Date: Sat Aug 20 23:11:24 2016 +0200
tdf#70565 Set correct default values to "0&quo
vcl/quartz/salbmp.cxx | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 34bba6eaa404f5a081dcc28f9cca7fd55a10fe0c
Author: Bartosz Kosiorek
Date: Thu Jun 28 09:52:50 2018 +0200
tdf#117335 Fix displaying GIF images
To fix regression the
++--
5 files changed, 46 insertions(+), 11 deletions(-)
New commits:
commit 066917dcb517f114742dac602d3b7c290ab90999
Author: Bartosz Kosiorek
Date: Thu Jun 28 09:52:50 2018 +0200
tdf#117335 Fix displaying GIF images
To fix regression the sal_uInt16 was used instead of
Tag 'cp-6.0-6' created by Andras Timar at
2018-07-09 14:48 +
cp-6.0-6
Changes since cp-6.0-5-116:
---
0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinf
cppcanvas/source/mtfrenderer/emfplus.cxx | 62 +
drawinglayer/source/tools/emfphelperdata.cxx | 79 +--
2 files changed, 69 insertions(+), 72 deletions(-)
New commits:
commit f2410ad4d0f1e93c7f12ee51da9e1a1a90f0f5a4
Author: Bartosz Kosiorek
| 10
include/sal/log-areas.dox |5
11 files changed, 221 insertions(+), 218 deletions(-)
New commits:
commit 08a690cf66d4e798896b61aa5a7a81e81885cd0c
Author: Bartosz Kosiorek
Date: Wed Oct 25 15:19:18 2017 +0200
tdf#111486 Fix description of SAL_ macros after
drawinglayer/source/tools/emfphelperdata.cxx | 18 ++
drawinglayer/source/tools/emfphelperdata.hxx |2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
New commits:
commit 9270e6ad00b75eb35cae71998642a7c306eb4d03
Author: Bartosz Kosiorek
Date: Thu Oct 26 01:28:51 2017
/svgreader/svganode.cxx |2
svgio/source/svgreader/svggnode.cxx |2
6 files changed, 138 insertions(+), 45 deletions(-)
New commits:
commit 2afdea17162731888ad8f09fae2bb50e4246d7e9
Author: Bartosz Kosiorek
Date: Fri Mar 2 01:07:57 2018 +0100
tdf
/svgreader/svganode.cxx |2
svgio/source/svgreader/svggnode.cxx |2
6 files changed, 138 insertions(+), 45 deletions(-)
New commits:
commit aee1904446cd0508cdf06fd23155373b5018dfed
Author: Bartosz Kosiorek
Date: Fri Mar 2 01:07:57 2018 +0100
tdf
insertions(+), 16 deletions(-)
New commits:
commit 40e722fd44e3cf026e1aee2b2c2c97eb57b53468
Author: Bartosz Kosiorek
Date: Wed Feb 7 02:57:30 2018 +0100
tdf#114168 If minor axis unit is automatic, then set it to 5
Based on OOXML implementation in MS Excel,
if Minor axis Unit is set
oox/source/export/chartexport.cxx |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit dfd19459a336a6cd9a67a0d3dc3cf305de567be1
Author: Bartosz Kosiorek
Date: Thu Feb 8 14:15:48 2018 +0100
tdf#114139 Don't export Plot Area shape property fot 3D c
oox/source/export/chartexport.cxx | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
New commits:
commit 49c0d98cb2bec7d171f9847b1335874c05042187
Author: Bartosz Kosiorek
Date: Sun Feb 18 22:12:29 2018 +0100
Add export of the side wall for 3D chart, during .xlsx
insertions(+), 97 deletions(-)
New commits:
commit 5f1534363461804977ec97580b96b227d9d2cdf0
Author: Bartosz Kosiorek
Date: Mon Apr 9 12:43:55 2018 +0200
EMF+ Fix variable types according to specification
Change-Id: I03b949abbe53a4f34bba72a23f941ebea443f737
Reviewed-on: https
ba662ea44083107f10184a4f01b94f9b8e3ed3dc
Author: Bartosz Kosiorek
Date: Tue Apr 10 22:15:01 2018 +0200
tdf#106084 EMF+ Implement String aligment and Leading/Trailing Margin.
Many users noticing that EMF DrawString is shifted horizontally in same
cases.
It is caused by missing implementation
drawinglayer/source/tools/emfphelperdata.cxx | 12 ++--
drawinglayer/source/tools/emfppath.cxx |5 +
2 files changed, 7 insertions(+), 10 deletions(-)
New commits:
commit 7d829719a25eaeee7022983ca211203c2a48cf51
Author: Bartosz Kosiorek
Date: Fri Apr 13 16:56:29 2018
(-)
New commits:
commit dbe3c29a3bf74b0d037eb035eca11aa4836db8da
Author: Bartosz Kosiorek
Date: Wed Apr 11 01:05:01 2018 +0200
tdf#113624 EMF+ Add support for different units conversion
With previous implementation only Pixel unit was supported.
Other units (eg. inch, milimeters
drawinglayer/source/tools/emfphelperdata.cxx | 10 +-
drawinglayer/source/tools/emfphelperdata.hxx |1 +
2 files changed, 10 insertions(+), 1 deletion(-)
New commits:
commit a2851d562cdfaf06e5f767030677846f3f129b1c
Author: Bartosz Kosiorek
Date: Sun Apr 15 02:00:16 2018 +0200
32e7640dc6113945fcd48ce3c0e74cf095da9670
Author: Bartosz Kosiorek
Date: Tue Apr 10 22:15:01 2018 +0200
tdf#106084 EMF+ Implement String aligment and Leading/Trailing Margin.
Many users noticing that EMF DrawString is shifted horizontally in same
cases.
It is caused by missing implementation
drawinglayer/source/tools/emfphelperdata.cxx | 12 ++--
drawinglayer/source/tools/emfppath.cxx |5 +
2 files changed, 7 insertions(+), 10 deletions(-)
New commits:
commit 5024688f5e2d99b704fff05d2dddf12c397a4aa9
Author: Bartosz Kosiorek
Date: Fri Apr 13 16:56:29 2018
drawinglayer/source/tools/emfphelperdata.cxx | 10 +-
drawinglayer/source/tools/emfphelperdata.hxx |1 +
2 files changed, 10 insertions(+), 1 deletion(-)
New commits:
commit 674e8c5412e938191ad3e928e9a52b5420bec85c
Author: Bartosz Kosiorek
Date: Sun Apr 15 02:00:16 2018 +0200
(-)
New commits:
commit e58dc868a6ac0df24adf88f32f90a9e4fc6fdae9
Author: Bartosz Kosiorek
Date: Wed Apr 11 01:05:01 2018 +0200
tdf#113624 EMF+ Add support for different units conversion
With previous implementation only Pixel unit was supported.
Other units (eg. inch, milimeters
(-)
New commits:
commit a1b1ed766d1110acf843b807d554f9375963234c
Author: Bartosz Kosiorek
Date: Tue Jan 31 00:25:12 2017 +0100
tdf#50916 Allow dynamically increase number of columns according to needs
Change-Id: I08b1d70b6aafb01738bb5dec3f4eafd7b21e6bb5
Reviewed-on: https
sc/source/filter/xml/xmlexprt.cxx | 42 --
sc/source/filter/xml/xmlexprt.hxx |9 +++-
2 files changed, 31 insertions(+), 20 deletions(-)
New commits:
commit b51bc85cd2ded95668cfcacdb8a2a4a388fe51f4
Author: Bartosz Kosiorek
Date: Tue Feb 28 00:43
vcl/source/filter/wmf/enhwmf.cxx | 45 ++-
1 file changed, 30 insertions(+), 15 deletions(-)
New commits:
commit 56ee0a940915e882c9eaa5c365c10231f328ff93
Author: Bartosz Kosiorek
Date: Fri Mar 31 22:30:33 2017 +0200
Get rid of magic numbers
Author: Bartosz Kosiorek
Date: Wed Jan 3 23:27:16 2018 +0100
tdf#114173 Preserve size of chart legend during xlsx export
This is a combination of 2 commits.
tdf#114173 Preserve size of chart legend during xlsx export
During export chart into .xlsx file,
the
Author: Bartosz Kosiorek
Date: Wed Jan 3 23:27:16 2018 +0100
tdf#114173 Preserve size of chart legend during xlsx export
During export chart into .xlsx file,
the information about size of legend was not saved.
Example of proper size
Author: Bartosz Kosiorek
Date: Wed Jan 3 23:27:16 2018 +0100
tdf#114173 Preserve size of chart legend during xlsx export
During export chart into .xlsx file,
the information about size of legend was not saved.
Example of proper size
sc/source/core/tool/interpr1.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b6db65752c60de7268e4f65d7fc5ac110adb2fb0
Author: Bartosz Kosiorek
Date: Tue Feb 6 02:10:14 2018 +0100
tdf#115162 Fix support for external reference for IFS functions
sc/source/core/tool/interpr1.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d4a41817aa86fffaa3a27265966bc8265d34dd0a
Author: Bartosz Kosiorek
Date: Tue Feb 6 02:10:14 2018 +0100
tdf#115162 Fix support for external reference for IFS functions
sc/source/core/tool/interpr1.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d9fafddcf8eb37916c8a8e76af36d67c8db84a98
Author: Bartosz Kosiorek
Date: Tue Feb 6 02:10:14 2018 +0100
tdf#115162 Fix support for external reference for IFS functions
sc/source/core/tool/interpr1.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 5c3d0a70a0edb182714725ef920d74667feffb0e
Author: Bartosz Kosiorek
Date: Tue Feb 6 00:45:32 2018 +0100
tdf#114820 Fix reading external reference for VLOOKUP and HLOOKUP
sc/source/core/tool/interpr1.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit b8e9f185c509213b4daae018ec27483dacdad2a0
Author: Bartosz Kosiorek
Date: Tue Feb 6 00:45:32 2018 +0100
tdf#114820 Fix reading external reference for VLOOKUP and HLOOKUP
sc/source/core/tool/interpr1.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit e392f847bff0321d7884daabe74d91d90f07a0bf
Author: Bartosz Kosiorek
Date: Tue Feb 6 00:45:32 2018 +0100
tdf#114820 Fix reading external reference for VLOOKUP and HLOOKUP
oox/source/export/preset-definitions-to-shape-types.pl |3 +-
sc/qa/unit/subsequent_export-test.cxx | 21 -
2 files changed, 18 insertions(+), 6 deletions(-)
New commits:
commit ea7274259a211170ee9f5a8714a2f9acd8bed6d8
Author: Bartosz Kosiorek
Date: Fri
insertions(+), 16 deletions(-)
New commits:
commit 274825b4180c81540cd0d1b22c5243f1b39fe4db
Author: Bartosz Kosiorek
Date: Wed Feb 7 02:57:30 2018 +0100
tdf#114168 If minor axis unit is automatic, then set it to 5
Based on OOXML implementation in MS Excel,
if Minor axis Unit is set
oox/source/export/chartexport.cxx |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 5b9e76557d2b5c835a5873de1ce530f36ea98d2d
Author: Bartosz Kosiorek
Date: Thu Feb 8 14:15:48 2018 +0100
tdf#114139 Don't export Plot Area shape property fot 3D c
oox/source/export/chartexport.cxx | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
New commits:
commit ff63bae0133e3b90b32af88a4307fb4f5dafd95f
Author: Bartosz Kosiorek
Date: Sun Feb 18 22:12:29 2018 +0100
Add export of the side wall for 3D chart, during .xlsx
insertions(+), 56 deletions(-)
New commits:
commit 45d5c18a9a643590b18e7cc48ab80076a31b75b3
Author: Bartosz Kosiorek
Date: Fri Jan 19 16:08:30 2018 +0100
tdf#50916 Refactor of the table7.cxx to allow dynamic column size
Change-Id: I60ea249ca621e25b3585e1d2f75bdf15d96f6dcc
changed, 16 insertions(+), 15 deletions(-)
New commits:
commit e1e2defb2cd9b572747b964e5ec97d289029af8c
Author: Bartosz Kosiorek
Date: Tue Feb 28 02:48:32 2017 +0100
tdf#50916 Simplify and refactor source code
Change-Id: Ibcb3068318180f2adfdc41aac5d75299c1ffaffc
Reviewed-on: https
sc/source/filter/excel/xeview.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0637d0f43d3dc5b41a1bbc5726d6a68b7c36a519
Author: Bartosz Kosiorek
Date: Thu Oct 20 10:50:31 2016 +0200
tdf#101042 Fix for frozen windows in Excel
Window protection is
sc/source/filter/excel/xeview.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a6114042c590ff319e7d1877935e56e6c77bc3ee
Author: Bartosz Kosiorek
Date: Thu Oct 20 10:50:31 2016 +0200
tdf#101042 Fix for frozen windows in Excel
Window protection is
/xmlsubti.hxx |3 ---
sc/source/filter/xml/xmltabi.cxx |6 --
sc/source/ui/unoobj/datauno.cxx |2 +-
18 files changed, 1 insertion(+), 56 deletions(-)
New commits:
commit dfee3a97a0bd30e461974af4ecb09f67bded584d
Author: Bartosz Kosiorek
Date: Fri
/xmlfilti.hxx |5 +
5 files changed, 11 insertions(+), 19 deletions(-)
New commits:
commit e1078f21d6e0faf93b22cb8e8af2a91c0b16071d
Author: Bartosz Kosiorek
Date: Sat Nov 19 16:00:29 2016 +0100
tdf#48140 Replace CellAddress uno calls with direct access
Change-Id
1 - 100 of 289 matches
Mail list logo