- 22 Eki, 2013 5 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: I2f319d9e168b2ba950c5d831163e946b52b76137
-
Adam Co yazdı
This bug fix is for roundtripping a DOCX that has a specific 'start value' for the page numbers. In most cases LO imports it ok. However - until now - Word allowed you to start page number from 0, while LO only allowed starting page numbers from 1. This was because the 'start value' was stored in an 'unsigned int', and the value '0' was used to mark 'there is no start value'. This patch changes the way the 'start value' is stored from 'unsigned int' to 'optional unsigned int'. This way - if there is no value applied - the variable will hold NULL. However - if a value is set - it can be 0 or more. This meant also tweaking all the places that used to get this value, so that now they handle an 'optional uint', instead of a 'uint'. Conflicts: sw/source/ui/inc/break.hxx sw/source/ui/inc/wrtsh.hxx sw/source/ui/shells/textsh1.cxx sw/source/ui/utlui/uitool.cxx sw/source/ui/wrtsh/wrtsh1.cxx Change-Id: I6ad9d90e03b42c58eed2271477df43c20ad6f20a Reviewed-on: https://gerrit.libreoffice.org/5681
-
Stephan Bergmann yazdı
Change-Id: If1f41f9c25600199ba4fb8c2f75ddd7c8ce8c8b3
-
Markus Mohrhard yazdı
-
Thomas Arnhold yazdı
Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
-
- 21 Eki, 2013 35 kayıt (commit)
-
-
Tor Lillqvist yazdı
Faking mouse clicks is a stupid way to do it of course. Try to do it "right". For now just worked on moving the end handle, but once that works, similar code should be used for the start handle, too. Does not work yet. It is hard to extract out from SwEditWin::MouseButtonDown() exactly what all is relevant, and what isn't, for this use case. Change-Id: I76a226f787facbac645aaff8b4852d693bcf4ccb
-
Tor Lillqvist yazdı
Change-Id: Ifd3613f7a48f966f23ea2023f922b05b5f83fcab
-
Tor Lillqvist yazdı
Change-Id: I9326c9684a9c53f1f9a3ea5603bcb44c941e8918
-
Stephan Bergmann yazdı
Change-Id: Idc5974e5a2ec68e8f1b2312a88fab15092c82788
-
Stephan Bergmann yazdı
Change-Id: Iad5c4e05832128b5f41860cc4ae96f0472c37491
-
Kohei Yoshida yazdı
Change-Id: I50e0a31020f022bded7a97349560c0ed9bdb988d
-
Caolán McNamara yazdı
Change-Id: I566e3ade54962bbc6ace9b757f79c1b8ed9ffd00
-
Michael Stahl yazdı
Iterating over all entries of a std::map is rather slow, so add a interval map to manage the free entries. A first attempt to use boost::icl::interval_set for this was abandoned; while the releaseId() function would be just 1 line, GCC 4.8.2 at least is unhappy about boost icl headers for non-obvious reasons: UnpackedTarball/boost/boost/icl/discrete_interval.hpp:45:225: error: default argument for template parameter for class enclosing ‘void boost::icl::boost_concept_check_dummy45(boost_concept_check45*)’ Change-Id: I7b767aefee57df7743dc13a694b6a61abdd536c7
-
Michael Stahl yazdı
Change-Id: I9cb8ea746c87b394c4c5993de14f692ea018c558
-
Michael Stahl yazdı
Change-Id: Ia422df4066e77bbe3a43a380ba978815fe46dc9c
-
Michael Stahl yazdı
Project: help f81edbd66fc4d0b6cf03949bb2339c9be9ee989c
-
Caolán McNamara yazdı
Change-Id: Ibfe1d3a319fc82223f340ebd705a1966b8250089
-
Caolán McNamara yazdı
Change-Id: I72e98f1059280ed05b6cf77a6d69e522b4b8c075
-
Caolán McNamara yazdı
Change-Id: I945bcf3af5f8b2228c8c8c5958ff3aa60dfae2c2
-
Stephan Bergmann yazdı
Change-Id: Iabb80c72f9e6aab3b58590299ce9f22e0ae1a5fa
-
Stephan Bergmann yazdı
regression introduced with 1287804a "convert svx/source/gallery/*.cxx from String to OUString" Change-Id: Ia8171f2215253b6db8f7eb1f623a6e0c68dc7b94
-
Stephan Bergmann yazdı
Change-Id: I8b68b78042a980850d71a0f67ec520986d6085e4
-
Stephan Bergmann yazdı
Change-Id: I2b725ad476cbd9552a7e57a550945a1f227fc823
-
Tor Lillqvist yazdı
It was just somethinbg I did while I was working on the LIBO_ONEWAY_STABLE_ODF_EXPORT code, to afterwards then compare the output from several conversions. Change-Id: I23ec42520b9802a520160d5c8cb01d46712c9183
-
Jan Holesovsky yazdı
Change-Id: I022ca7c6bc7a9efd874bd04eaf78836afcee21c6
-
Caolán McNamara yazdı
Change-Id: I43ab83e478deb417fef679c236d885180eb71bbd
-
Caolán McNamara yazdı
Change-Id: I264bdfc3453e2b6a17397ffb27154a29394c8c1b
-
Armin Le Grand yazdı
(cherry picked from commit dd1cb9aa) Change-Id: I7a63835d1e93f4cebc0f908d01873ea3ff91fe66
-
Caolán McNamara yazdı
Change-Id: I5d19eadc3dc24b0aeeb61c677f440eef83af78c2
-
Caolán McNamara yazdı
Change-Id: I8ed341aeef90584dfc545a794f999e3adc08dd72
-
Caolán McNamara yazdı
Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135
-
Caolán McNamara yazdı
Change-Id: Ia160d7cbaa2ee71773483c3f91306f89cdad5947
-
Caolán McNamara yazdı
Change-Id: I82ffba3befc4d2153c0f9015323bb5e6f1939fe8
-
Jan Holesovsky yazdı
Change-Id: I465dcadf14935bce4f610376b41b9a66963e2cf8
-
Caolán McNamara yazdı
Change-Id: Id7e67d7e7bd4be6600a296a846512e9076c9df23
-
Thomas Arnhold yazdı
WaE: enumeration values 'USCRIPT_CAUCASIAN_ALBANIAN' and 'USCRIPT_MAHAJANI' not handled in switch [-Wswitch] With ICU 4.9 there is no major/minor anymore, it's only ICU 49 or ICU 52. So adapt the previous check, too. Change-Id: Id938937b305165d407ced473ea1725e97efe9124 See: http://icu-project.org/apiref/icu4c-latest/uscript_8h.html Reviewed-on: https://gerrit.libreoffice.org/6365Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Iec7a797581ab899e93ad6cebb06c3622ca2360b9
-
Caolán McNamara yazdı
Change-Id: If41503f382115affb42068d9a441241543197147
-
Caolán McNamara yazdı
Change-Id: I5ae90b02e7ae5ddd19495fd0847b7e9dfc4419e8
-
Thomas Arnhold yazdı
Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-