- 28 Eyl, 2015 39 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Change-Id: I134820fa81c206b835d68dcaa3967045038b6f33
-
Tomaž Vajngerl yazdı
Change-Id: I11c7063d7ac689866461ceabf8648f1c3c7bb17d
-
Oliver Specht yazdı
supported dash_dot, dash_dot_dot and double_thin border types added export test enabled odf import tests on Windows except for testFdo37606Copy because it fails Change-Id: Ia9c7a030956326b33e9f07eaa57c11aaa8e0a6fd Reviewed-on: https://gerrit.libreoffice.org/18495Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Stephan Bergmann yazdı
Change-Id: I8f649229ffce60de16e6b4611b1c081811cef225
-
Stephan Bergmann yazdı
Change-Id: I00dc8c2550053235ea9ddb5fa3078b11a0be395c
-
Stephan Bergmann yazdı
Change-Id: I353d6ceb74347f09dad77116b52771dd5aa21dab
-
Stephan Bergmann yazdı
Change-Id: I3a65e35a7986cf13db58a42672a39a796f5822a0
-
Stephan Bergmann yazdı
Change-Id: I33ac62e10030a3d975f7644406025dbb5deb711e
-
Samuel Mehrbrodt yazdı
Missed in 94ed4492 Change-Id: I61dc4023fe09185ac43f96f28ccde94d770366d6
-
Michael Stahl yazdı
Change-Id: I42f7f961615f61002d6c0cce5b7eb44447ba5a64
-
Stephan Bergmann yazdı
Change-Id: I58baa20b852bda3160f23f43a751404248244348
-
Caolán McNamara yazdı
regression from... commit 8a08f686 Author: Mike <mikekaganski@hotmail.com> Date: Mon Apr 27 01:27:05 2015 +1000 tdf#66141: SwTxtFrm::FormatQuick(bool) endless loop If a line happens to be invisible (e.g. in too thin cell of a table) then aLine.FormatLine(nStart) returns nStart, and aLine.Insert( new SwLineLayout() ) is executed until OOM. keep the zero advance loop detection attempt, but allow the first insertion and disallow subsequent inserts Change-Id: I16380588220149cfd0ed0f835f08d2849180fece
-
Winfried Donkers yazdı
Change-Id: Ic053342fde436a7053c15e32683e09b9e91f5308 Reviewed-on: https://gerrit.libreoffice.org/18792Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: If987793fb113039e6a1e254592afa958761c68a0
-
Miklos Vajna yazdı
With this, <w:ind w:hanging="..."/> as direct paragraph formatting and <w:ind w:left="..." w:hanging="..."/> as a numbering level formatting is properly merged, i.e. w:left is not lost, defaulting to 0. Change-Id: If5534fbd9ee6d41139b0ed3a3df9d0cc5aad3239
-
Tor Lillqvist yazdı
Now it has been updated. This reverts commit 4e47ed7e.
-
Caolán McNamara yazdı
Change-Id: I02a86b0cdae2433d46f6fac361efa43f45be187f
-
Stephan Bergmann yazdı
Change-Id: I1e4c32099ec9741c0cab246eb627a2eb3b933e1a
-
Samuel Mehrbrodt yazdı
Change-Id: I5888fc8071b3e64721ad928c76ac9fed97cf3be9 Reviewed-on: https://gerrit.libreoffice.org/18904Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Miklos Vajna yazdı
In case we set the paragraph left/right/first margin just to mimic the list vs paragraph style interaction as Word wants it, never overwrite properties, as they are always meant to be just callbacks in case there is no real hard formatting. Change-Id: Ibdb2834c693d43cf4114453e42628e8f64c0a856
-
Samuel Mehrbrodt yazdı
Change-Id: I383b83b3778b11a012a931c19a2be85445af29c5 Reviewed-on: https://gerrit.libreoffice.org/18900Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Caolán McNamara yazdı
Change-Id: Ia174feec73ee676567a3632d2f88b11c176b6363
-
Dennis Roczek yazdı
Project: help dd688ed491a98962477406ac75b6dc149b90f5ed TIMEVALUE returns 0 when 24:00 is the value, not 1 Change-Id: Ifd1e15ef34129c0a2fa557a83b342d7554f60a58 Reviewed-on: https://gerrit.libreoffice.org/18892Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stephan Bergmann yazdı
Change-Id: I25d9bc5c969d00642613971c88f864285ecdddbc
-
Stephan Bergmann yazdı
Change-Id: I786e05bebd243d661ced147ad51e4a843916a3b0
-
Miklos Vajna yazdı
Change-Id: I60eb53d4bf9943fd52e0a9d8e3574a7d1cc027e0
-
Miklos Vajna yazdı
Seen as dereferenced in svx for Impress table handling, and doing some logic <-> pixel conversion -- and mpActiveWindow not being 0 in that case. Change-Id: I7f7c41a7d366704f6f8b9a7971f763c6661c8799
-
Miklos Vajna yazdı
Change-Id: Iedabcbd3c2582472f56f003ab30298f656f2ac46
-
Miklos Vajna yazdı
The AnchorType of the shape was at-paragraph, which does not allow line-level VertOrientRelation (which is correct, it would be undefined, what line of the paragraph should be the used). Fix this by changing the AnchorType to at-character in the line-level case, which brings the filter in sync with the DOC one. With this, import of a DOCX file that was created by inserting a TextFrame into an empty document is roundtripped without shifting the shape up considerably. Change-Id: I6d85c38be859d6e730584f2349c857b87496a1d4
-
Miklos Vajna yazdı
Change-Id: I6eb284d1858c0ea6576e172b2ac8368e8458b4e8
-
Markus Mohrhard yazdı
Anything except an unset G_SLICE or the value always-malloc results in the custom allocator. We might revert that change if it causes issues but currentlz it looks like our custom allocator performs quite badly in some situations. Change-Id: Ib867f7ba0de4d599aa045c28aaab9b644d619beb
-
Stephan Bergmann yazdı
Change-Id: I29c8177ee0c79f7e2b1834d4c181289cccfab17a
-
Stephan Bergmann yazdı
...generally, idlc leaks most memory, and e.g. trying to turn AstExpression::m_exprValue into a unique_ptr would fail because AstExpression::eval_symbol returns a pointer to an object "owned" elsewhere (but never actually deleted by its owner). So improvement of idlc ends here---for one, it does not improve anything to try and make idlc not leak memory, and for another, idlc is doomed to go away anyway. Change-Id: I36f54130c8bfd1933126ae7f8a982e50d9bc616e
-
Stephan Bergmann yazdı
...as, like the other private AstExpression::eval_* functions, eval_un_op is only called from AstExpression::evaluate if m_exprValue is null Change-Id: I812ea249d33a72f95b9692dc72ba6631ffbd4884
-
Stephan Bergmann yazdı
Change-Id: I4fa380bc7e8d5b3581468cb0e6417b99587a1e9f
-
Stephan Bergmann yazdı
Change-Id: I27c067adb2b09ad65a8449f2d88a9cdde149d4be
-
Stephan Bergmann yazdı
Change-Id: I214fb3d14cef07357860a88fae1652a7d1a282b0
-
Stephan Bergmann yazdı
Change-Id: I883b8319fde0bd3cc65efe64eb2faf53e2344cfc
-
Stephan Bergmann yazdı
Change-Id: I0791600a5cc8600ea80233afba07724dd7f565e1
-
- 27 Eyl, 2015 1 kayıt (commit)
-
-
Jan Holesovsky yazdı
Make sure we don't reset the direct formatting with the table style when updating. Change-Id: I07b4a687fd0403bd80d73732a66101b967398507
-