summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-27sccomp_lpsolver -> sccomp_solverRene Engelhard4-48/+48
2017-08-27fix buildCaolán McNamara1-2/+2
2017-08-27If called on an empty collection, don't let OEnumerationByIndex.nextElement()Damjan Jovanovic1-7/+6
2017-08-27remove some unused svx error codesNoel Grandin2-27/+2
2017-08-27OUString: constify, avoid unnecessary assignmentsMatteo Casalin2-7/+5
2017-08-27OUString: reduce temporaries and constifyMatteo Casalin1-18/+15
2017-08-27OUString: reduce temporaries and constifyMatteo Casalin1-27/+13
2017-08-27Share common codeMatteo Casalin1-81/+36
2017-08-27OUString: constify and avoid temporariesMatteo Casalin1-29/+22
2017-08-27Use 'else' for consecutive checks on rHint.GetId()Matteo Casalin1-1/+1
2017-08-27Calculate values only when they are really neededMatteo Casalin1-25/+32
2017-08-27Complete commit 61d49afadb2bAndrea Gelmini2-8/+0
2017-08-27tdf#97548: Do not set anchor flag on starting formula mode in a cellDennis Francis1-4/+0
2017-08-27tdf#45904 Move _DataPilotItem Java tests to C++Jens Carl9-27/+362
2017-08-27tdf#45904: Move _DatabaseRange Java tests to C++Jens Carl7-50/+300
2017-08-27tdf#45904 Move _CellAreaLink Java tests to C++Jens Carl7-47/+162
2017-08-27replace magic numbers for ppt view typesJochen Nitschke3-13/+38
2017-08-27osl: document socket enumsChris Sherlock1-74/+89
2017-08-27osl: cleanup socket.hChris Sherlock1-80/+94
2017-08-27fixed image and textbox rotation on xlsx files tdf#83672serdarot53-3/+24
2017-08-26sw: new RDF helpersAshod Nakashian2-7/+120
2017-08-26PPTX export tests for flipped shapesPaul Trojahn2-0/+47
2017-08-26tdf#111980: DOCX: Handle ActiveX radio button groupTamás Zolnai5-1/+29
2017-08-27osl: clarify osl_scheduleThread() documentationChris Sherlock1-2/+4
2017-08-27osl: thread doxygen updateChris Sherlock1-1/+33
2017-08-26Fix typoAndrea Gelmini1-1/+1
2017-08-26tdf#89139: list all items in pivot table definition, incl. hiddenMike Kaganski3-13/+51
2017-08-26Fixed typos (whitespace)Matthias Seidel1-1/+1
2017-08-26loplugin:constparam in sc part7Noel Grandin60-111/+111
2017-08-26tdf#32991 DOCexport: MSO-compatible table justificationJustin Luth1-2/+20
2017-08-26remove dead comment.Justin Luth1-7/+0
2017-08-25tdf#109267 sw: fix confusing return value of AppendRedline()Michael Stahl6-15/+28
2017-08-25tdf#109267: Fix crash during undo of delete inside redline insertRosemary Sebastian1-1/+6
2017-08-25Replace use of oslInterlockedCount with std::atomicStephan Bergmann2-4/+6
2017-08-25EPUB export: allow custom split methodMiklos Vajna4-11/+68
2017-08-25basegfx: remove global ImplB2DPolyPolygonMichael Stahl1-6/+3
2017-08-25basegfx: remove global ImplB2DPolygonMichael Stahl1-10/+21
2017-08-25basegfx: remove global 3D IdentityMatrix thread safety hazardMichael Stahl1-10/+3
2017-08-25loplugin:redundantcast: suppress warnings in reworked glibc assert macroStephan Bergmann1-0/+14
2017-08-25ofz#2899 increment pos before check, like all the other casesCaolán McNamara2-3/+2
2017-08-25ofz#2877: crash in SVTB16ShortCaolán McNamara1-1/+1
2017-08-25ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara1-2/+2
2017-08-25ofz#2766 ensure palette is large enough for all colorsCaolán McNamara1-1/+1
2017-08-25coverity#1416668 Uncaught exceptionCaolán McNamara1-9/+16
2017-08-25coverity#1416667 Unchecked dynamic_castCaolán McNamara1-0/+1
2017-08-25coverity#1416669 Uninitialized scalar fieldCaolán McNamara1-4/+5
2017-08-25Remove some incorrect API documentation for theDamjan Jovanovic1-2/+0
2017-08-25i#32546# - Java UnoRuntime.getUniqueKey/generateOid do not work reliablyDamjan Jovanovic1-1/+13
2017-08-25unoxml: CDocumentBuilder: just catch all ExceptionMichael Stahl1-2/+2
2017-08-25EPUB export: add support for page breaksMiklos Vajna8-3/+235