- 17 Eki, 2014 27 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: Ibc3ab15bc830d68bf9d3d1d9ac9595d82c7fb6aa
-
David Tardon yazdı
Change-Id: Iddd877d83d2a3669778282fa8aa9a63dfa850524
-
David Tardon yazdı
Change-Id: Ib68920fc9bd693d2f2679b4fc27d9956dc42fc86
-
Miklos Vajna yazdı
Change-Id: I29d8eb9ab6d6428f699a92b6cd9d58ed8b3b7e48
-
Stephan Bergmann yazdı
Change-Id: I1a259f9af77bbbffc4f0bc85beb7945e3d74ff77
-
Stephan Bergmann yazdı
...at least, removing them has no effect on the generated workdir/SdiTarget/ *.hxx Change-Id: I0e3fffe27593cfbf5aed267c3f47bc85581954c8
-
Niklas Johansson yazdı
At the moment non numercial cells in Calc is exposed to AT tools (screen readers etc) as the value 0. It makes more sence to present the string value of the cell which basically is what a sighted user will see. This small patch should be a good start into making Calc more accessible on Windows. Change-Id: Ide76f2dc044c98f32aa78836049f12f2251522eb Reviewed-on: https://gerrit.libreoffice.org/11996Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I4f80d480e6e053038b85f6b26f74abc5921c2f38
-
Stephan Bergmann yazdı
Change-Id: I8f312a511b383e1f0f7943a210935386869035b1
-
Stephan Bergmann yazdı
...by running all of writerfilter through loplugin:nullptr rewriter Change-Id: Ie6ec5dd989dc2035ccd10941bc38e557e128be0f
-
Noel Grandin yazdı
Change-Id: I74e1a02602fd5d86790e3c0e71d6a8649fa0aa05
-
Adolfo Jayme Barrientos yazdı
* Disable manual resizing * Standardize column width to 12 * Reduce a widget’s size request a little * Add missing colons to labels that precede controls (fdo#78826) * Unrelated tweaks to the XML are courtesy of Glade. Change-Id: I6d746b909adebde284e1848417373dd8b06e75fe Reviewed-on: https://gerrit.libreoffice.org/11992Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I63b3afda5e8915b562de51aa31e420c135f919ba
-
Samuel Mehrbrodt yazdı
This caused a regression, see fdo#84351 This reverts commit 04e96b6d.
-
Matthew J. Francis yazdı
Only covers arguments that can be validated with a simple comparison, and does not attempt validation of arguments which would require calculation of the length of a string inline Change-Id: I8a29c8743b47efe3dd45897a1f1371191a5ddb62 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I733bcf8e02e659ef18ee9c2be4ad4e9f107fe7c6
-
David Tardon yazdı
Change-Id: I67314a12717ada0bdb49d9578821abf66fb41302
-
Miklos Vajna yazdı
Change-Id: I80f71b16896cd028c9b5d60b243fc5cd825d3c23
-
Noel Grandin yazdı
Change-Id: I0da1b5cda0ecf20d3566413864a45a49bbcb2a2d
-
Noel Grandin yazdı
Change-Id: Ia909797e08948a8ad0e6f536ce2af57880dc13ef
-
Noel Grandin yazdı
Change-Id: I8a2a264597d0b1ae06b08136fea36003682380b5
-
Noel Grandin yazdı
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
-
Noel Grandin yazdı
Change-Id: I5ef45b971d24dde814ab8cbb2e9503d9da4f0d73
-
Miklos Vajna yazdı
As it's used in the tokenizers as well. Change-Id: I7a78cad0414c724f33b50315a45a5ff2c941f4db
-
Miklos Vajna yazdı
Change-Id: I28dd6c72c665abd95be6d14dc629296850e03e1d
-
Kohei Yoshida yazdı
Change-Id: Ib9a8ae04733c5bcb982ef4d337112eb8249d0ee0
-
Kohei Yoshida yazdı
Change-Id: I8dff6850c7088b483d1ad669867da6cef454d9a2
-
- 16 Eki, 2014 13 kayıt (commit)
-
-
Yousuf Philips yazdı
Change-Id: I5921cbeadbfb6fdfd6e4a89e39a616d25954bc51 Reviewed-on: https://gerrit.libreoffice.org/11984Reviewed-by:
Cor Nouws <oolst@nouenoff.nl> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Miklos Vajna yazdı
It's still only enabled in debug builds, but it now requires an environment variable, not rebuilding with dbglevel=2. Change-Id: I970c7bfe0b3f547429ef37f37406a095a60c34ff
-
Miklos Vajna yazdı
Change-Id: I6b1592af199fcd79ac16827332014ea703a48a1e
-
David Tardon yazdı
Fraction used BigInt internally for computations, rational does nothing like that. Change-Id: I3e9b25074f979bc291208f7c6362c3c40eb77ff5
-
David Tardon yazdı
Change-Id: Ic72ccb701ad42107ff35a28df1328fe7139bcb1b
-
osnola yazdı
+ add filters for MacDraw, MacDraw II and RagTime (v2-3 for Mac) Change-Id: If84abff1baa75f9bfa951039781575b6a8648a84
-
Caolán McNamara yazdı
as they were before becoming .ui components to see if that makes a difference here Change-Id: I1699e19f14b18579f6b8c973d64f069b206b7cb8
-
Julien Nabet yazdı
Thanks to the patch from Kevin Suo, see https://bugs.freedesktop.org/attachment.cgi?id=107768Signed-off-by:
Eike Rathke <erack@redhat.com> With additional change to the DateAcceptancePattern. Change-Id: I80695028d51c6b91e9e9418e2d1ce33d76d23893 Reviewed-on: https://gerrit.libreoffice.org/11958Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Noel Grandin yazdı
Change-Id: I34ce000c48d2d79bfec854c8dd55d12f2bee29c7
-
Noel Grandin yazdı
Change-Id: I14666493e72da177fcfff1895ef3206f0e13cc01
-
Noel Grandin yazdı
Change-Id: Idfca83a2a646acab90886c0ef9c30dd7d2fc8b53
-
Noel Grandin yazdı
Change-Id: I44456b3244f2190e33a7333c13492eea52bb06e4
-
Noel Grandin yazdı
Change-Id: Ia08b25e1a02c2e86f176e84790bb9f3dc81e11e6
-