- 05 Mar, 2014 17 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Id17c8d2e2f366b666fd58317c2b8241753ae8a93
-
Noel Grandin yazdı
accessibility::Document::justifySelection(TextPaM&, TextPaM&) accessibility::Document::notifySelectionChange(int, int) Change-Id: I3a5c79ada69c1530ebbbf386bf271f3a83843815
-
Noel Grandin yazdı
basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&) basegfx::tools::equal(basegfx::B2DPolygon const&, basegfx::B2DPolygon const&, double const&) basegfx::tools::equal(basegfx::B3DPolyPolygon const&, basegfx::B3DPolyPolygon const&) Change-Id: Ia20358dca68e2240ca9eadd43a18fc6c1a3693a0
-
Noel Grandin yazdı
Change-Id: I9c6d6f8d9389070a41af2a289e97b6eeb2fc750c
-
Noel Grandin yazdı
Change-Id: I43de71815d13bf359926dc6c6d63eb5a933ca712
-
Noel Grandin yazdı
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() Change-Id: Ib1d958e57598dd3db392de98c4d2e2df1bfc98de
-
Noel Grandin yazdı
Change-Id: Id137b4789652ca54290106a33d2c230723834a52
-
Noel Grandin yazdı
Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
-
Noel Grandin yazdı
Change-Id: If7b09d032d0155a38b5d5e8aa1832c86a8f7cec1
-
Noel Grandin yazdı
formula::FormulaTokenArray::AddString(unsigned short const*) Change-Id: I6c014f6ada3b75398112e81f9c8e7de7dd776c7d
-
Noel Grandin yazdı
Remove these methods:. formula::DoubleVectorRefToken::GetRequestedArrayLength() formula::SingleVectorRefToken::GetRequestedArrayLength() formula::SingleVectorRefToken::SingleVectorRefToken( double const*, unsigned long, unsigned long) and optimise some accessor methods. Change-Id: I04f53593894a59dbefdd1cbc9505c6eb7cd8610b
-
Kohei Yoshida yazdı
Fix all sorts of incorrect double line handling in drawinglayer in order to draw thick-thin double line types correctly. Also change handling of border lines in writer tables. There are still some outstanding issues but it's much better than how it was before. Also realized that Word and Excel handle simple thin double lines differently; Word varies widths of all of the lines and the gap whereas Excel only has one fixed size for its double line. For this reason I decided to add a separate double line type (DOUBLE_THIN) to handle Excel's double line. Change-Id: Iaaa353b6e4f998b524262bea59260b4333e0cdb4
-
Norbert Thiebaud yazdı
Change-Id: Id3e3787635996d90f7673748c17601963523ad8d
-
Norbert Thiebaud yazdı
Change-Id: I7a85167f1a2b54913ac8168a6b677a7012eb7aef
-
Norbert Thiebaud yazdı
Change-Id: I467a4201b33d3a7562c4fa896b3f9cb5cafeac54
-
Norbert Thiebaud yazdı
Change-Id: I02a9d6ee6151c6a8c3ee61c3c7dcf1dc432b453f
-
Norbert Thiebaud yazdı
Change-Id: I9c5c36a41131f55faf2b31b347b0df4eb5cc21e2
-
- 04 Mar, 2014 23 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: Iadd5034418e077bf051b23cda70f070c52840645
-
Jan Holesovsky yazdı
This is part of some STAMPIT workaround; no idea what it is, but for sure it causes problems with PowerPoint OLE in Writer - so let's avoid updating if it is not "STAMPIT". Change-Id: I266b419ba3461c547f7ee8e447ef64a47a8511e8
-
Jan Holesovsky yazdı
Change-Id: I72f2c7436df4f1189673d7ccce0d4ac47d338a31
-
Jan Holesovsky yazdı
Excel can copy huge metafiles to the clipboard, with over 3 million of actions, which are 1) unusable, and 2) crash LibreOffice because of their size. So let's just limit the size of metafiles to be under 100000 actions, otherwise use the 'OLE' bitmap. Change-Id: I6a50471e6fe6ab9417592c011bf78cad6247236b
-
Markus Mohrhard yazdı
The concept with separate alpha will result in nasty alpha bugs. Change-Id: I9c18d2a850aeed2bf14f43d247029204013d3c93
-
Peilin yazdı
Change-Id: If18e74c2cec00d29bddaffbbd21991749490493a
-
Caolán McNamara yazdı
Change-Id: I04d50eb44156e4b2476c237848491cda73b9ef0a
-
Oliver-Rainer Wittmann yazdı
(cherry picked from commit aa46680d) Conflicts: sw/source/core/undo/undobj.cxx Change-Id: I4689d5fe02ab2c814e15a1c11ebd3ad11d6e56c8
-
Oliver-Rainer Wittmann yazdı
when updating <SwIndex> instances due to inserted characters (cherry picked from commit 770c0e6b) Conflicts: sw/source/core/bastyp/index.cxx sw/source/core/crsr/bookmrk.cxx sw/source/core/doc/docbm.cxx sw/source/core/inc/bookmrk.hxx sw/source/core/inc/crossrefbookmark.hxx Change-Id: Ie4531c3b33aff0a7f3d139ee81a21c3823474f84
-
Caolán McNamara yazdı
Change-Id: I0a86971d1750ea640db64cd3238f3e31b22d1223
-
Markus Mohrhard yazdı
Change-Id: I1e22f166381b3bc8122b3bbef7fc760705e402d1
-
Michael Stahl yazdı
Change-Id: I38b5372b141629341d4b4285ff634679d657fbd2
-
Markus Mohrhard yazdı
We did not crash in the invalid memory access because the lists were continuous in memory and we would just pick the next id. However it crashed when trying to map some of the ids to non existant strings. This commit also removes the need for the earlier fix for this bug that just hit the problem behind some checks much later in the call chain. Change-Id: Ic6658987815c4e84ed2449934c310e30dcd0ed4c
-
Markus Mohrhard yazdı
This reverts commit 0b6a1f2a.
-
Olivier Hallot yazdı
Change string "..." to "Servers..." in filepicker, to allow better understandng of the remote acess to file services. Change-Id: I8ffca698b40d23b1c876223ef98f9bcb181791a4 Reviewed-on: https://gerrit.libreoffice.org/8452Tested-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: If4e126e7993a1d3ca6162becf37b84b2de6c2dde
-
Miklos Vajna yazdı
Change-Id: Iffb80e9844132aeeaf3e338c4817b44520e40f3a
-
Michael Stahl yazdı
Change-Id: I58d592a863ed96fee85e4c8838663791c76854da
-
Markus Mohrhard yazdı
Change-Id: I946f4177bef82bbac8058640f216a294582c24a3
-
Markus Mohrhard yazdı
Change-Id: Iaaf5b7ab47ffa151cd7c8ea376763d02c883f377
-
Markus Mohrhard yazdı
Next step on my way to remove the inheritance from std::map Change-Id: I96e8e4c05f1bd821a0c1c4de5c78af1706fe50e5
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
Change-Id: Ib4460d6ba59dbe22436fb710ee7a108804df0b86
-