- 24 Haz, 2014 40 kayıt (commit)
-
-
Noel Grandin yazdı
to make it easier to read Change-Id: Iff0fe055c12358edc1be335ec83d0855cc32f03c Reviewed-on: https://gerrit.libreoffice.org/9877Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
C compilers have been ignoring it for the last decade Change-Id: I42918263121dd189bab9d27077798b779b9e8da1 Reviewed-on: https://gerrit.libreoffice.org/9873Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Matúš Kukan yazdı
This commit cherry-picks 0c350011 for serf webdav version. Change-Id: I108b0068cad847bf4947ece5e690f789ef034ae9
-
Armin Le Grand yazdı
(cherry picked from commit c0f03c75) Change-Id: Iaf6f9e040553482f5b7d9522ea640dcea0fdd8cc
-
Luboš Luňák yazdı
Change-Id: Iaad40befcde683e8b85eefa5b58bcd350fea9f71
-
Caolán McNamara yazdı
Change-Id: I00480813d8c3703039a55a7a706937d33e8e8463
-
Caolán McNamara yazdı
without an intermediate working stage so it can be disposed after creation, but without a prior initialization like CppunitTest_services does Change-Id: If2679fd0ce3657e727e34cfb0752501fc82df936
-
Luboš Luňák yazdı
Changing a document with redlines to two columns and then using undo set some redlines to point to the end of the document (done by the call to RemoveIdxFromSection() in SwUndoInsSection::UndoImpl()). Change-Id: I88b563b88beebcd1c3cb21fe61bb56cdb12cdc41
-
Matúš Kukan yazdı
Make it work with both serf and neon version. Change-Id: I3c74ba57cde19f4417d0229c1c809756e3c5f9f8
-
Caolán McNamara yazdı
Change-Id: Iac2e63ee2588148f8c29c46684288f1fc69d4ff1
-
Caolán McNamara yazdı
Change-Id: Ib619e1ab3f091c04ec27a249b733e54ce469cf82
-
Caolán McNamara yazdı
especially because the setProperty logic now matches the getPropery one Change-Id: I7ebeabc9defed00d1853c3b91fbbf592e1940aa8
-
Caolán McNamara yazdı
Change-Id: I9a631eb28647ecf2633d6443d7af95cb37b860a3
-
Michael Meeks yazdı
Change-Id: If5a555dae067d023c9dd1fd8e0409ca327739f08
-
Luboš Luňák yazdı
The reason the section ended up with incorrect margins was because that is computed as 'page margin' - 'section offset', and the order of setting these up was backwards: First InsertSection() created the section using the page margin of the old page, and only afterwards SetSwFmtPageDesc() set the page margin that should be used. Change-Id: I18ddcb0b5928879a2297b6caca766eab979abd45
-
Stephan Bergmann yazdı
... -Werror,-Wunused-variable loplugin:bodynotinblock Change-Id: I64742401e22b4b83364411a7454c755daa78d00c
-
Noel Grandin yazdı
Change-Id: I4d0f1c21aed9bbcc97f432b0f1872c508853708c
-
Noel Grandin yazdı
after my commit e2080e70 "new compilerplugin returnbyref" Change-Id: Iec1663507ddda009903c31aa3ceedfe5380c1962
-
Caolán McNamara yazdı
Change-Id: Ia5b041094f29e42cb60f2c83888cace42b91cc13
-
Caolán McNamara yazdı
fVal started out as a double, but is now a sal_Int64 since commit 353607df Author: Lars Langhans <lla@openoffice.org> Date: Mon Oct 9 13:21:27 2000 +0000 #79269# convert to hyper doesn't use toDouble any longer so the comparison is always false Change-Id: Ib0b0a78ba3763fb6564219e69111de13b5afc870
-
Noel Grandin yazdı
to reduce copy-pasted code Change-Id: I7728d85dea7d0161998c326d6648ca681a8250d0
-
Tomáš Chvátal yazdı
Change-Id: I3728244712966cf2245a79f2630ac46cb63f1d21
-
Miklos Vajna yazdı
So that it's easy to see where the implementation for a given undo action is. Change-Id: I652826d2933451b84a05eecc3982c8cbf2db3764
-
Stephan Bergmann yazdı
Change-Id: Ic414ad0416e27e223ff702996b796b68d39709b9
-
Stephan Bergmann yazdı
Regression introduced with 6a043e9c "Use the new type-checking Reference constructor to reduce code noise" which should have left (at least some) "querying upcasts" to XInterface alone. Closer inspection of that commit will probably turn up further regressions that need to be reverted. Change-Id: Ib81afc12d9df205b5b0fe6cec6ce85d012e9629f
-
Noel Grandin yazdı
Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
-
Luc Castermans yazdı
Conflicts: dbaccess/source/ui/dlg/advancedsettings.hxx Change-Id: If1bbd9ce099f1e8e70149277b412db54f28cb0de Reviewed-on: https://gerrit.libreoffice.org/9802Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Luc Castermans yazdı
Change-Id: I1a40351aec666c94707ad2dd625f3ab8606242d1
-
Joel yazdı
Currently the "transparency" tab only covers image background transparency. Updated label so that users know that this tab has no impact on the transparency of the image itself. Conflicts: cui/uiconfig/ui/transparencytabpage.ui Change-Id: Ib488974b0965ee54288092b1e9ca2dc4c040547c
-
Caolán McNamara yazdı
Change-Id: Ica7275696b3f7e59d0db5d27811905710dce32e1
-
Caolán McNamara yazdı
and showing/hiding pages during Paint seems crazy to me, doing it during ShowPage makes sense. Change-Id: Ifd0c3c50812157cfa793da86715d58818e944e6b
-
Caolán McNamara yazdı
Change-Id: Ie565ec33c8eaacb490eebcacec7662fde511e98a
-
Caolán McNamara yazdı
Change-Id: I9371ef04e643a32d2eadf46f555c4b7a465a5e0f
-
Caolán McNamara yazdı
Change-Id: I5720f5f27ea5e7e9eefb6bfb53c30a52146c689e
-
Caolán McNamara yazdı
Change-Id: Ie5793f910dd58e8930c2c2b27df00bd073c26f35
-
Caolán McNamara yazdı
Change-Id: Ie8546cf0eb54888627dc2dfa47257de63b382f9d
-
Caolán McNamara yazdı
Change-Id: I9835a4660ac9a9633ad81fc228b0e53b01fc85bf
-
Caolán McNamara yazdı
Change-Id: I8c198f9d1b318b35e0dc6221291bb4a57805e3ae
-
Caolán McNamara yazdı
Change-Id: I40085b0db89484f0d24ecaccf910f4399198294d
-