chart2/qa/extras/chart2import.cxx |4 +--
chart2/qa/extras/xshape/data/reference/tdf90839-2.xml | 16 +++---
chart2/qa/extras/xshape/data/reference/tdf90839-3.xml | 16 +++---
chart2/qa/extras/xshape/data/reference/tdf90839-4.xml | 16 +++---
c
configure.ac |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 19994e7aec92a0dd3448e7f680b6e820933cfdcc
Author: Gleb Popov <6year...@gmail.com>
AuthorDate: Sun Oct 18 19:24:52 2020 +0400
Commit: Mike Kaganski
CommitDate: Mon Oct 19 09:47:51 2020 +0200
Add
sw/source/filter/ww8/ww8scan.cxx | 37 ++---
sw/source/filter/ww8/ww8scan.hxx |6 --
2 files changed, 30 insertions(+), 13 deletions(-)
New commits:
commit 7f55db80c6fe42c162bbf51404e638a66b6ae9ab
Author: Caolán McNamara
AuthorDate: Sun Oct 18 20:36:
sc/qa/unit/tiledrendering/tiledrendering.cxx | 17 +
sc/source/ui/unoobj/docuno.cxx | 12 +++-
sd/qa/unit/tiledrendering/tiledrendering.cxx | 16
sd/source/ui/unoidl/unomodel.cxx |2 ++
sw/qa/extras/tiledrendering
sd/source/filter/ppt/pptinanimations.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 91c785d3aec872197ced5788ae83347cadd94804
Author: Noel
AuthorDate: Mon Oct 19 08:49:36 2020 +0200
Commit: Noel Grandin
CommitDate: Mon Oct 19 10:20:43 2020 +0200
fix
include/sfx2/strings.hrc |
4
include/vcl/filter/PDFiumLibrary.hxx |
93 ++
sc/source/core/data/table3.cxx |
4
vcl/Library_vcl.mk
sw/inc/unotxdoc.hxx | 42 +--
sw/source/core/inc/flowfrm.hxx|6
sw/source/core/layout/flowfrm.cxx |2
sw/source/uibase/uno/unotxdoc.cxx | 462 +++---
4 files changed, 256 insertions(+), 256 deletions(-)
New commits:
commit 195b28c9f0c
vcl/source/outdev/font.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 1441ab9c75a2f0ac664983db22b681a1b602f8a9
Author: Noel
AuthorDate: Mon Oct 19 09:19:15 2020 +0200
Commit: Noel Grandin
CommitDate: Mon Oct 19 10:34:53 2020 +0200
fix possible
Our two competitors MS Office/WPS do not have the problem of scaling. Opening a
document with 100 slides makes little percetible difference from opening a PPT
of one single slide. We take a look at the code, and we think, maybe, instead
of importing the document slide by slide, would it be possi
sc/qa/unit/data/xlsx/tdf90104.xlsx|binary
sc/qa/unit/subsequent_export-test.cxx | 24 +++
sc/source/filter/excel/xecontent.cxx | 35 +-
sc/source/filter/inc/xecontent.hxx|1
4 files changed, 59 insertions(+), 1 deletion(-)
New
vcl/unx/gtk3/gtk3gtkframe.cxx | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit d76e9fc4edcdf9a44cb2ed9542261064a8a76dde
Author: Caolán McNamara
AuthorDate: Sat Oct 17 16:24:09 2020 +0100
Commit: Michael Stahl
CommitDate: Mon Oct 19 11:21:34 2020
vcl/win/gdi/winlayout.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a3f93ced82f8d4d122468cc4a1c4298141d67507
Author: Stephan Bergmann
AuthorDate: Mon Oct 19 09:20:35 2020 +0200
Commit: Stephan Bergmann
CommitDate: Mon Oct 19 11:48:41 2020 +0200
vcl/inc/win/salgdi.h |2 +-
vcl/win/gdi/salfont.cxx | 31 +++
vcl/win/gdi/winlayout.cxx |2 +-
3 files changed, 5 insertions(+), 30 deletions(-)
New commits:
commit 6137de745606e9ccee94119fd1f8b7a90c4aa323
Author: Noel Grandin
AuthorDate: Mon Sep
sw/qa/extras/ww8export/ww8export3.cxx |5 +
sw/source/filter/ww8/wrtww8.cxx |6 +-
2 files changed, 10 insertions(+), 1 deletion(-)
New commits:
commit 1086654d6e8cc22f1f99195668db3f305437e570
Author: Justin Luth
AuthorDate: Mon Sep 28 20:21:52 2020 +0300
Commit: Ju
include/tools/bigint.hxx|5
include/tools/fract.hxx |3
include/tools/gen.hxx | 203 ++--
include/tools/helpers.hxx | 13 +-
include/tools/long.hxx | 33 +
include/tools/poly.hxx
chart2/source/view/charttypes/PieChart.cxx | 117 +++
chart2/source/view/charttypes/PieChart.hxx |2
sw/qa/extras/layout/data/piechart_leaderline.odt |binary
sw/qa/extras/layout/layout2.cxx | 15 ++
4 files changed, 94 insertions(+), 40 del
compilerplugins/clang/unusedfields.writeonly.results | 14
officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 34 -
svx/Library_svx.mk |3
svx/UIConfig_svx.mk |3
svx/source/sideba
Hi,
On 19.10.2020 6:32, 方振华(601661) wrote:
Our two competitors MS Office/WPS do not have the problem of scaling.
Opening a document with 100 slides makes little percetible difference
from opening a PPT of one single slide. We take a look at the code, and
we think, maybe, instead of importing t
The trick is to make sure that the relevant chunk of import code is
thread-safe, which can be quite hard.
I strongly suspect that the reason that MS-Office is fast, is that it only
parses the pages on demand, instead
of all at once.
On 2020/10/19 1:16 pm, Mike Kaganski wrote:
Hi,
On 19.10.2
On Monday 19 of October 2020, Mike Kaganski wrote:
> Hi,
>
> On 19.10.2020 6:32, 方振华(601661) wrote:
> > Our two competitors MS Office/WPS do not have the problem of scaling.
> > Opening a document with 100 slides makes little percetible difference
> > from opening a PPT of one single slide. We take
vcl/source/treelist/treelistbox.cxx | 23 +++
1 file changed, 23 insertions(+)
New commits:
commit 2471d6f44c7e8ecbe86a90eeb593b899a08a7408
Author: Attila Szűcs
AuthorDate: Fri Oct 16 09:54:14 2020 +0200
Commit: László Németh
CommitDate: Mon Oct 19 13:44:06 2020 +0
include/svl/imageitm.hxx |4 ++--
include/svl/metitem.hxx |2 +-
include/svl/poolitem.hxx |3 ++-
include/svl/svdde.hxx | 21 +++--
svl/source/crypto/cryptosign.cxx |2 +-
svl/source/items/imageitm.cxx |6 +++---
sv
chart2/qa/extras/chart2export.cxx| 22 +-
xmloff/source/chart/SchXMLExport.cxx | 12
2 files changed, 33 insertions(+), 1 deletion(-)
New commits:
commit f1d798151048dde3f48b124ef406416668d1e9c5
Author: Tünde Tóth
AuthorDate: Fri Oct 16 13:41:28 2020
Rebased ref, commits from common ancestor:
commit f9f820e2400a8aa4d27169bd9a7b5b95ca3a9791
Author: Samuel Mehrbrodt
AuthorDate: Mon Oct 19 10:20:20 2020 +0200
Commit: Samuel Mehrbrodt
CommitDate: Mon Oct 19 10:20:20 2020 +0200
Release 6.3.6.7
Change-Id: Iea58b785d62006d0f1ee
sw/qa/extras/ww8export/ww8export3.cxx |5 +
sw/source/filter/ww8/wrtww8.cxx |6 +-
2 files changed, 10 insertions(+), 1 deletion(-)
New commits:
commit 19b8ded3ae18dd4070a3e21d7b980782a27e5547
Author: Justin Luth
AuthorDate: Mon Sep 28 20:21:52 2020 +0300
Commit: Mi
sw/uiconfig/swriter/ui/printoptionspage.ui |5 +
1 file changed, 5 insertions(+)
New commits:
commit 42404bf5763b24bcab0a1f0d79f7c65f4ac64d48
Author: Seth Chaiklin
AuthorDate: Mon Oct 19 11:10:40 2020 +0200
Commit: Seth Chaiklin
CommitDate: Mon Oct 19 17:56:49 2020 +0200
td
include/unotools/accessiblestatesethelper.hxx |1 -
1 file changed, 1 deletion(-)
New commits:
commit 73933ed0a207f1cf210cc4a7d329755bd885f871
Author: Arnaud Versini
AuthorDate: Mon Oct 19 13:48:40 2020 +0200
Commit: Arnaud Versini
CommitDate: Mon Oct 19 18:55:57 2020 +0200
UNO
AllLangHelp_swriter.mk|1
source/text/shared/02/0707.xhp| 12 +++---
source/text/swriter/01/edit_reference_submenu.xhp | 39 ++
source/text/swriter/main0102.xhp | 32 +++---
4 files changed,
source/text/swriter/01/0211.xhp | 208
1 file changed, 97 insertions(+), 111 deletions(-)
New commits:
commit efae5941210d1801523ae2a7a6ef3e3d5521bd46
Author: Seth Chaiklin
AuthorDate: Mon Oct 19 14:13:20 2020 +0200
Commit: Seth Chaiklin
CommitD
include/svtools/borderline.hxx |9 -
include/svtools/brwbox.hxx | 116 +++
include/svtools/ctrlbox.hxx | 22 +-
include/svtools/editbrowsebox.hxx| 26 +--
include/svtools/ruler.hxx| 98 ++---
include/vcl/BitmapBuffer.hxx |6
include/vcl/BitmapConvolutionMatrixFilter.hxx |4
include/vcl/BitmapFilter.hxx |9
include/vcl/BitmapTools.hxx |2
include/vcl/GraphicAttributes.
canvas/source/directx/dx_canvasbitmap.cxx |6 +++---
compilerplugins/clang/test/cstylecast.cxx |2 +-
connectivity/source/drivers/ado/Aolevariant.cxx |6 +++---
embedserv/source/embed/docholder.cxx |6 +++---
vcl/win/gd
sw/qa/extras/htmlexport/htmlexport.cxx| 247 +++---
sw/source/filter/html/htmlreqifreader.cxx | 17 +-
2 files changed, 147 insertions(+), 117 deletions(-)
New commits:
commit 326c8d06070a4a41a666db919702f7c423dc7a18
Author: Miklos Vajna
AuthorDate: Mon Oct 19
include/vcl/filter/PDFiumLibrary.hxx|2
include/vcl/filter/pdfdocument.hxx |6 +
vcl/source/filter/ipdf/pdfdocument.cxx | 82 ++--
vcl/source/pdf/PDFiumLibrary.cxx| 12 +-
xmlsecurity/qa/unit/pdfsigning/
external/nss/ExternalProject_nss.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit db6457fc6035a9c271edbaedd33d04985d1235b2
Author: Tor Lillqvist
AuthorDate: Mon Oct 19 20:52:46 2020 +0100
Commit: Tor Lillqvist
CommitDate: Tue Oct 20 07:31:35 2020 +0200
toolkit/source/helper/vclunohelper.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6eefea359fe1e51adfd4a2002614013a7c060a33
Author: Noel Grandin
AuthorDate: Mon Oct 19 21:32:49 2020 +0200
Commit: Noel Grandin
CommitDate: Tue Oct 20 08:04:20 2020 +020
sc/inc/ChartTools.hxx |3
sc/inc/addincol.hxx | 31
sc/inc/attarray.hxx |4
sc/inc/cellsuno.hxx
desktop/source/app/app.cxx |3 ---
1 file changed, 3 deletions(-)
New commits:
commit 150d4c8b66a5d4e32a97a2a7e25e6fb632cfd40c
Author: Platon Pronko
AuthorDate: Mon Oct 19 17:39:08 2020 +0300
Commit: Noel Grandin
CommitDate: Tue Oct 20 08:06:32 2020 +0200
remove unnecessary `if
sc/source/ui/view/spelleng.cxx |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit aa99b57cdc8cb3763aa935ed84e7d80c4e56a172
Author: Mark Hung
AuthorDate: Mon Oct 19 22:33:21 2020 +0800
Commit: Noel Grandin
CommitDate: Tue Oct 20 08:08:42 2020 +0200
tdf#13
include/vcl/settings.hxx|1 +
vcl/qt5/Qt5Frame.cxx|1 +
vcl/source/app/settings.cxx |6 ++
3 files changed, 8 insertions(+)
New commits:
commit 0839bfaf75d3a1bc78b63c71f28a763b1b39f979
Author: Jan-Marek Glogowski
AuthorDate: Mon Oct 19 20:46:05 2020 +0200
Commit:
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
--
Leo Wang
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice
On 20/10/2020 06:26, anshu khare wrote:
My libreoffice build is stuck at a point. It's been 4-5 hours.
I have attached a screenshot of the point where it's stuck.
After
[BIN] libcmis
[MOD] libcmis
it's not moving forward. It is stuck at this point. It's been 4-5 hours.
That output likely is n
42 matches
Mail list logo