- 18 Haz, 2015 13 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
this allows getGeneratedValues to work Change-Id: Ia87e87afa8cdb01f1d39c84bc7d7143c101d8891 Reviewed-on: https://gerrit.libreoffice.org/16341Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Lionel Elie Mamane yazdı
Change-Id: I81fd45276183b911e4560ca785221894ea2ebc88 Reviewed-on: https://gerrit.libreoffice.org/16340Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Lionel Elie Mamane yazdı
Change-Id: I9d91503e6beb08f11368fc6b80fefb61f60d4486 Reviewed-on: https://gerrit.libreoffice.org/16342Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Ib94c9f5eed0da67e846705f5c2c233c10583c791 (cherry picked from commit a44b770b) Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
At least OutputDevice::acquire/release use a plain unguarded int and ++, --, so apparently rely on the SolarMutex being locked whenever they are called. Fixed those places that caused "make check" to fail for me when temporarily adding DBG_TESTSOLARMUTEX() to OutputDevice::acquire/release. (A recurring pattern is that a class fails to ensure the SolarMutex is locked around the destruction of non-null VclPtr members.) Change-Id: I77cba6f3908f2de1b516ce28f1c3c43b3f57a9c5 (cherry picked from commit 8e1ad966) Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
I.e. the copy part of copy&paste. Only the Writer bits for now. Change-Id: Ia003e76e3b234735f472cdef125514f9771d8640 (cherry picked from commit cfc43751)
-
Miklos Vajna yazdı
Change-Id: I0c6390b54d0e9bb1cad7c30ff24ddb109d88e03b (cherry picked from commit c4e5a14b)
-
Jan Holesovsky yazdı
Change-Id: I4e787356bd17fcaffdbe0dc51a549b359f416766
-
László Németh yazdı
Change-Id: Ib32b299806851fd2df1fbe8a824c1fe49a4efd99 Reviewed-on: https://gerrit.libreoffice.org/16350Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Jan Holesovsky yazdı
Change-Id: I809beb7187530cc30aca5dce8b2d4fb244554c55
-
Jan Holesovsky yazdı
Change-Id: Iea74564ef0ae2188ae29f106c4416df1fe827b42
-
Eike Rathke yazdı
... that take relative/absolute addressing and sheet 3D flag into account to be fed to reference extension via range operator. Change-Id: Iabe13ae384577e2d71ca87af6482ddccbf7ad0ac (cherry picked from commit fb6dd2a7)
-
Eike Rathke yazdı
Commit 194e9f9b oversimplified things. Change-Id: Iea6a84c4a7be49af036690afbb1512ae2c1045a2 (cherry picked from commit e503addf)
-
- 17 Haz, 2015 11 kayıt (commit)
-
-
Jan Holesovsky yazdı
They were removed in commit 18f41dfa by mistake. Change-Id: I0ed17471cd9d6ef19d401210ed530dab93c47865 (cherry picked from commit 375348cc) Signed-off-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stephan Bergmann yazdı
was broken with 70f56bc2 "java: reduce scope, make member classes private" Change-Id: I84a3fafbfdddf6bb04ab7787d344bf50ffd22994 (cherry picked from commit 3b07120a) Conflicts: odk/examples/java/Spreadsheet/CalcAddins.java
-
Michael Stahl yazdı
Apparently it may happen that some fly does get a different anchor node than before, which means the RemoveAnchoredFly() will be called twice. Prevent the problem differently by clearing the anchor in _SaveFlyInRange(). (regression from a624cf52) Change-Id: Id796d2e230de065113bcf1e6164d6b8a01ab933c (cherry picked from commit 8a1f5536)
-
Michael Stahl yazdı
Change-Id: Ida670ac9c6687314d8b425c3ac1f9896f54f2a15 (cherry picked from commit a9286c30)
-
Caolán McNamara yazdı
Change-Id: I8f698bbcf4d53a4477cc0ee0c3f2c7f08e521f8a
-
Jan Holesovsky yazdı
Change-Id: I5e05b08e30930740be0fdbb18169bf350e2eab9f
-
Tomaž Vajngerl yazdı
Change-Id: Ia0c8e9d8a22abaa2c06aea2a0f790dc34903ac37
-
Caolán McNamara yazdı
as things stand right now in writer if the table doesn't fit it doesn't fit and don't try for back-ports reuse same bogus error used for 0 rows/cells (cherry picked from commit 550cff76) Change-Id: I90cea4c8566460f614d9a1143a638597d5ab8ce6
-
Caolán McNamara yazdı
not just when the GtkSalFrame is dtored Change-Id: Iec33f4de39224f9b1e60d72c02164402196aaac0 (cherry picked from commit 6dcd81f8)
-
Zolnai Tamás yazdı
... instead of converting attributes. (cherry picked from commit 62fb96e0) Change-Id: I3e45c0641389a7b6bdecb5141646aa13ee5c0aa5
-
Tomaž Vajngerl yazdı
Change-Id: Icf18e8be2ec07bb4bcd6edce3e41a6e88ecefca7 (cherry picked from commit 56d62036)
-
- 16 Haz, 2015 14 kayıt (commit)
-
-
Zolnai Tamás yazdı
Background Tab was replaced with Area Tab on Paragraph Style Dialog. With that we lost the opportunity to set character background color. So bring back the Background tab as Highlighting. (cherry picked from commit 9874db20) Change-Id: I29925f72816fbd27243060231d551e6590f1b9d9 Reviewed-on: https://gerrit.libreoffice.org/16324Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Zolnai Tamás yazdı
Use 'Highlighting' also on Character Dialog. (cherry picked from commit 3588a04f) Options: Background -> Highlighting (cherry picked from commit b47151f5) Search By Format: Background -> Highlighting (cherry picked from commit 16d202f2) Make this string localizable (cherry picked from commit a676ad5e) Change-Id: Ifa48799bb9e415d17f4e323008fac57270bae34b Reviewed-on: https://gerrit.libreoffice.org/16322Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Eike Rathke yazdı
Change-Id: I541577e0b99b0144a755e5755adc890c0ca8d204 (cherry picked from commit ffc1ffed)
-
Caolán McNamara yazdı
Undo of a delete always leaves a pam that points to the start of the undone area and a mark to the end of the undone area, even if that area is empty. (In the normal where there is a selection this can be seen by selecting something, deleting it, and undoing and the newly undeleted stuff is again selected) The table overwrite/paste thing looks to see if a mark is set and goes off to "do something very complex" if its set. So if after each undo cycle, you physically click at the point where the cursor is flashing (which clears the mark) and then paste, undo, *click*, paste you get a wonderfully stable experience. It seems reasonable to me to "do the simple thing" if there is no mark, or if the mark and point are the same, i.e. there is nothing actually selected by the PaM. Change-Id: Ib451090f3863fde41209cc1fc9cfa0c747d0be58 (cherry picked from commit e06905df)
-
Caolán McNamara yazdı
Change-Id: Ic46be8ac6da04663096e682d17faa214b324e8bf (cherry picked from commit ff2dd794)
-
Miklos Vajna yazdı
Change-Id: If6948e523fd681dbe289909df68364806628ead6 (cherry picked from commit 56f5a402)
-
Rishabh Kumar yazdı
Addition of .uno:StyleApply , .uno:StyleUpdateByExample and .uno:StyleNewByExample uno commands to the sidebar Change-Id: Iab6f1fb465066fce523fd376038a059189f1b842 Reviewed-on: https://gerrit.libreoffice.org/16279Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit e436f311) Reviewed-on: https://gerrit.libreoffice.org/16306Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Juergen Funk yazdı
Debugging with Visual-Studio, attach to soffice.bin Description: Start make debugrun after the start of LO, in VS-Debugger "Attach to Process" to the soffice.bin then start in other box the test with make gb_JunitTest_DEBUGRUN=T JunitTest_YYY" Change-Id: I44571d1d4feafe9ce836d71781eaf793fe72cb92 Reviewed-on: https://gerrit.libreoffice.org/16290Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit 335ea181) Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Maxim Monastirsky yazdı
By "complex selection" I mean: 1. Selection with an empty paragraph that has a bullet. 2. Selection that has different font sizes. This is a regression of 5b32d9c4 that tried to fix tdf#61492. In reality in order to fix that, it seems to be enough to pass an empty SfxItemSet, because what we really need is to invalidate the bullet width (by setting it to -1), thus force recalculation, and this occurs anyway. Change-Id: I92545192f8c78ef7f1d66d72f0d8e8f256f87604 (cherry picked from commit 2a05cb81)
-
Maxim Monastirsky yazdı
The items count of NumberingTypeMgr is limited by 8, but some languages have more items, so remove that limitation. Also fix the behavior of the 10th item. The old sidebar popup had a "None" item, whose id was 10 (defined by DEFAULT_NONE from include/svx/nbdtmg.hxx), and that causes now the 10th item to behave as on/off toggle. Since we don't have a "None" item anymore, get rid of that behavior completely. Change-Id: I5546ca637f9951cc093a7bbf8fda11dc35341d4e (cherry picked from commit 71b35212)
-
Maxim Monastirsky yazdı
Change-Id: I74d799f10d4a1d88256c683f913b8c639d2694c1 (cherry picked from commit 4331aa3c)
-
Maxim Monastirsky yazdı
Change-Id: Id3cf58660bfcaf7424d027773894ce6888df788a (cherry picked from commit ef530d39)
-
Maxim Monastirsky yazdı
Regression from ed6b7d97. These buttons are implemented inside the sidebar, so just changing command names in the ui file won't work. Also, following the decision to use indent buttons across all modules, there is no need for 2 separate toolboxes anymore. Change-Id: Id9af0cd10fd0517be86b9793c187cd6508029732 Reviewed-on: https://gerrit.libreoffice.org/16199Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com> (cherry picked from commit a861a234)
-
Caolán McNamara yazdı
Change-Id: I9d4fc8e3edac699c8543ab9dce8d0e35bbf40e5b (cherry picked from commit 9ef67136)
-
- 15 Haz, 2015 2 kayıt (commit)
-
-
Eike Rathke yazdı
... not in cell areas of all sheets. Change-Id: I8d19c15c6d8d89652ac5695214bc4dd930783087 (cherry picked from commit 80ec99db)
-
Andras Timar yazdı
Project: translations 0908a57d3f1e4695d320127de6e4f5899804c94c Updated Slovenian translation Change-Id: I27f886da2abec97b9080dc3d03129259ff86a52c
-