Age | Commit message (Collapse) | Author |
|
The code it commented got removed with 77c52217238b6a1b08b74852aa79163306c688a9
"INTEGRATION: CWS sb83".
Change-Id: I709db766806a75823e3436a0b3d5a6eba307ecca
|
|
...originally added to OOo in 2005 with 8a9d865b32b760804adf53b0d68fd74785890915
"INTEGRATION: CWS cov2src: #126234# Join MWS COV680 m4 into SRC680".
Change-Id: I7167c99e28b56c9048de32576e793e2eaa1fc6a6
|
|
Change-Id: I4620a0358e06e56684954f208d19bd4350e397a5
|
|
Change-Id: Idc83582f0b4317a4d272bc5fa8eaf2dc98785fc6
|
|
...after 79b0d4ba2cbc5a35adaa9628cc18eb0f46d01f9c "Don't launch the
PipeReaderThread from LOK"
Change-Id: I0a8674cc2df738e723f43e372f622dd5a02c5a7f
|
|
The history of the file can be browsed using the version control system.
Change-Id: Ibf087fb476a91bd36d5cafe62def4120ddece1a1
|
|
Current usage of Gdiplus uses direct procedure calls to e.g. allocate
Gdiplus specific objects. This includes the risk to forget to free
those objects. Using Gdiplus Objects in scopes avoids that.
Change-Id: I48f086d708cce67229edff0983b96e63c19907d7
Reviewed-on: https://gerrit.libreoffice.org/23492
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
|
|
ATTENTION: Users of LOK need to ensure somehow that no two processes operate on
the same UserInstallation simultanously. Especially the lokdocview widget in
gnome-documents is known to be problematic in this regard, cf. the mail thread
starting at
<https://lists.freedesktop.org/archives/libreoffice/2016-March/073839.html>
"LibreOfficeKit and the UserInstallation".
Change-Id: I7bc2edb281c925e479b8006151d8549441c9e9e8
|
|
Change-Id: I090c01ef2fc52b8bec74ec78e23f1104877c734f
|
|
Change-Id: If01819b43c6cf4665e0aca90f9fb2b4363feae69
Reviewed-on: https://gerrit.libreoffice.org/23060
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
That's what the DOC import does, and that's the reason e.g. the strange
unwanted crop of the as-char anchored picture doesn't happen there.
This also needs the "reset all existing style properties back to
default" logic to be adapted: the Standard style has to be reset before
the default are set, and later it should be left alone, otherwise the
defaults are lost.
Change-Id: Ie422a0b64b80a826fa4f469145a26283fb32d734
Reviewed-on: https://gerrit.libreoffice.org/23593
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: I2076d903e83a0b8eb3aa0ce2413630e2c5415b15
|
|
Change-Id: Ie30cc14bdc772fd898d24a3e3caf41ac9718712f
|
|
Inheritance Order: 1. Reference Shape's properties, 2. Shape style,
3. Shape properties.
You MUST NOT inherit reference shape's style, because it's already
part of inherited reference shape's properties. That would overwrite
shape properties applied at point 3, at slide layout/master level.
Change-Id: Id1ab550295988b0087a67c6819dfe32f84825e4e
Reviewed-on: https://gerrit.libreoffice.org/23182
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
|
|
Also covers cid#1357165, exclude possibility that value equals
zero at the same place negative values get excluded
Change-Id: If3fd6143fb13f0d29f5fba304f9f337f7a7aa74c
Reviewed-on: https://gerrit.libreoffice.org/23592
Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Tested-by: Armin Le Grand <Armin.Le.Grand@cib.de>
|
|
commit 3c0805e1f4f4d14e92c7e655d59c87de5c207e48 introduced removal of
all character attributes applied to the complete paragraph if a paragraph
style was applied. This should not remove special attributes like index
entries, reference marks etc.
Change-Id: I6fe92066269da2cf10c871ca319faf6fda91f4be
Reviewed-on: https://gerrit.libreoffice.org/23591
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
|
|
Remove unneeded derivation and thus the load() function implementation
too.
Change-Id: If796741198fea141c0d68505893a7f70f048d515
|
|
libOpenCL.so is just the symbolic link to it, typically from
a development package. (On Fedora, from ocl-icd-devel.)
(Sure, libOpenCL.so.1 is also a symbolic link on Fedora, to
libOpenCL.so.1.0.0. But anyway, libOpenCL.so.1 is not from a
development package, but from ocl-icd.)
Change-Id: I18ca2e52e025001f709b1b57e12cd01d5b52d08e
|
|
Call Clear() on the ScDocShellRef (derived from tools::SvRef) members
of the ScOpenCLTest object in tearDown().
Otherwise the memory used by the ScDocShellRef objects in each
ScOpenCLTest object would be held until when all the ScOpenCLTest
objects are destroyed in the end. (CppUnit creates all the
ScOpenCLTest objects in advance, then calls the test functions on
them, and then destroys them.)
The issue was a side-effect of the (otherwise nice) fix for
tdf#89267.
Change-Id: Ie5c59f2f089386c0abc135136397e1653c975fdc
|
|
Change-Id: I793f6ce3297b114ebe79b9937e07291e1b238ab1
|
|
Change-Id: Iae065ee34c5536843ddba39b72b6fff4836cbf86
|
|
The boost::bind here looks totally pointless too.
No idea why this uses rtl_allocateMemory, let's keep that.
Change-Id: If51ba9837a318f11094ee39225233212a848a955
Reviewed-on: https://gerrit.libreoffice.org/23502
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
This can occur in some online corner-cases.
Change-Id: Id8b419179d775a21110d682ba76d8a02f45eb828
Reviewed-on: https://gerrit.libreoffice.org/23577
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: If03ec4f8705b75b9d007078260ef8cca5155a8f3
Reviewed-on: https://gerrit.libreoffice.org/23576
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
The fix allows first time calculation of the document statistic.
Change-Id: I54d2f208fa75e6c3502c27678b85a9995d4daec5
Reviewed-on: https://gerrit.libreoffice.org/23589
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
|
|
it also makes GCC not complain as “trying to encode non-integer type as a bitfield”
Change-Id: I3330dd23a214c2a37814d02317b7a5ea252ff4af
Reviewed-on: https://gerrit.libreoffice.org/23563
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Added ctor funtion for SequenceInputStream(Service) in comphelper.
Change-Id: I043e46aa283709f316e7ad794e15438f6b2d955f
Reviewed-on: https://gerrit.libreoffice.org/23564
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Project: translations cf5d5c4a8aa535b6e5178d08300f622e78d21e73
Updated Slovenian translation
Change-Id: I074dbd55be7696d3763da499996b8c423d74fb3e
|
|
Change-Id: I0f9a48ef01bee4153cd9231bdef4b5a763b6bda2
Reviewed-on: https://gerrit.libreoffice.org/23283
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I8b382bddac208d12216842ace6511b8b9127f205
|
|
... shapes define their own attributes.
Partially revert commit c2d130425cc876cceb96cc7e47636426a9e48fa8
Change-Id: Iee98003f4ff63575a28818b091ab77431337192f
Reviewed-on: https://gerrit.libreoffice.org/23571
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Xisco Faulí <anistenis@gmail.com>
|
|
...after 2f804099b7daa42aecb8fa445072a381671f3385 "loplugin:constantparam in
framework"
Change-Id: Ife3ca1da7652ffc52ae2d6057712dcaa35ba2e06
|
|
...after 07da25064f75cdf7163669f9bf860a9ee2f8b33c "loplugin:constantparam in
svl"
Change-Id: I6f7cc3ca0822de079c0855ee46f66368bd78e0b7
|
|
Change-Id: I759939aa74570be63f5d41814c22aad1851d65c4
Reviewed-on: https://gerrit.libreoffice.org/23587
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
This wasn't noticeable in modules that use '#include "..."' for files in
the same directory, but does make a difference e.g. in sw.
With this, the include list in the database matches what gbuild in fact
uses.
Change-Id: I564c70d069fae41ea67ae7e57a188e99fa2ef861
|
|
...after 9585c8b8c8d8724cc1bad4a2060c828c15599929 "loplugin:constantparam in sw"
Change-Id: I29ac058ce3f42ff4ceb60c8de09352c2810967b8
|
|
Change-Id: Icf8858590d0e1563acebc9d55fe6898ce7416dd5
|
|
Change-Id: I210133e82bc72dcb89da5f7700314ddcf6bee269
|
|
Change-Id: I77c80c1aec96d520d1c0a3d95a2b91d3bccb3fff
|
|
Change-Id: I2695fdf64670f4df844c1362a84af83f48fc29be
Reviewed-on: https://gerrit.libreoffice.org/23575
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: I0f7d9811d669c2884b0c1704878678b01529e52f
|
|
Change-Id: I749e4c3ffa0c89f919459c376edad4804b2b66ca
Reviewed-on: https://gerrit.libreoffice.org/23573
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: I3d10a7914353b384fc7a2195a70398869f675211
Reviewed-on: https://gerrit.libreoffice.org/23570
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: Ia7f3ee29427dbe103560fe5d831eb40e771b3aba
Reviewed-on: https://gerrit.libreoffice.org/23568
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: I7454a8e5547da95b747eeb3b1d9dabe3a56a69f3
Reviewed-on: https://gerrit.libreoffice.org/23567
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Project: help 3b7250f9ebada03c3b5f1f8ad983002cdefd7cd1
Improve help3xsl/ online a bit
Change-Id: Ie514d8ba70b4620bdfc22ab989b2f45ec45c1d0e
Reviewed-on: https://gerrit.libreoffice.org/23566
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
|
|
Change-Id: I68713ccc6d8920de6945206285e35320eef5b4ea
|
|
Change-Id: I0ec224eb5c6b11a8d589def477f3cf8429195f2c
Reviewed-on: https://gerrit.libreoffice.org/23552
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
|
|
... Use -convertRectToBacking: or -backingScaleFactor instead
Change-Id: Ided81790349304172ab911f93475cdc40a676a7b
|
|
Change-Id: Id5b65b944ed06598238f5ab139c52d4de5ca1f84
|