Age | Commit message (Collapse) | Author |
|
Change-Id: Ib246c3041f066ecedd1ebbe564566a1824d293bc
|
|
Change-Id: I0246b21d88aa43e36728c556b22372a8c04299fe
|
|
Change-Id: I64c98254c5d5ae1cc6c9729654028201f1773c90
|
|
Change-Id: I641a290b3a9cf46ba484a9a851a27456cc68678c
|
|
Change-Id: I3fe6957b73776152b90c34ac411167f6f4e9e4f5
|
|
And use it to speed up certain formula related operations.
Change-Id: I43b1d860d6b665556624ba7bc716826799919015
Reviewed-on: https://gerrit.libreoffice.org/27261
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
|
|
unused since commit 9800f0c54c3832ef939e404eb84b9fc4a917669c
Change-Id: I04611d0dd47598f383e8cd73c2061f5dfa86605c
Reviewed-on: https://gerrit.libreoffice.org/27264
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
|
|
Replace use of toID with ObjectIdentifier in 'ObjectIdentifier.hxx'.
Change-Id: Ic0157974eca2992167319f7d19a0224056cc985e
Reviewed-on: https://gerrit.libreoffice.org/27243
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Ieddafeaa1ccba5646a885ba65b6428fbea771d1a
|
|
Change-Id: I90adb3bf9eefcf687e4a76d58aefb9a5775e5e88
|
|
Change-Id: I4fe1dc7fe2f5179dc97fc80a80604d54ae3ad333
|
|
Change-Id: Ic902ba191d632d6a9e399c6809a8e88fdfc26301
|
|
Change-Id: Iad02a40b683d7b3bbbad0214c82ad4b5b6878ea9
|
|
Change-Id: Id8fb7973f868c12f920051ef3719ed0ff0712828
|
|
Change-Id: I76bb79047b9d15228dc29379203300ccf50fc4f1
|
|
Change-Id: I65959552f74d860ee8773f1f5649bd160686f288
|
|
Change-Id: I03cbe67922df521a6cef5f3448c0c9dce10b662d
|
|
Change-Id: If9bf0e88fd7b223f10c31e3b0ed357da2bc4f9b0
|
|
Change-Id: If6a31cefe7137d338a57b5a28dfda63809957190
|
|
Change-Id: Ib1342d4ea81885e4ca434f6f5f263af9a8a04e25
|
|
Change-Id: I9ffdddff84e290a4df25067be5bf574fac273ce7
|
|
This allows now to operate on chart objects and call commands on them.
Change-Id: I399b275c563deb507aaf4f3f49373871e733af91
|
|
This allows for example to open a dialog through clicking on a button or
through a chart command.
Change-Id: Iaca6faa3a1b26f4f677a3a670e2c9891373524d3
|
|
Change-Id: I8b5d69f7e64a83e52a41c285f5ef186a666ccd55
|
|
This now also includes legend entries and data points.
Change-Id: I0e4d1f21a20035cd632a7755dbbea17baec4b083
|
|
Change-Id: I28e1c4d4726afc97fd1a42fe1d931b195231cb12
|
|
Change-Id: I3317eba5383206de6f619da548ee3047861eef07
|
|
Change-Id: I3af11d44067618b5188f3dbf4abccc171dd98d0c
|
|
Change-Id: I2a7d32eabd01622261a1163781ac2a8b64bdee3f
|
|
Change-Id: I5c6c379717869028102ab2a1ae7929dfbc447904
|
|
This syncs the namespace declaration calls with element's events. A
test case is also added which enables threads of fastparser.
Change-Id: Ic40a380c8523688ee6b2ec76bb3d36a0452923bd
Reviewed-on: https://gerrit.libreoffice.org/27222
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: Ic1412c66e1cbf0e1c9cc3325443d931fedb5f972
Reviewed-on: https://gerrit.libreoffice.org/27178
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Regression introduced with a2e591e26549294cdb07eb685d4069343404d898 for tdf#86502
Change-Id: I493c458faedccfd6e2ddf849073a52661ef2e4d0
|
|
...which automatically takes care of the open problem from
08960441558743f222280637985690bb8b41b861 "Related tdf#37531: Handle conversion args
sent over pipe" that --cat terminates the called soffice.
Change-Id: Ief8cdf8c1335749dad1504966d635e0519fe92f7
|
|
Change-Id: Ifad33650694c16e89fc5e51fd4322da732f7d3eb
|
|
Change-Id: I2d963eb8395b8eca776032d32d72f5ec85891c70
|
|
In fraction number format, strings located between integer and fraction
should be treated as blank delimiter
Change-Id: I83e78fb0fe08178ee194fc2a213ee260ce15c639
Reviewed-on: https://gerrit.libreoffice.org/27128
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Fraction number format
Accept '0' in numerator and denominator format: 0 0/0
Represent integer 3 as: 3 0/1
Load and save format to Excel
As it cannot (yet) be saved in ODF, replace 0 by ? during save to ODF
Change-Id: I4721a751431d3f9b903b369d199146ddfb76b43d
Reviewed-on: https://gerrit.libreoffice.org/27062
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: Ie65cde1f2967042afb2988cc429613fda3f0e93f
Reviewed-on: https://gerrit.libreoffice.org/27242
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
|
|
Change-Id: I35e2ee930d29cc8547a0fcf39d199727d7815748
|
|
However:
* "soffice --convert-to pdf foo.odt" creates foo.pdf in the called soffice's
CWD, not the caller's.
* "soffice --cat foo.odt" prints to the called soffice's stdout, not the
caller's (though this will unlikely ever be fixed), and then also terminates
the called soffice.
Change-Id: I2f4420881b2bee00b0476c76f739966c13101be4
|
|
Change-Id: I9e818351a435d39a9d1d8988214185f5bc504e8c
|
|
Implemented XPropertyState for SwXTextCellStyle,
that allows to skip export of default valued attributes.
Implemented odfexport tests.
Change-Id: I906c63d4937e378cf89750616fc9ec929c7f3e44
Reviewed-on: https://gerrit.libreoffice.org/27215
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: Icd3f96a922e7d1aec0d52e90df87ec45790c9807
|
|
In these two cases no need to call it and dereference the result
unconditionally, there are other ways to get the info.
Change-Id: Idb5969e909dc2faed97a5a4ac79dfcc1aec8ddcd
|
|
Callbacks are processed on idle on the main thread, so by the time we
parse them, possibly the widget is already gone, avoid that problem.
Change-Id: Ie8e16423d1ffe087e0dd21425026f7a5d644c27b
|
|
Change-Id: I2eb6dd36a51ffc2c48e5f4951fd6250e12e9aad3
|
|
Change-Id: I6cdc7cff7c45e58c9b684ff53a8dd84af7cf0c83
|
|
By calling it when we're not the last window.
Change-Id: I6fd4763243fc088ccfe015b6c03b6b3f25146fac
|
|
<sberg> thorsten, remember what that "TODO" in
SvxAccessibleTextPropertySet::getSupportedServiceNames was to be about exactly,
in a909acb7009acadffa53e74ea05ddb88803490f1 ?
<thorsten> sberg: that's a nonsense, prolly copy'n'pasted, or a 'please review
me'
<sberg> thorsten, OK, thanks (that override will eventually go away with
loplugin:unnecessaryoverride, and the TODO comment be lost)
Change-Id: Iba964c61768459aac4067bbd4e1f7d4f78f6adac
Reviewed-on: https://gerrit.libreoffice.org/27232
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|