summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-27Unit test for update reference in deletion of last col/row, tdf#108788Eike Rathke1-0/+30
2017-06-27Document::retrieveDefaultAttributesImpl did nothingStephan Bergmann2-53/+4
2017-06-27tdf#108714: allow <w:br> as direct child of <w:body>Mike Kaganski8-1/+101
2017-06-27tdf#100075 DOCX frame height rule updatedVasily Melenchuk3-6/+49
2017-06-27Sticky here means we can bail out early, tdf#108788 follow-upEike Rathke1-0/+11
2017-06-27Fix typoEike Rathke1-1/+1
2017-06-27Resolves: tdf#108788 update references for deletions at end of sheetEike Rathke3-21/+59
2017-06-27use std::array in BlockInfoNoel Grandin3-32/+33
2017-06-27Remove unused ItemProcessor argumentStephan Bergmann5-25/+9
2017-06-27svtools: use implicit defined copy assignmentJochen Nitschke1-65/+0
2017-06-27basegfx: remove trivial copy ctorsJochen Nitschke2-28/+0
2017-06-27Fix typoAndrea Gelmini1-1/+1
2017-06-27Fix typosAndrea Gelmini4-5/+5
2017-06-27PresenterPaneBorderPainter::Renderer::PaintBitmap rpBackgroundBitmap is unusedStephan Bergmann1-21/+13
2017-06-27loplugin:oncevar in swNoel Grandin80-303/+170
2017-06-27inline ElementPtrNoel Grandin3-31/+30
2017-06-27android, fix codemaker buildbreakerjan Iversen1-2/+2
2017-06-27sw: fix the assertion in SwModule::Notify()Michael Stahl1-1/+3
2017-06-27fdo#43157 convert OSL_ASSERT to assert in sw/sourceBernhard Widl5-5/+5
2017-06-27tdf#108806: convert CRLF into space in OOXML textMike Kaganski3-2/+17
2017-06-27iOS, first attempt to get bridges compiling.jan Iversen1-9/+15
2017-06-27gpg4libre: Show message when no cert manager foundSamuel Mehrbrodt3-1/+10
2017-06-27loplugin:oncevar in svxNoel Grandin36-112/+59
2017-06-27gpg4libre: Add seahorse to list of certificate managersSamuel Mehrbrodt1-1/+1
2017-06-27tdf#108809 Message boxes: Add more descriptive window titleSamuel Mehrbrodt4-6/+71
2017-06-27PresenterPaneBase::PaintBorderBackground does nothingStephan Bergmann2-32/+1
2017-06-27tdf#108711 GPG key selection should only be possible for ODF >= 1.2 documentsSamuel Mehrbrodt4-2/+26
2017-06-27gpg4libre: Show error message when signing failsSamuel Mehrbrodt5-0/+20
2017-06-27Use base class to set/get super/sub scriptTamas Bunth2-163/+0
2017-06-27iOS, remove java and cppunittestjan Iversen2-4/+4
2017-06-27Ported bin/generate-bash-completion from Perl to PythonArkadiy Illarionov3-242/+164
2017-06-27loplugin:oncevar in svtoolsNoel Grandin17-75/+34
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin16-122/+83
2017-06-27loplugin:useuniqueptr in variousNoel Grandin15-175/+102
2017-06-27SmartArt: std::for_each -> range-based for loop.Jan Holesovsky3-20/+17
2017-06-26SmartArt: separate LayoutAtomVisitors from LayoutAtomsGrzegorz Araminowicz6-255/+327
2017-06-26Remove nonsense TODOSamuel Mehrbrodt1-1/+1
2017-06-26Cleanup commentSamuel Mehrbrodt1-8/+3
2017-06-26Updated coreAdolfo Jayme Barrientos1-0/+0
2017-06-26lwp: use std::array and get copy ctor for freeJochen Nitschke2-35/+8
2017-06-26assert( nStartCol + nSize <= MAXCOL+1 ); tdf#108788 prepEike Rathke1-0/+1
2017-06-26Avoid loplugin:unreffunStephan Bergmann1-1/+7
2017-06-26Resolves: tdf#108643 don't restore orig size on first chart activateCaolán McNamara1-1/+3
2017-06-26EditEngine: Added test to check MultiPara Copy/Paste with Bold/Italic textVarun Dhall1-0/+301
2017-06-26Fix loplugin:vclwidgets' disposeOnce checkStephan Bergmann1-16/+27
2017-06-26Revert "tdf#108524 sw: attempt to split section frames inside table cells"Michael Stahl4-49/+5
2017-06-26Revert "crashtesting failure on ooo61225-1.sxw"Michael Stahl3-10/+12
2017-06-26updater: make it more difficult to misuse the APIMarkus Mohrhard1-29/+19
2017-06-26updater: reduce scope of ArchiveReader and pass by referenceMarkus Mohrhard1-53/+48
2017-06-26updater: subclasses need to pass the archiveReader parameter to their parentsMarkus Mohrhard1-11/+26