summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-27sfx2/childwin.hxx: sal_Bool->boolNoel Grandin13-61/+61
2014-03-27basic: sal_Bool->boolNoel Grandin5-86/+86
2014-03-27basic: sal_Bool->boolNoel Grandin27-445/+454
2014-03-27basic: sal_Bool->boolNoel Grandin7-104/+104
2014-03-27xmlscript: sal_Bool->boolNoel Grandin3-9/+9
2014-03-27framework: sal_Bool->boolNoel Grandin22-155/+155
2014-03-27Avoid unused private field errorsZolnai Tamás2-0/+2
2014-03-27Try to fix mac build: missing boost headersZolnai Tamás1-0/+2
2014-03-27Basic UI for inserting 3D modelsZolnai Tamás8-0/+124
2014-03-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás14-0/+783
2014-03-27avmediavlc: Remove duplicated external usageZolnai Tamás1-2/+0
2014-03-27fdo#62155 - don't crash if we can't create an instance of a calc addin.Michael Meeks1-4/+12
2014-03-27More compat stuffStephan Bergmann1-0/+16
2014-03-27Add unit test for left spacing (anchorCtr)Muthu Subramanian2-0/+22
2014-03-27Add unit test for text rotation.Muthu Subramanian2-0/+22
2014-03-27Cleanup a bit.Muthu Subramanian1-5/+3
2014-03-27n#862510: anchorCtr controls the anchoring as well.Muthu Subramanian3-4/+5
2014-03-27n#862510: Fix text rotation.Muthu Subramanian1-1/+2
2014-03-27RTF export: handle Relative{Height,Width}{,Relation}Miklos Vajna4-9/+49
2014-03-26Make sure to set the RoundedEdge check box on load.Kohei Yoshida1-25/+34
2014-03-26Export RoundedEdge property to ODF.Kohei Yoshida3-0/+5
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida6-17/+42
2014-03-26Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida8-1/+90
2014-03-26Add a boolean "RoundedRectangle" property to the GL 3D chart.Kohei Yoshida2-4/+107
2014-03-26Close those <p> tags.Kohei Yoshida1-2/+2
2014-03-27show negative values correctly in pie charts, fdo#69143Markus Mohrhard1-2/+3
2014-03-26enable the export validation for chart ODS testsMarkus Mohrhard2-1/+5
2014-03-26remove unimplemented methodMarkus Mohrhard1-1/+0
2014-03-26improve formattingMarkus Mohrhard1-3/+3
2014-03-26improve validation failure messageMarkus Mohrhard1-1/+1
2014-03-26handle xlsx files correctly as wellMarkus Mohrhard1-1/+1
2014-03-26unimplemented methodMarkus Mohrhard1-1/+0
2014-03-26add test for improved overlap chart exportMarkus Mohrhard2-0/+59
2014-03-26support negative overlapMarkus Mohrhard1-2/+1
2014-03-26fix test doc againLuboš Luňák1-0/+0
2014-03-26fix test document nameLuboš Luňák1-0/+0
2014-03-26Resolves: fdo#76638 Patch retrieve_grants.patch.1 failsJulien Nabet2-32/+0
2014-03-26Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-4/+4
2014-03-26test for ignoring negative cell margin valuesLuboš Luňák2-0/+8
2014-03-26apparently some table .docx properties shouldn't be < 0Luboš Luňák3-3/+10
2014-03-26Revert "rhbz#1075124: writerfilter: fix tables with negative left margin"Luboš Luňák4-30/+14
2014-03-26Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-1/+1
2014-03-26Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-29/+16
2014-03-26Fix merge conflictsStephan Bergmann2-4/+4
2014-03-26webdav: Workaround failing unlocking by ignoring certificates when closing.Matúš Kukan3-0/+15
2014-03-26remove SerfTypes.hxxMatúš Kukan7-46/+10
2014-03-26unused variables and simplifyMatúš Kukan6-18/+5
2014-03-26webdav: Implement refreshing of locks.Matúš Kukan7-31/+51
2014-03-26webdav: Implement unlocking of documents.Matúš Kukan9-30/+177
2014-03-26webdav: Store locks in SerfLockStore, so we could unlock later.Matúš Kukan11-96/+87