- 30 Eki, 2015 4 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I66475190cc0f18465c56b94af7bc0d5a1ca81242
-
Mario J. Rugiero yazdı
- Replaces for_each(*.begin(), *.end(), ...) by its range based for loop equivalents. - Replaces boost::bind calls by C++11 lambdas. - Cleans a few hacks made to workaround boost::bind limitations. Change-Id: Ie88cc651a2a835b03d5037e54e2a61ca93866310 Reviewed-on: https://gerrit.libreoffice.org/19678Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Mario J. Rugiero yazdı
- Eliminated an unnecessary boost/bind.hxx include. - Replaced simple old-style for loops that iterated over a container by ranged based for loops. - Replaced for_each by ranged based for loops wherever valid. Change-Id: Ib5c8291cf6d417047b350560f0428723efeccd1c Reviewed-on: https://gerrit.libreoffice.org/19679Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: Id3b5cd75d4357336ed592ef11a3f34d209f8e95f Reviewed-on: https://gerrit.libreoffice.org/19636Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 29 Eki, 2015 36 kayıt (commit)
-
-
Mario J. Rugiero yazdı
Replaced a few std::for_each occurences by range based for loops, and the only boost::bind in such tree by a lambda, alongside with a bind2nd call and boost/bind.hxx headers cleanup. Change-Id: Ie5e58f5b7d23ec846fd7457a6bad0132e0278dbf Reviewed-on: https://gerrit.libreoffice.org/19662Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Norbert Thiebaud yazdı
Change-Id: If63c8b8a4d2f51426d0b7caacd14b985e53eb441 Reviewed-on: https://gerrit.libreoffice.org/19674Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Christian Lohmaier yazdı
so \r needs to be taken care of in the split-regex as well Change-Id: I834d8dcb95b48bbe6c8fa034d5621f006c0dcef8
-
Tor Lillqvist yazdı
Actually the "new" comment means "non-standard", as the "new" ones are not in SMIL 2.0, which is what ODF references. Yay for standards. Added clarifying comments. This reverts commit 11c7da74. Change-Id: I0696b731c1a055eaf35c68066dfa6f92e1af06f2
-
Marco Cecchetti yazdı
Now the default for using the SVG tiny profile is false. Now the default for use native text decoration is true. Fixed the following issues: 1) Text decoration (underline, strike-out) was not exported. 2) Commit 0a4e9138 (tdf#56467: improve export of formulas to SVG) had a side effect: all exported text portions have position attributes (x,y) even if they are on the same line (y_old == y_new): this caused that underlined text belonging to 2 different `tspan` element was not underlined by a continuous line but there was a gap where a `tspan` ended and the next `tspan` started. 3) In commit (tdf#37650: further improvement of svg export) StartTextShape method is invoked even when positioned characters are used but the `implWriteText` method always adds a `text` element by itself so there is no need to call StartTextShape. The changes for non-positioned characters have been embedded inside the `WriteTextPortion` method. Change-Id: Iee0d6a6816dcbd2d97f2fbdf969f012de678604e Reviewed-on: https://gerrit.libreoffice.org/19672Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Stephan Bergmann yazdı
when the change is made, not during exit (as did 4aab13f7 "tdf#93509: crash on storing auto correction config fixed," which caused PythonTest_sw_python to crash during exit) Change-Id: I0e9c264ae3fee7fdb732d36f42ebbb477557a644
-
Tor Lillqvist yazdı
Sample commit of what should be done, for the basctl module. Change-Id: Ied47ea3129844179f2624c6870c05e48540fd0f6
-
Mihai Varga yazdı
Change-Id: I2e2ebc5a12794e9641a6195f07fa4b2d1a7369a9
-
Mihai Varga yazdı
This is used to know the current font/back color Change-Id: Ic524fcb5c26e1c15ec9c50b2879465152ac8ee34
-
Christian Lohmaier yazdı
avoids a more complex regex with branches, and doesn't duplicate the execution block Change-Id: I48550c7ea2938001c139b9baecd1282727d7db31
-
Tor Lillqvist yazdı
Change-Id: Ie5a3cddd6fcf9d1a763284c1aea0fca579da4f8d
-
Eike Rathke yazdı
Change-Id: If8503566d02b2e2de51acc21f33042b9cc23b059
-
Eike Rathke yazdı
Can't use ref="it_IT" because it-IT is one of the legacy locales that has localized format codes, sigh.. Change-Id: I3ce88e80f17e626bc4fc4849795e2c9893261dc3
-
Stephan Bergmann yazdı
Any URLs using non-ASCII IDNA syntax need to be resolved to ASCII-only, as PDF URI Action's URI needs to be "encoded in 7-bit ASCII." Introduce URIHelper::resolveIdnaHost (svl/urihelper.hxx), which internally uses icu::IDNA, which requires to bump the minimal --with-system-icu requirement from 4.2 to 4.6, which means ICU_RECLASSIFIED_CLOSE_PARENTHESIS is always true now. Change-Id: I0e20d9a20ed2b869fba0cc7c969721411db590b3 Reviewed-on: https://gerrit.libreoffice.org/19669Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Michael Stahl yazdı
Apparently that regex doesn't work on WNT for non-obvious reasons; clearly this should be fixed properly by somebody with actual Perl knowledge. (regression from 644fe0ab) Change-Id: Ifed4ff3305e4961709a45f6a0ce40dc0683ccf28
-
Stanislav Horacek yazdı
Project: help 95121b5e4604485c71c616833235ccc5f784fcb9 rename Catalog menu item in Math to Symbols Change-Id: Ia93ddf9f7f786420abdad615d66e6103a8ffe72f Reviewed-on: https://gerrit.libreoffice.org/19562Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Oliver Specht yazdı
RTF token \dppolygon now creates a PolyPolygonShape test included Change-Id: I065eaac0ca1b8a59f02c3198363180ab244a3942 Reviewed-on: https://gerrit.libreoffice.org/19665Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Stanislav Horacek yazdı
Project: help 4f5336d0eda494ce0a26625b9fdf717dcef3c65e rename "Images On/Off" to "Images and Charts" Change-Id: I0cea84b95ff252de894f246c3d66a088dce55d4d Reviewed-on: https://gerrit.libreoffice.org/19561Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Noel Grandin yazdı
Change-Id: I59a083cd53baa76ea271cfc0470487899b92dca4 Reviewed-on: https://gerrit.libreoffice.org/19666Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: If4308b358a55351f6e951ebf055df076ce4ad4ce Reviewed-on: https://gerrit.libreoffice.org/19667Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
tagezi yazdı
Change-Id: I6ebde5a5de799838775ddcd4fb532397b0dcf18a Reviewed-on: https://gerrit.libreoffice.org/19428Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Noel Grandin yazdı
Change-Id: I7ae3c5198c22a3937e8c3ef87f48fa2a7e562c62 Reviewed-on: https://gerrit.libreoffice.org/19664Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
...for the WNT-only file:///c:/... vs. file:///C:/... check in testNormalizedMakeRelative Change-Id: I66a0456589aabe395645bb358dbef3268e1c3816
-
Stephan Bergmann yazdı
Change-Id: I074eb6c6ecd651aa63257f7f8424efbd87af899c
-
Stephan Bergmann yazdı
Change-Id: I8c6f7822f44ae7b6fe213032c62abe620eb3b11f
-
Noel Grandin yazdı
Change-Id: Id74a5e79764f37944afab4d2a0dcfc7dbfc9b295 Reviewed-on: https://gerrit.libreoffice.org/19663Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I9ad24399613dbaece438afd3c6b59ca7bef45423
-
Noel Grandin yazdı
Change-Id: Ic0cbc857a3a9c66241b94c30bf8c859435f5a4b4
-
Miklos Vajna yazdı
Change-Id: I51a8161eeaa781ccace08605b97a0092f972b3bf
-
Miklos Vajna yazdı
Change-Id: I71c2004b411831ce869331ab7251683f78428b2b
-
Miklos Vajna yazdı
Change-Id: I08a2c2bb8ebd8cb2adf25b23fa57a5c5441fcfea
-
Miklos Vajna yazdı
Change-Id: Ibb3b33681f4c33794e07b40989709e8f292f2084
-
Noel Grandin yazdı
Change-Id: I216dcbd983dcf3df79df9fda371b93114540a9d8
-
Noel Grandin yazdı
Change-Id: I1720391c6842a75033aca4e1b852a8cb89ca1efa Reviewed-on: https://gerrit.libreoffice.org/19638Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I9fa22b06fabf79043ebc68be7afebc6e810f4db1
-
Oliver Specht yazdı
the fix of tdf#92732 moved the crash from pressing Close/OK to pressing the window closer. Now the CareWindow is set in dispose and this works for all Change-Id: Id9c272acec48890556a5042c0f5310e69c0a67da Reviewed-on: https://gerrit.libreoffice.org/19645Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-