summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-25Use inconditionally the libwpd >= 0.9.5 pathFridrich Štrba
Since libwpd does not output the version number anymore Change-Id: I1bc3f7081552795fc2ed33f033a093fa5b40fda8
2013-07-25I forgot to turn this off.Kohei Yoshida
Change-Id: I86f60ee3ae748abd6ec2e8308ba067b836aa3ab4
2013-07-25fdo#67269 adapt checkTable to getTableName changeLionel Elie Mamane
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
2013-07-25A Torsdag without typo would not be a TorsdagFridrich Štrba
Change-Id: I305d8fb874f42c18de03255bc64160639defcb50
2013-07-25Add some consistency to the world as we know itFridrich Štrba
Change-Id: Ib1720a1797facf783eee9524afef7fadcd986c6f
2013-07-25have my own stab at fixing the leaking SmDocShellCaolán McNamara
i.e. alternatives to 5dd1cd72f45df0ec13842d4ee9c849726cb74ea9 ef66cc105e0051fa1414b72c5ee2bf1b2f9331cb f9e981ba0e2da6ce122e3ef30aef057c439c8fb8 d3cf684146162a1528046ab2bcd7d9fa94443c69 Change-Id: Ib094f5ac1455a9770c99aeac5eb1af118bdab829
2013-07-25Related: fdo#67113 restore some code, it has side effectsIvan Timofeev
these lines were removed in 8275c8fc33b63aa40a0a8a8c215f32b9986edab6 fixes missing AutoText menu entries and AutoText insertion via menu Change-Id: Ifa498d1cbfc096cca7751de9c9667fda6f1b3b48
2013-07-25Related: fdo#61544 don't include border size twice in edit optimal sizeCaolán McNamara
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
2013-07-25WaE: default constructor could not be generated (because of const member(s))Tor Lillqvist
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
2013-07-25vertically align textboxes to center, which looks much better on MacOSXCaolán McNamara
Change-Id: I44fc514fcd93a23ebe3444c4f64f2ee4060ee000
2013-07-25odk: let configure find the office path by default on dev-installMiklos Vajna
Change-Id: I50a698a16b8487945b4928d2c0e1c33c00c7641d
2013-07-25Revert "Fix memory leak in Math, by holding SmModel pointer"Fridrich Strba
Breaks unit tests of rtf import This reverts commit ef66cc105e0051fa1414b72c5ee2bf1b2f9331cb Change-Id: I95c13fc2bc3f9494a33153c62a7d52eb6f8efdd9 Reviewed-on: https://gerrit.libreoffice.org/5095 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-25convert TakeObjNameSingul family to OUStringCaolán McNamara
Change-Id: I0c667cbcfcc1ea1f04d113a53b7ba83c943052e4
2013-07-25fdo#59427 first step for template menuCor Nouws
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/4284 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-07-25WaE: C4510: default constructor could not be generated)Tor Lillqvist
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
2013-07-25Updated coreArnaud Versini
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/5092 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-25Remove some unused code form unusedcode.easyMarcos Paulo de Souza
Change-Id: Ib9f0bc7416c7f05684802ba2bb5f014a340fb2e8 Reviewed-on: https://gerrit.libreoffice.org/5068 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-25fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
Change-Id: I74d3db1c53609c6079c63e3f04531a87da1dda9d Reviewed-on: https://gerrit.libreoffice.org/5084 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-25fix for SwCombinedCharField constructor with wrong initAdam Co
Change-Id: I71548e5fe60a8da8e89022b16a2f892900f3e4c2 Reviewed-on: https://gerrit.libreoffice.org/5089 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-25Fix memory leak in Math, by holding SmModel pointerMarcos Paulo de Souza
And deleting this in destructor of SmDocShell Change-Id: Ida96648c7aae90fb5b0afac916587bbb049f90b3 Reviewed-on: https://gerrit.libreoffice.org/5088 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-25convert some XubString to OUString in ApplicationNoel Grandin
Change-Id: Ieed48339e9fc01796674691d5b0580a36df6e63e
2013-07-25convert vcl/ilistbox from XubString to OUStringNoel Grandin
Change-Id: Icfaea26c7bb82f449fc796dea80d12ffdf640a14
2013-07-25convert XubString to OUStringNoel Grandin
Change-Id: I55e676ea50c661aca0e0b33b6a32d513f9e6b0ac
2013-07-25n#827332: Charts shrink when there are no legends.Muthu Subramanian
2013-07-24These static_cast's are very significant. Don't remove these.Kohei Yoshida
This fixes the shared formula import from xls. Change-Id: I8790e642c3ef1a335694891eb574a68ae5270649
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida
This broke the shared formula import from xls and xlsx. Disabling the tests for now. Change-Id: I75d802b00947b21083db19b5c07204a0c3d4f369
2013-07-24Add support for double in OpenCL kernel.Haidong Lian
* 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
2013-07-24add SC_SOFTWARE tweak to force sw group interpret.Michael Meeks
2013-07-24Prompt the user to delete cached kernels on failureMichael Meeks
also fallback to S/W group calculation if necessary.
2013-07-24add min/max/delta kernels and misc. cleanup / bug fixing.Jing Xian
Conflicts: sc/source/core/opencl/openclwrapper.cxx Change-Id: I4a752dcb407a89f8da19886131c186b44c7e2a8e
2013-07-24fdo#67206: Add test for broadcaster relocation on column insertion.Kohei Yoshida
Change-Id: I4358d4572df3d3c69012737d299d41ce8af02799
2013-07-24I'm supposed to move it, not shift it.Kohei Yoshida
Change-Id: I3fe1f05a57089b42296e5758542772d69119c17a
2013-07-24There isn't much we have to do for copy.Kohei Yoshida
Change-Id: I4d297f15e8030fdf068c7e3102f9d03aff401cf9
2013-07-24Add test for partial move of referenced range.Kohei Yoshida
Change-Id: I48d0a3ea631f26b779fd6faddeb30c30a831f493
2013-07-24Re-implement adjusting of references on move.Kohei Yoshida
Change-Id: I52a8b78ed072eb6bcd86b4f80936a869046cbc4d
2013-07-24Add test for moving the formula cells that reference stationary range.Kohei Yoshida
Change-Id: I6f996e4c8535371c57c9d43012baa6118160f834
2013-07-24Add starter test for reference update on range move.Kohei Yoshida
This currently fails. Change-Id: I83cdcb6ed9620079664ff35375a0457b0c9bcea0
2013-07-24Broadcast on recalc-ref-on-move cells for the other 3 directions.Kohei Yoshida
Change-Id: I7794bd51c5fedb6c6c75f6910b7743df96d156c3
2013-07-24Add test for ROW function.Kohei Yoshida
Change-Id: Ie918d3b9d635febe40ac974a37da0743830b65eb
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida
To ensure that the change gets propagated properly. This fixes testFuncCOLUMN() cppunit test. Change-Id: Ia1ffc2880b7dae530ceb11c617c3963f7bfaeb00
2013-07-24Make these non-inline.Kohei Yoshida
Change-Id: I99cf45edfe584f69fb6465de84cdcff5842e37a6
2013-07-24CalcRelFromAbs() is no more.Kohei Yoshida
Change-Id: I974d8282eaf49a6c6d56fe209012f5e54170acc2
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida
Some of them were called for all absolute references, which is not necessary. Change-Id: If19ee74731f40ca208e1cc1804c6b6e53073d891
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida
Change-Id: I6474926d9cd8f9273bae3d8179bd14ee19422357
2013-07-24Work on removing CalcRelFromAbs().Kohei Yoshida
Change-Id: Ieb8b19821d778fa4596e680e73ba583667b5231a
2013-07-24Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida
Change-Id: Ie52e83b9e476b822e878488e231d60d0ce196cf4
2013-07-24Remove CalcAbsIfRel() from ScComplexRefData::Extend().Kohei Yoshida
Change-Id: I917acbd2d2567542c6388e796fd49fe4bb48f5ae
2013-07-24Add test for extending range reference.Kohei Yoshida
Change-Id: I882f312fd0908d83203da5b48d9c3f4d002e8dd0
2013-07-24Add test for cell function COLUMN.Kohei Yoshida
This currently fails. Change-Id: I6a73bc5a3e966542f4dcc88fc644110ec164dcb3
2013-07-24Modified reference shouldn't make the cell dirty.Kohei Yoshida
The 'value changed' flag is there for that purpose. Modified reference alone doesn't change the value of the cell. Change-Id: I9d7b4c7005603cd7bed8d90901f1fab0e0d49008