summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-08add a comment so I don't have to figure out this classes purpose againNoel Grandin1-0/+3
2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin6-21/+26
2014-08-08java: remove unused importsNoel Grandin24-38/+0
2014-08-08java: remove unused variablesNoel Grandin33-103/+38
2014-08-08java: remove unused fieldsNoel Grandin20-101/+1
2014-08-08java: remove dead methodsNoel Grandin34-791/+0
2014-08-08fdo#81945 [DOCX] Round Tripped file corrupted due to nested SDTsVinaya Mandke3-1/+26
2014-08-08reimplement custom sprite rendering with FBOMarkus Mohrhard3-13/+33
2014-08-08fix variable nameMarkus Mohrhard1-1/+1
2014-08-08add possibility to generate FBO with textureMarkus Mohrhard2-10/+30
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard12-554/+85
2014-08-08extract shaders to own file and use shared shader loadingMarkus Mohrhard11-245/+274
2014-08-08make sure that we always delete the shader and not only the programMarkus Mohrhard1-3/+3
2014-08-08loplugin:saloverrideStephan Bergmann1-7/+7
2014-08-07I forgot to check this in.Kohei Yoshida1-1/+2
2014-08-08fix ambiguity in argumentMarkus Mohrhard1-3/+3
2014-08-07Disable export of label placement properties for radar charts.Kohei Yoshida1-1/+3
2014-08-07Another test for radar chart data label export.Kohei Yoshida2-0/+17
2014-08-07Ensure we export correct labal placement value for percent/stacked charts.Kohei Yoshida1-7/+37
2014-08-07Write test for exporting data label positions for percent stack bar chart.Kohei Yoshida2-0/+17
2014-08-08XStyleLoader2 loadStylesFromDocument - unit testsLaurent Godard7-1/+377
2014-08-07cppcheck: Exception should be caught by referenceJulien Nabet1-1/+1
2014-08-07loplugin:passstuffbyrefStephan Bergmann2-2/+2
2014-08-07loplugin:saloverrideStephan Bergmann1-1/+1
2014-08-07add test-case for EDB-29664Caolán McNamara1-0/+0
2014-08-07add test-case for EDB-22310Caolán McNamara1-0/+0
2014-08-07add test-case for EDB-22655Caolán McNamara1-0/+0
2014-08-07loplugin:staticcallCaolán McNamara1-2/+2
2014-08-07add test-case for CVE-2007-1735Caolán McNamara1-0/+0
2014-08-07add EDB-14344 testcaseCaolán McNamara1-0/+0
2014-08-07fix picture jumping to incorrect X position after draggingLuboš Luňák1-16/+6
2014-08-07Related: #i125349# refined to exclude possible recursive callsArmin Le Grand1-65/+71
2014-08-07Related: #i125349# moved clip enhancements to base clipping functionalityArmin Le Grand2-54/+78
2014-08-07toolkit: export some ListenerMultiplexer typesMichael Stahl1-5/+5
2014-08-07bnc#821916: Better algorithm to find placeholder shape.Matúš Kukan4-75/+67
2014-08-07Area chart also doesn't support label position property.Kohei Yoshida1-0/+1
2014-08-07Fix the test. It's bar3DChart not barChart.Kohei Yoshida1-2/+2
2014-08-07Write test for exporting data labels in area chart for OOXML.Kohei Yoshida2-0/+17
2014-08-07cppcheck: va_list 'args' was opened but not closed by va_end()Julien Nabet6-0/+6
2014-08-07Default data label placement may vary depending on chart types. Get it right.Kohei Yoshida3-12/+32
2014-08-07Add test for default data label placement for line chart.Kohei Yoshida3-0/+26
2014-08-07Doughnut charts don't support label placement option. Don't export it.Kohei Yoshida1-2/+17
2014-08-07Write test for doughnut chart export of data labels to OOXML.Kohei Yoshida2-0/+17
2014-08-07cppcheck: Same iterator used with different containersJulien Nabet1-1/+1
2014-08-07Use comphelper::SequenceAsHashMapMiklos Vajna1-22/+12
2014-08-07Unused todo attributesMiklos Vajna1-8/+8
2014-08-07WaE: -Werror=unused-parameterCaolán McNamara1-0/+1
2014-08-07Related: #i125293# More unified (still simple) CssStyles and solversArmin Le Grand6-125/+250
2014-08-07Resolves: fdo#82043 use a bold font for the start-center buttonsCaolán McNamara1-0/+2
2014-08-07coverity#706946 Uncaught exceptionCaolán McNamara1-3/+28