summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-30didn't know about the dockingwindowsCaolán McNamara1-1/+3
2014-08-30writerfilter: fix namespace of CT_SaveThroughXslt's r:idMiklos Vajna1-6/+1
2014-08-30upgrade to poppler-0.26.4Thomas Arnhold6-12/+22
2014-08-30interpr: ZinsesZins is Compound InterestThomas Arnhold2-16/+16
2014-08-30interpr: fPeriodn -> fPeriodsThomas Arnhold1-8/+8
2014-08-30fdo#39674: translated German to EnglishJennifer Liebel1-216/+213
2014-08-30fdo#39674: Improved translationJennifer Liebel1-14/+13
2014-08-30CppunitTest_sw_htmlexport: enable on OS XMiklos Vajna1-4/+0
2014-08-30fdo#80617 Use complete string to allow translation for page number infoSamuel Mehrbrodt5-39/+40
2014-08-30Fix build problem in the --disable-database-connectivity caseTor Lillqvist1-1/+2
2014-08-30jurt: fix some javadoc errors for JDK 8rbuj5-10/+10
2014-08-30Use plain bool parameter hereMatúš Kukan1-9/+8
2014-08-30WaE: private field 'mnId' is not usedTor Lillqvist2-4/+2
2014-08-29Remove the old xlsx pivot table export code.Kohei Yoshida2-216/+1
2014-08-29Write test for importing and exporting of pivot table with 2 data fields.Kohei Yoshida2-0/+122
2014-08-29Correctly export subtotal functions of data fields.Kohei Yoshida1-5/+57
2014-08-29Use the source dimension name when searching for a dimension.Kohei Yoshida1-4/+9
2014-08-29Export data layout field to xlsx correctly.Kohei Yoshida1-8/+13
2014-08-30Start of support for Android on AArch64Tor Lillqvist5-20/+79
2014-08-29Remove unused prefix attribute of namespace elementsMiklos Vajna1-25/+1
2014-08-30WaE: unused function 'isGL3DDiagram'Tor Lillqvist1-35/+0
2014-08-29cppcheck: va_end_missingJulien Nabet1-0/+1
2014-08-29fdo#67615 TextField in table should use same formatting as floating TextFieldLionel Elie Mamane3-16/+4
2014-08-29Write export unit test for pivot table import / export with xlsx.Kohei Yoshida2-0/+147
2014-08-29n#708518: sd: check that master page matches when setting parent styleMichael Stahl3-2/+54
2014-08-29editeng: deploy an assert for the default itemsMichael Stahl1-1/+1
2014-08-29fdo#79959 RTF import: trim whitespace around style namesMiklos Vajna3-2/+13
2014-08-29Remove unused url attributeMiklos Vajna3-5/+2
2014-08-29replace sleep with two condition variablesMarkus Mohrhard2-8/+45
2014-08-29ignore aggressive Nvidia GLSL compiler error messagesMarkus Mohrhard1-0/+5
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard4-1/+25
2014-08-29cache the call to getenvMarkus Mohrhard1-1/+2
2014-08-29Don't render with mp2DRenderer when we have 3D chartsZolnai Tamás1-8/+11
2014-08-29mpRenderer->init() needs a contextZolnai Tamás1-0/+4
2014-08-29Oops, static was forgotten.Zolnai Tamás1-1/+1
2014-08-29Store env variable in a static variable insteadZolnai Tamás1-1/+3
2014-08-29Revert "Stop flickering in rendering of charts in Writer"Zolnai Tamás1-0/+5
2014-08-29CHART_DUMMY_FACTORY should not control the OpenGL windowMarkus Mohrhard1-1/+1
2014-08-29Call resetCurrent as soon as possible to avoid conflict with other threadZolnai Tamás1-1/+1
2014-08-29Update chart when chart type is changed in edit modeZolnai Tamás2-0/+17
2014-08-29Reinitialize GL3D renderer when OpenGL window is changedZolnai Tamás1-0/+7
2014-08-29Don't create an OpenGL window in case of normal charts.Zolnai Tamás1-7/+11
2014-08-29Fix rendering of GL3DBarCharts after ODF importZolnai Tamás1-0/+6
2014-08-29Stop flickering in rendering of charts in WriterZolnai Tamás1-5/+0
2014-08-29Add a border to opengl chart to make it easier to handle.Zolnai Tamás1-2/+1
2014-08-29This OpenGL window is uselessZolnai Tamás3-41/+0
2014-08-29Fix regression in rendering of GL3DBarChartZolnai Tamás1-2/+1
2014-08-29Mirror vertically the texture bitmaps for OpenGLZolnai Tamás4-8/+9
2014-08-29It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás4-10/+15
2014-08-29Make opengl chart window always activeZolnai Tamás9-11/+36