- 12 Nis, 2013 38 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: I3ea18b4a075516f3c098fad5d63466f20bf0b494
-
Noel Grandin yazdı
Change-Id: I18b203f9647e2fd5199a2d15f4be67c99f7def5d Reviewed-on: https://gerrit.libreoffice.org/3361Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Jan Holesovsky yazdı
The mbLayoutInProgress bool was effectively unused - only set and reset, but the only place that was checking for that was in lcl_RecalcRow(), again, only to set and reset it. Worse - with the document from i#23187, the mbLayoutInProgress was set / reset on a page already disposed in SwFrm::InsertPage() which was causing the crash here. So let's get rid of all this mbLayoutInProgress, its getter and setter, and NotifyLayoutOfPageInProgress class. Valgrind, thank you that you exist, would have never found it without you! :-) Change-Id: I9a9b604f8a21bb50e21af1b20b8db76d2c0504bd
-
Miklos Vajna yazdı
Export these as new-style frames. Not counting future possibilities, this commit finally fixes the following problems: - borders: spacing to contents wasn't exported at all - wrap: top/bottom and left/right spacing exported even in case they do not equal Change-Id: I058e00e677e20bc9501b8de320f941f256e8b6f1
-
Miklos Vajna yazdı
Change-Id: Id576d6df4b7a6144507e5f8230ac62a953b5c050
-
Caolán McNamara yazdı
Change-Id: Ie0a40b5aaf26185546916843a913d4be47f7b6fb
-
Lei De Bin yazdı
Add export MACROBUTTON field codes in AttributeOutputBase::TextField Found by: yan ji Patch by: Lei De Bin Review by: Chen Zuo Jun(cherry picked from commit b51d354f) Conflicts: sw/source/filter/ww8/ww8atr.cxx Change-Id: I419ce091bb676aecfe8b53660549da40eec6057f
-
Caolán McNamara yazdı
Change-Id: Ib00a0ab1c2e382547041137c11f8955140b8113d
-
Stephan Bergmann yazdı
Change-Id: Ie1c1311d1df14d5639b7642d2b9a1588605c31fc
-
Jan Holesovsky yazdı
This was originally fixed in commit 792cbc03 due to fix of i#99564. But later we reworked the handling of empty paragraphs in tables in commit 56b2cf0c, which caused the fix from i#99564 to regress. Change-Id: Ief063181cee87c7cd43404469247d85eb96bcfe1
-
Michael Meeks yazdı
Change-Id: I5a24235f5bb6791f64ba752b01cf185e7a7287cb
-
Andre Fischer yazdı
for loading from ppt format. Patch by: Lei Debin Review by: Andre (cherry picked from commit 2b747915) Conflicts: filter/source/msfilter/svdfppt.cxx Change-Id: I2c10ae8161c44f2c60e7605a529887a0925d456d
-
Tor Lillqvist yazdı
Change-Id: I9321dcf9d863cb59eee9b2a012d887a17cb1b454
-
Tor Lillqvist yazdı
Change-Id: If37b5e646562357c4c6c9ce0a3821d92bbfc07f9
-
Tor Lillqvist yazdı
Change-Id: I25016b17356e0b3732f324f4edb748660cd110fd
-
Oliver-Rainer Wittmann yazdı
- consider upper space amount only for page grids in squared page mode Found by: louqle <louqingle at gmail dot com> Patch by: Oliver-Rainer Wittmann <orw at apache dot org> Review by: zjchen <zjchencdl at gmail dot com> (cherry picked from commit 53ba6061) Change-Id: If6592a41f0ef67cc20fa8b3ddaefa36571561f85
-
Oliver-Rainer Wittmann yazdı
- correction of condition interpreting <LayoutInTableCell> attribute - include support for Microsoft Office 2010 version Found by: louqle <louqingle at gmail dot com> Patch by: Oliver-Rainer Wittmann <orw at apache dot org> Review by: zjchen <zjchencdl at gmail dot com> (cherry picked from commit 3b8b3136) Conflicts: sw/source/filter/ww8/ww8graf.cxx Change-Id: I065ba88f0e08c5c5e892665933587fa2b796226e
-
Jan Holesovsky yazdı
The image that is inside is dropped though, we do not have support for that in editeng. Change-Id: I16dc1656e6f71fd80136bc39233decef4e1d4069
-
Andras Timar yazdı
Change-Id: Ib57d76313732fed18d1d3b91b27df33d60dabf2b
-
Gergő Mocsi yazdı
UI tweaks: dialog window open in all modes (Normal, Outline, Slide Sorter, ..). Fixed some pointer issues in function CreateHdl). Functionality: Title slide gets inserted only when we have one slide in the presentation (having > 1, I assume that we don't have an empty presentation). Conflicts: sd/source/ui/dlg/PhotoAlbumDialog.cxx Change-Id: I7eb844bf2382a44481435cfaa8f498e29c56bd69
-
Stephan Bergmann yazdı
Change-Id: I31372075311e45b7b772ff057aedf4c5f1d0ed18
-
Michael Meeks yazdı
Change-Id: I020d6f59751aef0bfb06667317ddcaf2965395d1
-
Caolán McNamara yazdı
We now have hectares of empty space in the English ui on the right side because the other tabs are wider than this one. What to do with the extra space, leave it on the right, or consume it in some other way ? I'm inclined to spread things around the available space. If we set our elements to expand to consume it (but left align the spinbuttons within their expanded space) then we get a page that looks very like the original. I'm not entirely sure if I prefer it this way because it's genuinely more pleasing to the eye, or because it's just familiar looking this way. Change-Id: Iafe60713eb8c6f0bd1ecd70e3f288d52b453a247
-
Stephan Bergmann yazdı
Change-Id: Ic26237c2ecdc0728be6acb6d15e2d258bf093c74
-
Stephan Bergmann yazdı
Change-Id: I76db8e6e1460141ee4ef1bed10ea46c2b402b249
-
Stephan Bergmann yazdı
Change-Id: Icab9990a1e4bcbd709f63cb5ef24358441cced8d
-
Andrzej J.R. Hunt yazdı
Change-Id: I466b5e2232811af3fad2266c28e8c4475b77eb71
-
Caolán McNamara yazdı
It appears I have a small bug in how size-groups and/or generic size-requests work. It seems that margins should be part of the request, but I'm adding those on after the request, not as part of the request. But we can workaround that by putting a one element box around the elements with margins and put those boxes into the size group instead. That way it works now, and will continue to work after I change the request+margin logic tristates are a pain, They are always set to "state unknown" on .ui load, while in .src load they default to "state nocheck". So to be super sure that the logic is unchanged set them explicitly initially in .cxx to "state nocheck" restore accessibility relationship between tristate used as a label and the labeled thing. Change-Id: Ibf4879c3e9a4ecc4726896479377f51bf727b238
-
Olivier Hallot yazdı
Conflicts: sw/UI_swriter.mk Change-Id: I5280ddaa714db0f9ffd61cf400acf9a9fcc1087b Reviewed-on: https://gerrit.libreoffice.org/3337Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
vjinoch yazdı
Change-Id: Id84a5eaa4cea4c7cce9aa873c1a7c286e5d5cc92 Reviewed-on: https://gerrit.libreoffice.org/3349Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
vjinoch yazdı
Change-Id: Ib87e3a5155176a6ce0531e04b08a2731a9c956a7 Reviewed-on: https://gerrit.libreoffice.org/3289Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Matúš Kukan yazdı
Change-Id: I2b2099d8fc00062f67c42e73c4b8a17a689db89d Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Ia71f49eeca36ca65b319d47c6047fad310f5f248
-
Miklos Vajna yazdı
Change-Id: Idf39b33efe4c7838f2669aec8773616416811d57
-
Jürgen Schmidt yazdı
fix: While deleting any box from chart data provider, verify whether there are any invalidate chart data sequence inside, if so, catch the exception and remove it. Patch By: Peng Chen Found By: yanji Review By: jsc (cherry picked from commit a92e3539) Change-Id: I239824e92d13e42b83674dbdeaeef053f1e6ea9a
-
Miklos Vajna yazdı
The commit message of 0e5f2ea0? didn't mention this, so I guess flipping over the default was just an accident. Change-Id: I9078cc56a6064e3498b012848b860c7b414b37e6
-
Miklos Vajna yazdı
When some import filter fix arrives in, and the submitter submits a test file, but doesn't provide a matching testcase, we accept the patch, as it's better than nothing. This script will search for such files, providing kind of a TODO list for what testcases have to be implemented. Change-Id: I713fe2f0aef4cbca66ba913baf54b7bd28ba2471
-
Julien Nabet yazdı
Change-Id: I6a7764637f6e5754e68ee6e4ab417224f542592d Reviewed-on: https://gerrit.libreoffice.org/3348Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
- 11 Nis, 2013 2 kayıt (commit)
-
-
Rafael Dominguez yazdı
Change-Id: I42e5fe1f806712b2b912f945c164b0e239ecaa54
-
Rafael Dominguez yazdı
Change-Id: Ifa5091a5159d3832d3b8c8846eff57b6bfcf9854
-