- 05 Mar, 2014 40 kayıt (commit)
-
-
Katarina Behrens yazdı
Change-Id: I3c6256f1b2d176790a8eb7c094c1583ce053971b Reviewed-on: https://gerrit.libreoffice.org/8382Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I9bd4ea90638df91122b96f1fb86043c2d770417d
-
Tor Lillqvist yazdı
Note that this doesn't really mean a lot for the NDK. Change-Id: I4061cb856055ae126aadf56afc462182a875e65f
-
Tor Lillqvist yazdı
Change-Id: Id44a5bb0dca7bc6b8d97a6d5ae26ea642043e374
-
Tor Lillqvist yazdı
AppleLocale is for things like date formats, it seems, while the first entry in AppleLanguages contains the user's preferred UI language. I think that is closer to what we want here. Note that in AppleLanguages, the country (where present) is separated from the language with a hyphen, while in AppleLocale an underscore is used. Change-Id: I6d8a728d53ca6b46e8fcf0e333a6d0aa34abff1d
-
Caolán McNamara yazdı
Project: help 89290aeb021a3ab91a0a091537eaa7c8194c8449
-
Eike Rathke yazdı
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Maxim Monastirsky yazdı
Not sure why .uno:ViewGridLines & SID_SCGRIDSHOW were introduced (in "merge sidebar feature" and related commits). Change-Id: I90bdfaef86adcbfa44129b8f7f9df61ca7f35114 Reviewed-on: https://gerrit.libreoffice.org/8459Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Winfried Donkers yazdı
Change-Id: If27559ffb077b5704d46ec4057b5531a9887b0cd Reviewed-on: https://gerrit.libreoffice.org/8355Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I084aaae3f090b36e7f16c4cd2541613fc91d6490
-
Winfried Donkers yazdı
MODE.SNGL, MODE.MULT, NEGBINOM.DIST, Z.TEST Change-Id: I55eb05e1ebdb9dbc3ce9ae84e3cdacfdfa112091 Reviewed-on: https://gerrit.libreoffice.org/7776Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I9ffd2881bfbf51749d69d7fc1af2d74335d8e3f4
-
Caolán McNamara yazdı
Project: help b7b2120b6b279ed678c9fc8dbd5ee02e184064bc
-
Caolán McNamara yazdı
Change-Id: Ib40ab75ce04c60df29895b0b14450d507d67db23
-
Caolán McNamara yazdı
Project: help a1500f2d2d62db355abf42dbd136b26baecf8abc
-
Mihai Varga yazdı
Change-Id: I7292dd2a03c94fd5366220a62334ef6ebac9296c Reviewed-on: https://gerrit.libreoffice.org/8450Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Iba543bf0642071ab4a9164af8a4bcb35ac1ecfd0
-
Jan Holesovsky yazdı
Change-Id: I3c8d5e491fcf9f871d72fb2d138bb7094ff69746
-
Caolán McNamara yazdı
Change-Id: I2d3b5311b8f40350f6d9524f802cb074c175ffaa
-
Caolán McNamara yazdı
Project: help d17b89d10487e87000998056c30f9ecfa8b1a86a
-
Olivier Hallot yazdı
Change-Id: Ibc45598b719c0898af19e6266799f84cc66d2db1 Reviewed-on: https://gerrit.libreoffice.org/8453Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I2bfbb2aa53729be1c12ccc3ca3dd8644aa4d5410
-
Caolán McNamara yazdı
Project: help fd4b247481040463a7037ed0d96e78256ad2c32d
-
Tushar Bende yazdı
Problem was Document containing ole object if RoundTripped then after Roundtripping the OLE object was not working. Which means if doc contains .zip file as ole object then after RoundTripping that .zip object was not getting opened . Reason found that it was because of missing o:title attribute during RoundTrip for <v:imagedata> inside <v:shape>. XML file difference : In document.xml, Before - <v:shape id="ole_rId2" style="width:72pt;height:40.3pt" o:ole=""> <v:imagedata r:id="rId3" /> </v:shape> After - <v:shape id="ole_rId2" style="width:72pt;height:40.3pt" o:ole=""> <v:imagedata r:id="rId3" o:title="" /> </v:shape> Verified that code changes working for other ole objects as well which are: Equations ,Excel Sheet and .zip. Change-Id: I813de38bcd6e334ce38a661fdfcfa434ef246ed0 Reviewed-on: https://gerrit.libreoffice.org/8458Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Markus Mohrhard yazdı
Change-Id: Iaafe30a1095bd5b6dac3637c394818ba8bd848ce
-
Vinaya Mandke yazdı
Import the "w:space" or the distance between multiple columns of an Index Modifies existing UT for the same Reviewed on: https://gerrit.libreoffice.org/8444 Change-Id: I6d38e106208524cb22d0b98b0071360865e64bc0
-
Jacobo Aragunde Pérez yazdı
We should pass the natural rectangle instead of the bounding box as the size of the shape. Change-Id: I3ecee9d5645f280071c2872ecd08dbcf54574b8a
-
PriyankaGaikwad yazdı
Description: File corrupt due to the end tag </w:tc> </w:tr> </w:tbl> are missing after roundtrip in header4.xml Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8378 Change-Id: Ib05a50b3b3beca6c744b93360f9341ddcaa1a22a
-
Caolán McNamara yazdı
we need it again now This reverts commit 77c45eb2. Change-Id: I3e171d95e4f50c8e26824da2f6e6817d3b597d4d
-
Caolán McNamara yazdı
Change-Id: I492020d03ed4178510e6aae431cf4827c1166f0b
-
Andre Fischer yazdı
Reported by: Du Jing Patch by: SunYing Review by: Andre Fischer (cherry picked from commit 7d4fbffc) Change-Id: I1ca3caf3aaec255ab204a4a687ed8434fbdb234a
-
Vinaya Mandke yazdı
Added support to grab-bag rels and associated Images for data[i].xml, and drawing[i].xml. Added UT for the same Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8362 Change-Id: I545825f67214f14037ab72b77764a07d575b8b5b
-
Nikhil Walvekar yazdı
This supports \r flag run-in type index. If \r is specified then we don't have to write \e flag (separator char). \h is Alphabetic separator, where indexes are grouped as per starting character. Change-Id: I690b29cef3d24b2a71b01f1deef0e418162d71aa Reviewed-on: https://gerrit.libreoffice.org/8099Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Markus Mohrhard yazdı
Change-Id: I866946a2a987a95a41cf2b32ed089568ff94b236
-
Markus Mohrhard yazdı
Now the export validation test passes and we can finally make use of it. Change-Id: Ic8a6d15f3f0aa84b35b480e3cb0fa1c54c5e6b25
-
Markus Mohrhard yazdı
Change-Id: I659c87a0f0856a95a5f9c71180b1d595f0dc09fa
-
Markus Mohrhard yazdı
Change-Id: I66db2bdf7bddaa6d8f1d935e28376e3d0898071f
-
Stephan Bergmann yazdı
Change-Id: I3c1243e449e0b7851e415cf7543483d16c5ac7ec
-
Noel Grandin yazdı
Some of this code is used by Windows. This reverts commit b96724560f119b1b9ab8b5e1ee1759fd9b2db203.
-
Markus Mohrhard yazdı
Change-Id: I1d7ccbf4ceb3e825737a6c0af228767dc3fbce2d
-