summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-30fdo#39674: translated German to EnglishJennifer Liebel1-216/+213
Conflicts: sc/source/core/tool/interpr2.cxx Change-Id: Ib063cafa895abd7d792ca068d727ea161946679c Reviewed-on: https://gerrit.libreoffice.org/11184 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-30fdo#39674: Improved translationJennifer Liebel1-14/+13
Conflicts: sc/source/core/tool/interpr2.cxx Change-Id: Ib80472a1670b61fdea61bdee4d52b19e28b85d63 Reviewed-on: https://gerrit.libreoffice.org/11192 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-30CppunitTest_sw_htmlexport: enable on OS XMiklos Vajna1-4/+0
Change-Id: I2aa954b0f97de9ae7657ae3a12d1a15389c13ef2 Reviewed-on: https://gerrit.libreoffice.org/11159 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-08-30fdo#80617 Use complete string to allow translation for page number infoSamuel Mehrbrodt5-39/+40
Change-Id: I8cc899f70ee4dcd65495b8ccc153a8fc3a2cc413 Reviewed-on: https://gerrit.libreoffice.org/11157 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-30Fix build problem in the --disable-database-connectivity caseTor Lillqvist1-1/+2
Change-Id: Ifcd5055656ec62b202bf4574a2fd0f7d35982090
2014-08-30jurt: fix some javadoc errors for JDK 8rbuj5-10/+10
Change-Id: I998f5796d7a5f10f790a1e861b741c54d0f62c19 Reviewed-on: https://gerrit.libreoffice.org/11191 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-30Use plain bool parameter hereMatúš Kukan1-9/+8
Change-Id: Ic948889a0fac32adc48a7a4fb1e7f82ce8b08ba4
2014-08-30WaE: private field 'mnId' is not usedTor Lillqvist2-4/+2
Change-Id: Id3e9c2c380b8c2388eda9e650dae635bfbae7711
2014-08-29Remove the old xlsx pivot table export code.Kohei Yoshida2-216/+1
Change-Id: I6725cbc331b51f66025a8294612c6a5918c07adf
2014-08-29Write test for importing and exporting of pivot table with 2 data fields.Kohei Yoshida2-0/+122
This is for xlsx format. Change-Id: I8ef2ae41cc88eeeab610e1a89726c62acb9e2fcb
2014-08-29Correctly export subtotal functions of data fields.Kohei Yoshida1-5/+57
Take note that data field may be duplicated. Change-Id: I8f787075869f38d0101da2787bac315c71d8a6e8
2014-08-29Use the source dimension name when searching for a dimension.Kohei Yoshida1-4/+9
Otherwise we might miss the right dimension object. This fixes the bug where the subtotal function of the second data field was not set correctly when importing from xlsx. Change-Id: Id6ecb07b86cf6803a3f6f7604267ce2f5f9a4067
2014-08-29Export data layout field to xlsx correctly.Kohei Yoshida1-8/+13
Excel uses a field index of -2 to indicate a data layout field. Change-Id: I6b18c0bcff439eb4425ef0b0d0b841633dc81dd7
2014-08-30Start of support for Android on AArch64Tor Lillqvist5-20/+79
The build does not get far before it runs into trouble in the GNU libstdc++ headers, though: android-ndk-r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/opt_random.h:33:23: fatal error: x86intrin.h: No such file or directory Change-Id: I9d459c64980091ba8bf5b3d631d47342625f6be9
2014-08-29Remove unused prefix attribute of namespace elementsMiklos Vajna1-25/+1
Change-Id: I6fd33f9050eb3f7394315bbd0c617513767adce6
2014-08-30WaE: unused function 'isGL3DDiagram'Tor Lillqvist1-35/+0
Change-Id: I0af5bf5e7d36036b3f0c98d01c8549c2b8e1aa1f
2014-08-29cppcheck: va_end_missingJulien Nabet1-0/+1
Change-Id: I316830b56aba7874cff4a164925520a7b6c6131d
2014-08-29fdo#67615 TextField in table should use same formatting as floating TextFieldLionel Elie Mamane3-16/+4
Change-Id: Ia6333d12f9f1ecdd5a552089f0df8703c5fce88a Reviewed-on: https://gerrit.libreoffice.org/11196 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-08-29Write export unit test for pivot table import / export with xlsx.Kohei Yoshida2-0/+147
Change-Id: Idc4e9e9aafd3fe0a01758fe988ffacd76cb15784
2014-08-29n#708518: sd: check that master page matches when setting parent styleMichael Stahl3-2/+54
In ODF import it happened that the parent style of "outline2" etc. was always set to the "outline1" style of the first master page in the document, but it should be the "outline1" style of the same master page as the "outline2". (regression from e955433c3574cb602dedba96bc645898f97858bf) Change-Id: Ie563d5ee5c2040aeb6ca5c8bb25b195e15ea964e
2014-08-29editeng: deploy an assert for the default itemsMichael Stahl1-1/+1
Change-Id: Ifc85d682377bb1a3a34e6d49767cbfbe6521c388
2014-08-29fdo#79959 RTF import: trim whitespace around style namesMiklos Vajna3-2/+13
Change-Id: Id23cbd62b057442c577fef124a5705e4d551076f
2014-08-29Remove unused url attributeMiklos Vajna3-5/+2
And also make sure that the model is re-checked when the schema changes. Change-Id: I348d11aa770255329cd47535dff4b15a95e4bd8e
2014-08-29replace sleep with two condition variablesMarkus Mohrhard2-8/+45
Change-Id: I7611b5be7d462646a19ebfd86b8d6612dccafc71
2014-08-29ignore aggressive Nvidia GLSL compiler error messagesMarkus Mohrhard1-0/+5
Change-Id: Ifc83bd3fb1d0fcbc8056c72b2545a8a3aed00a64
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard4-1/+25
Change-Id: Idab33c8611526dc4749b4dbe4fe84e68138b4f73
2014-08-29cache the call to getenvMarkus Mohrhard1-1/+2
Change-Id: I13095b13694aa092e3d5f542b5be12e703eb4590
2014-08-29Don't render with mp2DRenderer when we have 3D chartsZolnai Tamás1-8/+11
Change-Id: Icb224f2d3dd55580532b1c4c43781ad444e51a43
2014-08-29mpRenderer->init() needs a contextZolnai Tamás1-0/+4
Change-Id: I9f6ce17fcc590597f357bf3ded5fe3eb41fb3810
2014-08-29Oops, static was forgotten.Zolnai Tamás1-1/+1
Change-Id: I0c316581ab8bfb0a49420006a0801d13021bd1ca
2014-08-29Store env variable in a static variable insteadZolnai Tamás1-1/+3
Change-Id: I5d6067806645722faac3fe90cbec01b6963f7283
2014-08-29Revert "Stop flickering in rendering of charts in Writer"Zolnai Tamás1-0/+5
Hide when it's actually a normal chart. This reverts commit b79b862927d937d695b31df4bdb85d1fc8774f39. Change-Id: Ib7aee142cea979293864f3916eb0580a82605b2b
2014-08-29CHART_DUMMY_FACTORY should not control the OpenGL windowMarkus Mohrhard1-1/+1
Change-Id: Ic6c640f7d37606b357672f2b73f95d51d1daba67
2014-08-29Call resetCurrent as soon as possible to avoid conflict with other threadZolnai Tamás1-1/+1
Change-Id: Ie3edc252135301ba5b85b80edcdbe75537d0da16
2014-08-29Update chart when chart type is changed in edit modeZolnai Tamás2-0/+17
Regression to master. In long term it would be better to define ChartWindow as an OpenGL window and not creating a new window inside the chart window, becasue otherwise all events which was handled well by the chart window will be broken (catched by the OpenGL window so no effect on ChartWindow (defining the behavior of charts in general) or catched by the ChartWindow and so no effect on the OpenGLWindow (like invalidating in this case). Change-Id: I234f469f70914e01f030c8edae9cb5aacea112bf
2014-08-29Reinitialize GL3D renderer when OpenGL window is changedZolnai Tamás1-0/+7
Without it when we switch sheets in Calc or slides in Impress and go back to that page where the GL3DBar chart is then the renderer does not work. Change-Id: I9aa6203ed5aa7f94627d886b2f2e5ad34d493843
2014-08-29Don't create an OpenGL window in case of normal charts.Zolnai Tamás1-7/+11
Change-Id: Idb4506712d3902c12aa881a85ddf69a281edff82
2014-08-29Fix rendering of GL3DBarCharts after ODF importZolnai Tamás1-0/+6
OpenGL window need to have a valid size before rendering. Change-Id: I3ce3dbf653f0dc101de3acc4d634d7fe6c3be9ad
2014-08-29Stop flickering in rendering of charts in WriterZolnai Tamás1-5/+0
Change-Id: I52efa9cd7851f480ee2abcaa1646735c6f518f3a
2014-08-29Add a border to opengl chart to make it easier to handle.Zolnai Tamás1-2/+1
Change-Id: I74bc636dc0a37d70f45fe2eac0b8b60e3f6318bb
2014-08-29This OpenGL window is uselessZolnai Tamás3-41/+0
Change-Id: Ied9914c9a317dc3945c29b984d2a68957275fc52
2014-08-29Fix regression in rendering of GL3DBarChartZolnai Tamás1-2/+1
Change-Id: Ibf8f4a57cbc85f77a73054873030fcef321f5518
2014-08-29Mirror vertically the texture bitmaps for OpenGLZolnai Tamás4-8/+9
In case of glTF models it saves a Mirror() call. In case of OpenGL charts it avoid flipped texts. Change-Id: I1ac980e16bcb5ba6a9a025b638aaac3b08b4aab3
2014-08-29It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás4-10/+15
For example it allows to use std::vector<> and call the method Change-Id: Id4b8e33838d358dd242d0176e42558505fa8d4a3
2014-08-29Make opengl chart window always activeZolnai Tamás9-11/+36
Fortunately there is a special ole object group with the MS_EMBED_ACTIVATEWHENVISIBLE flag which define this behaviour. Problem is that both Aspect and EmbedMisc are MS specific enums so we can't use them directly for non-MS objects. But we can handle opengl charts the same as this ole object group. Change-Id: I49abeffce319cbb775709a72ba198a1f76b65374
2014-08-29ChartHelper::IsChart is uselessZolnai Tamás6-38/+4
EmbeddedObjectRef has an own IsChart method with the same behavior. Change-Id: Ib06699186466bf3da2bd67d7c631a5216463fb14
2014-08-29Add a method to check whether an XEmbeddedObject is a chartZolnai Tamás2-11/+18
Change-Id: I6f860b9f1bce200c5366df0a32650705cf429a80
2014-08-29Fix OpenGL chart reinitialiationZolnai Tamás7-5/+18
Problem after ChartWindow was disabled and enabled again, OpenGL content was lost. Two things: -After setting a new OpenGLWindow the corresponding IRenderer must be set (x3DWindowProvider->update) -InitOpenGL() call should not depend on DummyChart, but on OpenGLWindow (OpenGLContext). Change-Id: If74e1945de9973d3921ceea1ca6fef39311add7a
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky9-53/+86
Conflicts: chart2/source/view/charttypes/GL3DBarChart.cxx Change-Id: I1e23329345e00e7d8e1f269c832e84d015824c0a
2014-08-29Linux AArch64 portStephan Bergmann11-2/+1363
Change-Id: I37044a37348b203944a8eb9d2204e619055f069d