Age | Commit message (Collapse) | Author |
|
Change-Id: I8608a6cb47972e9b838cc5ea431863348758ded0
|
|
Change-Id: I1a7f4cab28a70c45e5232e1c44f6ca6f7b014bff
|
|
Change-Id: I0fa4973b6af028666428fa58438eaf39f7b81d27
Reviewed-on: https://gerrit.libreoffice.org/23482
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
|
|
Change-Id: If6e1fbf74dcdfde4a2406c1662bea71188635830
|
|
Change-Id: Ifce20e96dc088b982307fc60ba185f5dddfc28cc
Reviewed-on: https://gerrit.libreoffice.org/23481
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I8bcdc7a42c87d17fde1dc9c79bc361bb625f992b
Reviewed-on: https://gerrit.libreoffice.org/23480
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I9d50b170b228e270e60212cb10711fb537dae706
Reviewed-on: https://gerrit.libreoffice.org/22809
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: If1efa2340e4ed8acca6fde08dcd422f4bd5fd531
Reviewed-on: https://gerrit.libreoffice.org/22721
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I084e08575e8efd27bebdd9ae9880322913789ba4
Reviewed-on: https://gerrit.libreoffice.org/23440
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I6155b86d0afbefafdf982962ffd0216334834379
Reviewed-on: https://gerrit.libreoffice.org/23425
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Turn in-line version control history comments into
meaningful good comments: widorp.hxx txtfrm.cxx
Change-Id: I51e0d772afbe4b4e81ca3771bfbe4c0fd6d5b69d
Reviewed-on: https://gerrit.libreoffice.org/23431
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Changed Total Graphic Cache Size to 64 Mb.
Changed Object Cache Size to 12 Mb.
Change-Id: I772b92f9412ccbf40c1df4e4182dcff6d634b7de
Reviewed-on: https://gerrit.libreoffice.org/22967
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
This does not fix the original bugdoc, just the case described in
comment 2. The bugdoc has an outer table of a single cell, and that cell
has a nested table with a single column and many rows.
When we split the table, we set the height of the last row frame to
zero, then the height of the last but one, and so on, till the reduced
table fits the page, then move the 0-height frames to the next page, and
so on. All this recursively, to support nested tables.
The problem is that 0-height is set only for the contents of the cell
frames, but not for the cell or row frames themselves, so in case e.g.
the default ~0.10cm inner margin of the cell frames, even a 0-height
text frame results in a cell frame height of 111 twips. And this error
can accumlate if there are enough rows, e.g. with the default fonts 123
rows are enough to trigger the situation when even a completely reduced
table doesn't fit the first page frame, and the layout throws up its
hands.
Fix the problem by setting the height of the cell and row frames to 0 as
well in case their content is 0-sized anyway (so a re-format will later
restore their correct height).
Change-Id: Iefbbb7bd6ef97a9a81929eb2599adb961e52fd38
Reviewed-on: https://gerrit.libreoffice.org/23476
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
The clang plugin does not not like
for (<foo>;<foo>;<foo>) ;
(most compilers do not complain, when using the ' ')
Also a virtual destructor need "override" in the
implementing class.
Change-Id: Ib99702f11dbd24595935594ee97c136c8e604aff
|
|
Change-Id: I4bc36592240dd3639e10e6b7c39400b5f52d932d
Reviewed-on: https://gerrit.libreoffice.org/23471
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: If2f2f35ed2b7307d97b84b55083dae8c2f9b0f16
|
|
Change-Id: I90a5ca71ab8e2306eae337493a30ff0a56d5394f
|
|
Change-Id: I672b187c92ccb71a6c4b9bc5e1169970fb61aa7d
|
|
Change-Id: Id01e689911de8bc4402803e130db99b1b7c5b365
|
|
removing the cache on each launch prevented opening files via intents
(i.e. from your mail application) unless the viewer was already running,
as it also deleted the temporary file that was created from the intent.
Change-Id: I0a4d9432f475e8434902ae11fc2b0c35fd25a71f
|
|
Change-Id: I25fe5df2b7dc6dd238f73b8a0f2f4f40a6f238ee
|
|
Change-Id: If31f077ece1de7fed8b86c1730841b2eff9f27e1
|
|
Change-Id: I82c0f91dcc20af28decd6d6eb7cf5f0f946f0987
|
|
Change-Id: I74cefa83771b932384f22831d1e9db0b5bcc92e9
|
|
This change re-introduces linked images in HTML export
but keeps embedded image export in mailmerge e-Mail function
Change-Id: I9e956b590f4c675b5954e19e4d3948c36b55f1e6
Reviewed-on: https://gerrit.libreoffice.org/23359
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
|
|
Common codes have been shared in a static function. Now the list
shows complete set of currency options.
Change-Id: I17639b3123d2fd86c5a414df927ef5f07e37d845
Reviewed-on: https://gerrit.libreoffice.org/23444
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: Ia4a8f0273bb30b696b3499e75fa70e5c1a0981f1
|
|
clean up the python code, filter out setter methods
Change-Id: I8294dd305a30708cf0e81c5328935ec8f6cdc8d4
Reviewed-on: https://gerrit.libreoffice.org/23466
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
An empty lock file is of no use except that it doesn't allow you
to save your file with that same name. An empty lock file doesn't
have OOOUSERNAME and SYSUSERNAME. So in that case we could take
ownership of our lock. bOwnLock = true makes it our own lock.
Change-Id: I9490f87d69bcad3c09f6c98b4fb9318f53e1d4bd
Reviewed-on: https://gerrit.libreoffice.org/23125
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I5f38f72b0e2c0204875d0dfbb759d6b13415560a
Reviewed-on: https://gerrit.libreoffice.org/23434
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
the gRun.sh script tries to manually build identical .pot
files as the existing tools
It was noticed that now .ui is converted but .hrc and many
.src files are not.
Change-Id: Ia15d415c4027e34668dab752b1fbc7d99663cfe8
|
|
With abaf6bde4ee91c628bd55a7ec2e876a5d0ecff6e (tdf#65642 RTF filter: import
\pgnrestart and \pgnucltr, 2016-03-22), CppunitTest_sw_rtfimport causes an
SvxPageItem::eNumType (of type enum SvxNumType, with values 0--7) to contain a
value 9 (which suspiciously is css.style.NumberingType.CHARS_UPPER_LETTER_N),
which is undefined behavior.
Extend the internal enum (which is supposed to be a prefix ot the UNO API one)
to contain two more items. Should fix the problem pointed out at
<http://ci.libreoffice.org/job/lo_ubsan/212/console>.
Change-Id: I91b8c38de357ceee9e8691e15f885cdfbc0ef7ca
|
|
Change-Id: I31c6a6b323d1d58c2304114652ca2881847a5b91
|
|
Change-Id: I08ab924a9bb69bede4247cfe8c50921520a4f4a7
|
|
Change-Id: I6831cb8628eed76db35070934f62dccb1345ba12
|
|
Change-Id: Idfc7d9709a917ce2ebbc06119a906daf4cee8d48
|
|
Change-Id: Ia495bf0810355c7c74fd7de17759432832ea6711
|
|
Change-Id: I81c1385ec6881fe9b8f75b5506268f5e7b03e2cb
|
|
Change-Id: I9c7cab31a37214479e3f66d4b8a71de75a50f2e0
|
|
Change-Id: I93b14a4ced909fa87bc3ad69d6fe9741a218018f
|
|
Change-Id: I50ee4a0a3403cbed2aa8cdd6daaa951c9d0dad37
|
|
Change-Id: Iab77bb089e77460f75466259d7b63ed49453b8f4
|
|
Change-Id: I383770bc8bd75e5b5325e133587eda2fe28f9fdd
|
|
Change-Id: I77a73caf56878060ba3688c87e9b6d5dd3ae28b1
|
|
more regressions from commit db17d3c1 "new loplugin: memoryvar"
Change-Id: I611697f2bc818f2f42a704bfb5297637c30060c9
|
|
Change-Id: I7c0f1e37f3a53dfed09c4e13d10826022b3ca777
|
|
Seems most plausible that 5ffdcea247f64e36f56cfbfa3ba2bde0777945d6 "Use
OfficeIPCThread::WaitForReady rather than sleeping" meant "ready" instead of
"read" here, given it also added a call to OfficeIPCThread::WaitForReady
following that comment.
Change-Id: I82219d7f1b95798973c2b00cd70219062e97d214
|
|
Change-Id: Iebce160fd6c3de63ba179d747768fd4cf420baec
|
|
Change-Id: I7225c996030eed494e3ca8a9dabc501fc505e101
|
|
added in
commit 90fcf5718668f0f9f41ac141a7fc4306633e693a
Author: Oliver Bolte <obo@openoffice.org>
Date: Wed Apr 13 07:54:11 2005 +0000
and untouched since then
Change-Id: I995c094edbd3d85a6f637f7cb3e7aa4a0326c8bb
|