- 17 Kas, 2015 40 kayıt (commit)
-
-
Miklos Vajna yazdı
When tiled rendering, then only the render context (or failing that, SwViewShell::GetOut()) has the correct zoom level, so use that when doing pixel-to-logic conversion or scaling pixel values. Change-Id: I265a642b8253c6eced42da2a0e06a2de25c36ca8
-
Maxim Monastirsky yazdı
Otherwise many toolbar/menubar labels are missing when starting any component from the start center. Change-Id: I49d009431ae3d1003e5ff395265409b3a5641707
-
Samuel Mehrbrodt yazdı
Change-Id: Id78cae55eb89520bd87713f9ea6c009c922f2870
-
Stephan Bergmann yazdı
Change-Id: I243dcb86cc1a99550b26962daf47c19eb62aa8df
-
Stephan Bergmann yazdı
Change-Id: If28713daab4bb5cbdb450879c2dc2a265c62a4f3
-
Stephan Bergmann yazdı
Change-Id: I25931d59fc1b4feb1fd1eaa036a64a28a269f409
-
Stephan Bergmann yazdı
...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
-
Stephan Bergmann yazdı
...than fixing the avalanche of loplugin:staticmethods issues caused by b5eaa0f9 "use unique_ptr for pImpl in sw/," given that SwMailMergeConfigItem_Impl has mutable state? Change-Id: I342511d0f39086f33e2a8abd2c377341455d54a7
-
Caolán McNamara yazdı
Change-Id: I46caceed3fdf0ad0aa51c8a8ede1177ca3d1855e
-
Steve Hart yazdı
Change-Id: I809bac4b28e679c7dad8ed3ad28e36379bce4760
-
Takeshi Abe yazdı
Change-Id: I220ae4732f221c7798f162653cad01717afb659f Reviewed-on: https://gerrit.libreoffice.org/20011Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ia2f088a79b03ff866429e1cae73edccd36a01b4f
-
Eike Rathke yazdı
Change-Id: I2ae5a06f9ffe29de0b1cc5875615010da75f4ae9
-
Stephan Bergmann yazdı
...a Remark prints the whole stack of includes leading up to the source Change-Id: I41e5bd2855b4a55b54e63432703f2e65b4c44249
-
Stephan Bergmann yazdı
Change-Id: I3266bb049be3a9b558b68b40d741efdcab2eb759
-
Stephan Bergmann yazdı
Change-Id: I882746f9c4a1c332c6657b93f104ecbf1c7be6f1
-
Stephan Bergmann yazdı
Change-Id: Iaf31a731c9151972ba2fe2ed50074ea59c147550
-
Noel Grandin yazdı
update the plugin with lessons learned from the mergeclasses plugin and re-run it Change-Id: I9d622eb3d05fceaf8fa764c533c8fa5dfb4c7711 Reviewed-on: https://gerrit.libreoffice.org/20015Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
found with the following script: git ls-files *.hxx | xargs perl -0777 -ne 'if (/include.* .* .* "; close ARGV }' Change-Id: I3afb0e81eb315c34bc0eb6bb4733dd1f0537d5c0
-
Tor Lillqvist yazdı
And move some to the include file where needed. Change-Id: Ibbe2b7d531f41c1d58faf17f4795b4ce30355675
-
Miklos Vajna yazdı
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
-
Noel Grandin yazdı
Change-Id: I8508894d70e1ff16cfb9d7a9d716f11a923f453d
-
Noel Grandin yazdı
Change-Id: I7ac7eca32a67524f6c87696c16b16128e6d8518b
-
Samuel Mehrbrodt yazdı
Change-Id: Ibf6a26940ec194f540255584776f8ebcefbb94ae
-
Tor Lillqvist yazdı
Change-Id: I8765ae89bcab8dc3c7360dace57a57094e5c5cc4
-
Katarina Behrens yazdı
Change-Id: Id1a1180e00a1c1ce7020df52f246b0c135ba03f2 Reviewed-on: https://gerrit.libreoffice.org/19912Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Stephan Bergmann yazdı
Change-Id: I2c5626c0fd0244da46157ba286b4c08e4f73944f
-
Samuel Mehrbrodt yazdı
Change-Id: I41f9a661b7a5b355e50910d7f58f0d9d55dc62a6
-
Samuel Mehrbrodt yazdı
Change-Id: Ia78da9dac5fb426fbb145250c4e39eb7d30c4d03
-
Michael Stahl yazdı
... after eca4c54e - not sure if it's correct but at least it builds for me. Change-Id: I36083fac98c830560cdc799923d309f96e8cdd6d
-
Philippe Jung yazdı
Change-Id: Iddc3a3dec55a4c1c2fb9fcb4cf6e9449b4f1d11e Reviewed-on: https://gerrit.libreoffice.org/16934Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stephan Bergmann yazdı
The original code in 2638faa2 "writerfilter08ooo330: applied patch for writerfilter08" used OUString::valueOf, which 64b993e0 "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
-
Stephan Bergmann yazdı
Change-Id: I7a741130689721c69fd2879be6bda27fc6ec3646
-
Stephan Bergmann yazdı
Change-Id: Idcfa500c491fcedfff7d4c6e1bef25fd2d948d36
-
Stephan Bergmann yazdı
Change-Id: I3411c688361e95b4c72b5257cdd63b137dab0538
-
Stephan Bergmann yazdı
Change-Id: I5779c639c480d5a2fbefd47942a662ff7ca4a9f5
-
Stephan Bergmann yazdı
Change-Id: If61f46cceff4e2d4fe49e77788516ef60ab6eb50
-
Stephan Bergmann yazdı
Change-Id: Id3f43ba115d519e789b7eaf014734d2fd31d39cc
-
Stephan Bergmann yazdı
Change-Id: Id3bdce8776ebbdf700eabceed1e123a444a7bc4d
-
Stephan Bergmann yazdı
Change-Id: I508520556cd5755d81740b00c7815eebdef6576e
-