- 20 Nis, 2015 29 kayıt (commit)
-
-
Caolán McNamara yazdı
this time the missing cells are on the left Change-Id: I55a5aa60c8d06b25b0c48b3f6a683694adca8e6a
-
Winfried Donkers yazdı
only allow for Calc functions NETWORKDAYS.INTL, WORKDAY.INTL for compatibilty with Excel Change-Id: Ic695fbb0c35fe3cac3857abe2d40fe2d71870e99 Reviewed-on: https://gerrit.libreoffice.org/14839Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Change-Id: I44f1969a227a811cdb740b387e30cf10994360b9 Reviewed-on: https://gerrit.libreoffice.org/15445Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Miklos Vajna yazdı
Regression from commit 1f77a5e8 (n#203704 fix RTF export table output for subtables, 2012-02-08), the problem is that RtfAttributeOutput::StartTableRow() has two callers depending on if it's the first or a later row, but the m_bTableRowEnded flag storing if that method is called is only set in one case. Fix the problem by moving the update of the flag to the method itself. Change-Id: Ieae1fb53f9528fc74d037d2fd783b3979b17cab8
-
Stephan Bergmann yazdı
Change-Id: I456669f15a659e144fc6ecad053cd0b929859424
-
Change-Id: Iedaddf11604b13c7db1d2b588a5f205f691ea2b4 Reviewed-on: https://gerrit.libreoffice.org/15440Tested-by:
David Tardon <dtardon@redhat.com> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Iba9f6923e2e7cfefe980a97d7c1cd35e01f437fa
-
Stephan Bergmann yazdı
Change-Id: Iec781bdbbf216cb14c9ba5be5955123273d7699c
-
Tomaž Vajngerl yazdı
Change-Id: I14f5e9abe63954141f1711115f884db68282d94c
-
Caolán McNamara yazdı
Change-Id: I3c0d7560d9a47123ca98f72c0319fcee97894913
-
Takeshi Abe yazdı
This also renames member variables with the m prefix, drops a couple of private functions which were called only for lazy construction, and stops persisting in futile const-ness. Change-Id: Ia4d1aded294f6b22a25a7cf40eb37418d45c9f0b Reviewed-on: https://gerrit.libreoffice.org/15359Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Idf747fb895c15e8df96a6ced06cf9f0df5d35e39
-
Caolán McNamara yazdı
Change-Id: I9ad1aa651b6971526dd924630fe5606b7632f2dc
-
Caolán McNamara yazdı
Change-Id: Id9fad922622881d29664d2149b74c98742a4e88d
-
Caolán McNamara yazdı
Change-Id: I2f9d151449d5f58cd553f28b98c2aabfbb204dd6
-
Noel Grandin yazdı
Change-Id: If1cdc67535b11d9309503b14ffad2aa3718661c6
-
Noel Grandin yazdı
Change-Id: I22a5b9fa29d465a21e682279e6e88d37bd8adf93
-
Markus Mohrhard yazdı
Change-Id: I29d29e06a17167e9fc2d3caf40084e80274dae72 Reviewed-on: https://gerrit.libreoffice.org/15419Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Caolán McNamara yazdı
Change-Id: I9fad024e4b5c8a4ca272f2387df07351198cf5dc
-
Miklos Vajna yazdı
Previously SvxHyphenZoneItem was serialized to some custom RTF extension that even our own RTF import ignores since LO 3.5. Change-Id: Ia99d9750ad0b1a07105eeef2bee07e6fdbfe7876
-
Miklos Vajna yazdı
Change-Id: I2a1d0e194af6eb5fb865d3ed26712eed09a3b28f
-
Noel Grandin yazdı
Change-Id: Id0f0c7d692410cf5e1477c5180e7cfb8e7b0f52b Reviewed-on: https://gerrit.libreoffice.org/15345Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Yousuf Philips yazdı
Change-Id: I84a2581429b1453a5e2ba896402dc6b687cad0c4 Reviewed-on: https://gerrit.libreoffice.org/15379Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Replace <text> </text> with <value-of select="$NL"/> Image + Add the alternative text in a image + Add support for image align with wrap='none' Paragraph + Replace <center></center> tags + Add support for background-color and font-color Table: * Cell: + Use align element + Add support for background-color and font-color + If all cells have the same style then specify that in the row section * Table: + Add support for table align and table width * Row: + Fix new line at the end of the row * Header + Treat the header like the row Text: + Add support for background-color and font-color Change-Id: Icd7196006b6d06d6c0c030d967686ed8f8a5e454 Reviewed-on: https://gerrit.libreoffice.org/15391Tested-by:
David Tardon <dtardon@redhat.com> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I853e520dd60c3e19cbf7a7b620115df50fc25b30
-
Miklos Vajna yazdı
Change-Id: Ie15422d7936cd84d5c4a07a5b75fdb02efc6ea1e
-
Andrew yazdı
Lossless image compression of png files using ImageOptim. Saved 27KB out of 488KB. ~5% overall (up to 66% per file). Change-Id: Ida48909411b02bbc6d355dc0678151089afabc26 Signed-off-by:
Andrew <dent.ace@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/15393Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Noel Grandin yazdı
Change-Id: I6646872f76bb9365a8c2ef809bc942f28b690a32 Reviewed-on: https://gerrit.libreoffice.org/15378Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Norbert Thiebaud yazdı
rsc stash stuff in a 'value' filed that was defined as 'long' saddly it stash also pointer there... which on WIN64 truncate 64 bits pointers in 32 bits scalar. That went unnoticed for years because on every other platform sizeof(long) = sizeof(void*) Change-Id: I218ae181c9d6b64ade457ee49942d1d07a933bb7 Reviewed-on: https://gerrit.libreoffice.org/15394Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
- 19 Nis, 2015 11 kayıt (commit)
-
-
László Németh yazdı
"eg." and "ie." are frequent informal alternatives of "e.g." and "i.e.", (e.g., see http://en.wiktionary.org/wiki/eg), but these word forms weren't in the sentence exception list, resulting unnecessary automatic capitalization of the next words, "eg. Here." Avoiding double trouble, this capitalization is disabled now, like in the case of "i.e." and "e.g.". Change-Id: I86819ae62967de3fe4ea5d032972b3ad30f059f2
-
László Németh yazdı
Change-Id: I0781e4d8d9a9c2c9b8ef9968babeca8274d126ec
-
Stephan Bergmann yazdı
Change-Id: Ib6b8e49e1795c1b748dfec6a63333ee5011c04ad
-
Caolán McNamara yazdı
Change-Id: I727f0bcee5c506fd524ff1b1b6f9de5f012bed20
-
Julien Nabet yazdı
Change-Id: I56155e234b13ca3e9fb95565d08a38252eeba712
-
Muthu Subramanian yazdı
Change-Id: Iff0b072f0968e1e3e54617bd6903019ef3edb1ac
-
Caolán McNamara yazdı
Change-Id: I4b2a7ea03aafbfbf1fece1533da801a4326d80f9
-
Christian Lohmaier yazdı
Change-Id: Ia9302fd2ab0012365850295ef960a91af223c022
-
Christian Lohmaier yazdı
Change-Id: I3113877d7e59ad3ac799ebacb51914553cca57e4
-
Christian Lohmaier yazdı
Project: translations 9741c39649c0c54cd79b9949d28eca364c087b61 update translations for 5.0.0 Alpha1 and force-fix errors using pocheck Change-Id: I68916e7c0a7af9c3caeba4e86c19e1e9e71d9465
-
Miklos Vajna yazdı
Change-Id: I399b389d4bd54357c6578417d2983017a60f0f51 Reviewed-on: https://gerrit.libreoffice.org/15383Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-