- 25 Tem, 2013 40 kayıt (commit)
-
-
Caolán McNamara yazdı
autotext is a modal dialog and insert field is a modeless dialog so I don't want autotext to show a toggle in insert->autotext At the same time we want the autotext entry in the insert toolbar to have a dropdown and we appear to want to be able to close the insert field dialog from the toolbar. So split the combined handler class into two and remove the other if/else branch in each with the insert field a SfxBoolItem and the insert autotext an SfxVoidItem. Change-Id: I3d59052ee70a00d63f7706166290b00ad9ae22c0
-
Fridrich Štrba yazdı
Since libwpd does not output the version number anymore Change-Id: I1bc3f7081552795fc2ed33f033a093fa5b40fda8
-
Kohei Yoshida yazdı
Change-Id: I86f60ee3ae748abd6ec2e8308ba067b836aa3ab4
-
Lionel Elie Mamane yazdı
getTableName used to return schema.table; now it returns just table But tables are indexed by schema.table in getTables(), so reconstruct that for the lookup. Change-Id: I53da1e43762b3a470e34b5dfdb0e1bb3dc914780
-
Fridrich Štrba yazdı
Change-Id: I305d8fb874f42c18de03255bc64160639defcb50
-
Fridrich Štrba yazdı
Change-Id: Ib1720a1797facf783eee9524afef7fadcd986c6f
-
Caolán McNamara yazdı
i.e. alternatives to 5dd1cd72 ef66cc10 f9e981ba d3cf6841 Change-Id: Ib094f5ac1455a9770c99aeac5eb1af118bdab829
-
Ivan Timofeev yazdı
these lines were removed in 8275c8fc fixes missing AutoText menu entries and AutoText insertion via menu Change-Id: Ifa498d1cbfc096cca7751de9c9667fda6f1b3b48
-
Caolán McNamara yazdı
CalcSize calls CalcWindowSize, but we will call that also in GetOptimalSize, so undo the first one with CalcOutputSize. This makes the editboxes especially less tall under MacOSX Change-Id: Ibbbf5a30e0c640744b1a979937301f87d250873a
-
Tor Lillqvist yazdı
The aCalculationNameId member doesn't need to be const, the data in the lclCalcDefinitions array (which is the only use for the StatisticCalculation struct) will be const anyway because the array is const. (The aFormula member isn't const, it's a pointer to const chars;)) Change-Id: I8b2549009d72a4b7df992651597247dff2c45be9
-
Caolán McNamara yazdı
Change-Id: I44fc514fcd93a23ebe3444c4f64f2ee4060ee000
-
Miklos Vajna yazdı
Change-Id: I50a698a16b8487945b4928d2c0e1c33c00c7641d
-
Fridrich Strba yazdı
Breaks unit tests of rtf import This reverts commit ef66cc10 Change-Id: I95c13fc2bc3f9494a33153c62a7d52eb6f8efdd9 Reviewed-on: https://gerrit.libreoffice.org/5095Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Caolán McNamara yazdı
Change-Id: I0c667cbcfcc1ea1f04d113a53b7ba83c943052e4
-
Cor Nouws yazdı
takes care for File > Template > Save and File > Template > Manage however the menu for the latter comes from uno:NewDoc and thus has to be changed > TODO Change-Id: I0600847724fc5ccb3ef13d57355d8eb54970cc9b Reviewed-on: https://gerrit.libreoffice.org/4284Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
Tor Lillqvist yazdı
So declare (but don't define) a default constructor so that the compiler doesn't have to attempt to generate one. Thanks to Stephan and Lubos. Change-Id: Ic3dd5add26d774dcbaca65be9a409e766c5f9f9f
-
Arnaud Versini yazdı
Project: translations beb092fb3ee30faabbe1479279d8426900f53943 fdo#67093 Change traduction of Header in it to avoid conflict with Heading Change-Id: Ib2c7d4c7df2f492a6a10081c9ed4e99ac9e61e73 Reviewed-on: https://gerrit.libreoffice.org/5092Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Marcos Paulo de Souza yazdı
Change-Id: Ib9f0bc7416c7f05684802ba2bb5f014a340fb2e8 Reviewed-on: https://gerrit.libreoffice.org/5068Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Jelle van der Waa yazdı
Change-Id: I74d3db1c53609c6079c63e3f04531a87da1dda9d Reviewed-on: https://gerrit.libreoffice.org/5084Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Adam Co yazdı
Change-Id: I71548e5fe60a8da8e89022b16a2f892900f3e4c2 Reviewed-on: https://gerrit.libreoffice.org/5089Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Marcos Paulo de Souza yazdı
And deleting this in destructor of SmDocShell Change-Id: Ida96648c7aae90fb5b0afac916587bbb049f90b3 Reviewed-on: https://gerrit.libreoffice.org/5088Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Noel Grandin yazdı
Change-Id: Ieed48339e9fc01796674691d5b0580a36df6e63e
-
Noel Grandin yazdı
Change-Id: Icfaea26c7bb82f449fc796dea80d12ffdf640a14
-
Noel Grandin yazdı
Change-Id: I55e676ea50c661aca0e0b33b6a32d513f9e6b0ac
-
Muthu Subramanian yazdı
-
Kohei Yoshida yazdı
This fixes the shared formula import from xls. Change-Id: I8790e642c3ef1a335694891eb574a68ae5270649
-
Kohei Yoshida yazdı
This broke the shared formula import from xls and xlsx. Disabling the tests for now. Change-Id: I75d802b00947b21083db19b5c07204a0c3d4f369
-
Haidong Lian yazdı
* modified coding style. * merged arithmetic operators together. * added support for double in OpenCL kernel. * added an environment variable named SC_FLOAT, which, when set it to 1, will force to use float in OpenCL kernel. If not set, we will detect GPU, and if GPU supports double, use double for kernel, otherwise use float for kernel. Conflicts: sc/source/core/opencl/openclwrapper.cxx sc/source/core/opencl/openclwrapper.hxx Change-Id: I7cdec458d72837d3b22ba50c6d28f78797ee0d3b
-
Michael Meeks yazdı
-
Michael Meeks yazdı
also fallback to S/W group calculation if necessary.
-
Jing Xian yazdı
Conflicts: sc/source/core/opencl/openclwrapper.cxx Change-Id: I4a752dcb407a89f8da19886131c186b44c7e2a8e
-
Kohei Yoshida yazdı
Change-Id: I4358d4572df3d3c69012737d299d41ce8af02799
-
Kohei Yoshida yazdı
Change-Id: I3fe1f05a57089b42296e5758542772d69119c17a
-
Kohei Yoshida yazdı
Change-Id: I4d297f15e8030fdf068c7e3102f9d03aff401cf9
-
Kohei Yoshida yazdı
Change-Id: I48d0a3ea631f26b779fd6faddeb30c30a831f493
-
Kohei Yoshida yazdı
Change-Id: I52a8b78ed072eb6bcd86b4f80936a869046cbc4d
-
Kohei Yoshida yazdı
Change-Id: I6f996e4c8535371c57c9d43012baa6118160f834
-
Kohei Yoshida yazdı
This currently fails. Change-Id: I83cdcb6ed9620079664ff35375a0457b0c9bcea0
-
Kohei Yoshida yazdı
Change-Id: I7794bd51c5fedb6c6c75f6910b7743df96d156c3
-
Kohei Yoshida yazdı
Change-Id: Ie918d3b9d635febe40ac974a37da0743830b65eb
-