Age | Commit message (Collapse) | Author |
|
Change-Id: I243dcb86cc1a99550b26962daf47c19eb62aa8df
|
|
Change-Id: If28713daab4bb5cbdb450879c2dc2a265c62a4f3
|
|
Change-Id: I25931d59fc1b4feb1fd1eaa036a64a28a269f409
|
|
...about
static ImplImageTree instance;
in ImplImageTree::get (vcl/source/gdi/impimagetree.cxx) due to
StyleIconSet ImplImageTree::maIconSet;
(of type std::unordered_map<OUString, IconSet, OUStringHash>) due to
IconCache ImplImageTree::IconSet::maIconCache;
(of type std::unordered_map<OUString, std::pair<bool, BitmapEx>, OUStringHash>),
reported at least when building against Mac libc++. This is a false positive,
as ImplImageTree::shutDown cleans this up.
Change-Id: Idb1a99aa33f71286e57b31b7adb833e3ee8b5f5a
|
|
...than fixing the avalanche of loplugin:staticmethods issues caused by
b5eaa0f9f00cd62f4769c3e8860d788844ccf557 "use unique_ptr for pImpl in sw/,"
given that SwMailMergeConfigItem_Impl has mutable state?
Change-Id: I342511d0f39086f33e2a8abd2c377341455d54a7
|
|
Change-Id: I46caceed3fdf0ad0aa51c8a8ede1177ca3d1855e
|
|
Change-Id: I809bac4b28e679c7dad8ed3ad28e36379bce4760
|
|
Change-Id: I220ae4732f221c7798f162653cad01717afb659f
Reviewed-on: https://gerrit.libreoffice.org/20011
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ia2f088a79b03ff866429e1cae73edccd36a01b4f
|
|
Change-Id: I2ae5a06f9ffe29de0b1cc5875615010da75f4ae9
|
|
...a Remark prints the whole stack of includes leading up to the source
Change-Id: I41e5bd2855b4a55b54e63432703f2e65b4c44249
|
|
Change-Id: I3266bb049be3a9b558b68b40d741efdcab2eb759
|
|
Change-Id: I882746f9c4a1c332c6657b93f104ecbf1c7be6f1
|
|
Change-Id: Iaf31a731c9151972ba2fe2ed50074ea59c147550
|
|
update the plugin with lessons learned from the mergeclasses plugin and
re-run it
Change-Id: I9d622eb3d05fceaf8fa764c533c8fa5dfb4c7711
Reviewed-on: https://gerrit.libreoffice.org/20015
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
found with the following script:
git ls-files *.hxx | xargs perl -0777 -ne 'if
(/include.*
.*
.*
"; close ARGV }'
Change-Id: I3afb0e81eb315c34bc0eb6bb4733dd1f0537d5c0
|
|
And move some to the include file where needed.
Change-Id: Ibbe2b7d531f41c1d58faf17f4795b4ce30355675
|
|
SwPostItMgr::GetSidebarWidth() can be called in two scenarios:
- inside PaintTile() the output device contains the zoom level and has
the map mode enabled (and its scale factor is the zoom level)
- outisde PaintTile() the output device is SwEditWin and has the map
mode disabled (and the zoom level is to be taken from the view
options)
Change-Id: I6cf19f3241a2e972ae711e0efa7b0205aae1a3f2
|
|
Change-Id: I8508894d70e1ff16cfb9d7a9d716f11a923f453d
|
|
Change-Id: I7ac7eca32a67524f6c87696c16b16128e6d8518b
|
|
Change-Id: Ibf6a26940ec194f540255584776f8ebcefbb94ae
|
|
Change-Id: I8765ae89bcab8dc3c7360dace57a57094e5c5cc4
|
|
Change-Id: Id1a1180e00a1c1ce7020df52f246b0c135ba03f2
Reviewed-on: https://gerrit.libreoffice.org/19912
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
|
|
Change-Id: I2c5626c0fd0244da46157ba286b4c08e4f73944f
|
|
Change-Id: I41f9a661b7a5b355e50910d7f58f0d9d55dc62a6
|
|
Change-Id: Ia78da9dac5fb426fbb145250c4e39eb7d30c4d03
|
|
... after eca4c54e52363f80db26e228e586aeb7732c7100 - not sure if it's
correct but at least it builds for me.
Change-Id: I36083fac98c830560cdc799923d309f96e8cdd6d
|
|
Change-Id: Iddc3a3dec55a4c1c2fb9fcb4cf6e9449b4f1d11e
Reviewed-on: https://gerrit.libreoffice.org/16934
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
The original code in 2638faa2e834c2da4c195224fd88d32c29b3d0cc
"writerfilter08ooo330: applied patch for writerfilter08" used OUString::valueOf,
which 64b993e046f23baaacaff1572b7d2a816588b5ef "finish deprecation of
O(U)String::valueOf()" changed to a OUString ctor instead of OUString::number
(as that change did for almost all other cases), but without giving a rationale
for this particular case. But as nUnique starts out as zero, so in the first
round would append a NUL character to "DOCX-Standard", it looks plausible that
this code should add a number after all.
Change-Id: I47136486e28b946fa334a416d1d2fe20ad616ff0
|
|
Change-Id: I7a741130689721c69fd2879be6bda27fc6ec3646
|
|
Change-Id: Idcfa500c491fcedfff7d4c6e1bef25fd2d948d36
|
|
Change-Id: I3411c688361e95b4c72b5257cdd63b137dab0538
|
|
Change-Id: I5779c639c480d5a2fbefd47942a662ff7ca4a9f5
|
|
Change-Id: If61f46cceff4e2d4fe49e77788516ef60ab6eb50
|
|
Change-Id: Id3f43ba115d519e789b7eaf014734d2fd31d39cc
|
|
Change-Id: Id3bdce8776ebbdf700eabceed1e123a444a7bc4d
|
|
Change-Id: I508520556cd5755d81740b00c7815eebdef6576e
|
|
Change-Id: I6125c2abe1dbfd0a5ecf020b8363fc277d195157
|
|
Change-Id: I27da462b553ef11e9d9ce7873e8fedc3af8c6041
|
|
Change-Id: Ia31a6817aa39da1edf76443fd7621375ea9dc191
|
|
Change-Id: Ia93c541ea21be89578789d58f642109184a18685
|
|
Change-Id: I0439e40b0843ba9a0939eb47e339f396d26f3c64
|
|
Change-Id: I870f7c5c68ee9c9668e82833ea6277adfd49a686
|
|
Change-Id: I083a33e71d1bb9fcef3b287e1db15910779312ab
|
|
Change-Id: I727951614587654c11af5f6635a45c52ebec1b5a
|
|
Change-Id: I72b0f9956e866afd22f7335a57d7dca0297e3b8a
|
|
Change-Id: I82bb9471479523d68641fd815da1208f0d45b8a8
|
|
Change-Id: I1bf672c3d3c47b82906a0c755a6dd8e55dc48f88
|
|
Change-Id: I74f34e3389582617fa83f8f4a3d6867cf87189e1
|
|
Change-Id: Ie834e1e1592163977435f0af6dde04c4fe86c1bf
Reviewed-on: https://gerrit.libreoffice.org/19977
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|