- 29 Eyl, 2014 40 kayıt (commit)
-
-
Michael Stahl yazdı
The implementation of SwXStyle's FirstIsShared property is busted, and that causes xmloff to write the footer-first content into the master footer. Change-Id: I520a4929d9d7313da65bcdcf4094f8244382377d
-
Michael Stahl yazdı
Essentially revert commit 4fa05ecc, plus move the unlock to the dtor for more RAII-ness. Change-Id: Ie5a9cc183626e3f5b005348606bffa69c4be4f7f
-
Stephan Bergmann yazdı
Change-Id: Iba0c35a5bc07ac7b67186c3eeae1a2c926a6bc69
-
Stephan Bergmann yazdı
Change-Id: I60db70c38d138455230ee56a26d840aa68885b44
-
Stephan Bergmann yazdı
Change-Id: I0e7fc27f558de2af7e860ca2ab2da1952fc85678
-
Stephan Bergmann yazdı
Change-Id: I01a521f5d5104bf2e6046330e2d667155c27a604
-
Michael Meeks yazdı
Change-Id: I89a8c9e44906326976c3dc8057e1637affaf2521
-
Stephan Bergmann yazdı
Change-Id: I4aecc887fc4654618444616ef83ff71266a2f93a
-
Michael Meeks yazdı
Change-Id: I8ee6ec81913c008eeb67cd70a2490b523b0d8177
-
Caolán McNamara yazdı
Change-Id: Ib21a4a1574119120f09d4ecac73b93a0f2f6739f
-
Adolfo Jayme Barrientos yazdı
* Switch to an horizontal layout * Drop the expander and make file info always visible at the right side * Resizing didn’t make sense when the expander was there, still doesn’t * Sentence capitalization for radio buttons and check boxes, see HIG * Add it a title! * Make it modal Change-Id: I08215b122bd9466c33fdc93e3c007f4aaf47b4e5 Reviewed-on: https://gerrit.libreoffice.org/11671Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: If54aaffc6d88569220c4f1747926aae3199946b8
-
Miklos Vajna yazdı
Also, as a start, enable export validation for zoom.docx. Change-Id: I4620fbd516eeb4001770a4d69a89e7831566af92
-
Julien Nabet yazdı
Change-Id: I01999bc1283024bc4a1c380fd765a64b2da8a16a
-
Michael Jaumann yazdı
Change-Id: If823964bf3bb67563504db61b6c5d557cab89243 Reviewed-on: https://gerrit.libreoffice.org/11609Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Luboš Luňák yazdı
Change-Id: I692de6c6d3cf2b932ba96cd9978cf56f75b8cb3e
-
Luboš Luňák yazdı
Again, that's what this file does elsewhere, that's what (incomplete) import did before my changes, and it seems to match better the position that such an element gets in Word. Change-Id: Id09150eaaa505e6ddcd4baaf4a833000d52dd71d
-
Luboš Luňák yazdı
That's what the code does elsewhere in this file, and also import does it. Change-Id: I30e608f86a9cae66eed48dbb2e719b1455327ae3
-
Luboš Luňák yazdı
Change-Id: I50f537c697f6e73c1fd150f3f03fc65b85ccbeaf
-
Luboš Luňák yazdı
Change-Id: I65321bb6244e0e37ef673d726b698c3708711d53
-
Luboš Luňák yazdı
Change-Id: I3a5ab08e349c5c071373cda2f62e3cea593e263c
-
Tor Lillqvist yazdı
Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5
-
Tor Lillqvist yazdı
Change-Id: If8fda4b27adb2f83cbdfdbb20d90ced77e467a54
-
Tor Lillqvist yazdı
Change-Id: I43f693901e10a81c486c4f4b10c9bb9c70af3448
-
Tor Lillqvist yazdı
Change-Id: I2908fd1e93e7aa2a515c152508b66d4de38436e6
-
Tor Lillqvist yazdı
Change-Id: Id19a93b0b428849a3590e2e28e081154c443e949
-
Tor Lillqvist yazdı
Change-Id: Idba63c9a88a6f255c58296df64f9d74379a3cc4e
-
Stephan Bergmann yazdı
Change-Id: I5a08186b465b15311c63784506a0ca0e119286e2
-
Stephan Bergmann yazdı
Change-Id: Ic1b28e7f79cc7dad6a045eb64e5191991533990d
-
Stephan Bergmann yazdı
Change-Id: I07d536d0ffdc9e09d8d0799396ad6e6c6909cf45
-
Stephan Bergmann yazdı
Change-Id: I4566a0b7215b729f04591bed0ad5bed42f71f227
-
Miklos Vajna yazdı
Change-Id: I9e272996b478abe138448d305a54920b762a89b5
-
Miklos Vajna yazdı
sw/qa/extras/ooxmlexport/data/zoom.docx is a reproducer for this, DocxAttributeOutput::CharFontSizeCJK() is just a wrapper around CharFontSize(), and both produce a <w:sz> element, but to produce valid OOXML, only one child element should be written, so ignore the second one. Change-Id: I7474fccadccf573f706c9b148b7e450c39ad5efb
-
Miklos Vajna yazdı
With this, each rotation = 0 / 90 / 180 / 270 and flip = none / horizontal / vertical / horizontal+vertical combination (16 cases) are exported perfectly. Also, this matches what the (binary) [MS-ODRAW] export does, see ImplEESdrWriter::ImplWriteShape(). Change-Id: I04030c8c6819c35c06ce97400eb7e2f1f7389a5f
-
Michael Stahl yazdı
Currently the timer callback is running on a separate thread, but that is unnecessary since it just does a PostMessage(). Every thread stack stack mysteriously eats 10M of VM apparently despite dumpbin -headers soffice.bin: "989680 size of stack reserve, 1000 size of stack commit" Change-Id: I6eac3f6fa45939cd5dbb3dfbec61f9a504bdaa8b
-
László Németh yazdı
The relative height "100%" (used only by Heading 3 now) is converted silently to absolute height (btw, also in the dialogs and in OOo, too). Using 101% instead of 100% fixes this problem, so setting a new height in the parent style "Heading" (for example, by Tools->Options-> LibreOffice Writer->Basic fonts (western)->Heading->Size) can change the heights of all default headings, including Heading 3. Change-Id: Ia44ac9d24041b75f0aedd7b56340dd41caf0020e
-
Caolán McNamara yazdı
writer has code to fill in missing new properties from the old properties if they exist. But xmloff is stripping them out before they get there. Don't strip them out, and add in a missing check for one of the archaic bg colors and add a regression test for fdo#81223 Change-Id: I9a541a9bee0a01c90f2c33383f1144ecd8b0bfff
-
Caolán McNamara yazdı
though it did seem on the face of it a good additional safety check Change-Id: I76e613c0f42662d87f976d9b3bf98a4cb44b3c4e
-
Michael Meeks yazdı
Change-Id: I06c253cc53121559730f23906fd3ff34a4593d27
-
Stephan Bergmann yazdı
...producing error messages about trying to access private undefined unique_ptr copy ctor etc. Partial revert of 014e7933 "svtools: std::auto_ptr -> std::unique_ptr: ...changing HTMLOptions to std::vector<std::unique_ptr<...>> because boost::ptr_vector<...>::push_back only supports auto_ptr, not unique_ptr," going the awkward std::unique_ptr x(...); push_back(x.get()); x.release(); route instead (which could be simplified if boost::ptr_vector::push_back ever started to support unique_ptr). Change-Id: I15693030a0bbfdedbfdfbe76ede5d0c74f4e5b41
-