summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-24tdf#118786 WIN just assert in YieldJan-Marek Glogowski2-13/+11
2018-08-24tdf#73547 fix ooxml export / import custom dashes.Mark Hung4-56/+52
2018-08-24tdf#119416 Open Special Characters dialog on Enter key pressJim Raykowski2-0/+7
2018-08-24Update git submodulesOlivier R1-0/+0
2018-08-24SCCOLROW instead of long, tdf#117016 follow-upEike Rathke1-2/+2
2018-08-24Consolidate duplicated code, use VectorMatrixAccessor, tdf#117016 follow-upEike Rathke1-47/+24
2018-08-24Avoid unnecessary copy of vector if nothing omitted, tdf#117016 follow-upEike Rathke1-12/+29
2018-08-24Eliminate unnecessary per element copy of matrix' first col/rowEike Rathke1-20/+2
2018-08-24coverity#1438527 Nesting level does not match indentationCaolán McNamara1-1/+2
2018-08-24Just set highlight color for focus rect list boxJan-Marek Glogowski1-1/+4
2018-08-24loplugin:useuniqueptr in ScTransferObjNoel Grandin7-25/+22
2018-08-24loplugin:useuniqueptr in sd dialogsNoel Grandin2-32/+32
2018-08-24iRelated rhbz#1618703: Properly handle failure en-/decoding PDF fileStephan Bergmann3-29/+69
2018-08-24Fix int vs sal_GlyphIdDon Lewis1-1/+1
2018-08-24Update git submodulesOlivier Hallot1-0/+0
2018-08-24tdf#117016 unit test for LOOKUP() interim array omitted errorsEike Rathke1-0/+10
2018-08-24split ScViewFunc::CopyToClip into two methodsNoel Grandin2-172/+192
2018-08-24tdf#119458 always start the SwDocIdleJan-Marek Glogowski1-1/+1
2018-08-24tdf#119364: fix by reverting some previous commits about notebookbarJulien Nabet1-4/+7
2018-08-24Resolves: tdf#117016 omit error values from an interim array in LOOKUP()Eike Rathke1-15/+91
2018-08-24give the migration warn dialog a parentCaolán McNamara1-1/+18
2018-08-24Resolves: tdf#112563 we don't want a human representation of SvxRsidItemCaolán McNamara2-0/+17
2018-08-24tdf#119303 Preselect text in input field dialogMichael Weghorn1-0/+4
2018-08-24tdf#119425 - Use Ctrl+Tab to switch between sheets on macOSheiko tietze1-2/+14
2018-08-24loplugin:useuniqueptr in BitmapScaleConvolutionFilterNoel Grandin1-5/+6
2018-08-24pass DelFormats around using std::vectorNoel Grandin10-116/+37
2018-08-24loplugin:useuniqueptr in sd::CommunicatorNoel Grandin4-8/+9
2018-08-24pass ScChangeAction around by std::unique_ptrNoel Grandin4-56/+47
2018-08-24Fix MSVC 2017 warning C4702: unreachable codelbenes2-5/+5
2018-08-24Fix list box focused text colorJan-Marek Glogowski1-6/+1
2018-08-24tdf#91292 docx export: COL_AUTO != cleared fillJustin Luth1-1/+1
2018-08-24tdf#118993 - Missing new Insert Special Character in Calcheiko tietze5-12/+10
2018-08-24tdf#119236 Dimension dialog for Writer and CalcMaxim Monastirsky13-35/+123
2018-08-24Explicitly set line ends for measure linesMaxim Monastirsky2-5/+13
2018-08-24Update git submodulesOlivier Hallot1-0/+0
2018-08-24Update git submodulesOlivier Hallot1-0/+0
2018-08-23tdf#119427: fix selectionChanged eventJulien Nabet1-0/+2
2018-08-23add test for bug tdf#119034Zdeněk Crhonek1-1794/+1759
2018-08-23Update git submodulesOlivier Hallot1-0/+0
2018-08-23Update git submodulesOlivier Hallot1-0/+0
2018-08-23Update git submodulesOlivier Hallot1-0/+0
2018-08-23sw: Prefer std::vector to undemanded std::listTakeshi Abe1-3/+3
2018-08-23loop and then eraseNoel Grandin1-22/+16
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann6-3/+258
2018-08-23Related rhbz#1618703: Properly handle failure encoding MS fileStephan Bergmann6-17/+40
2018-08-23Related rhbz#1618703: Properly handle failure encoding zip fileStephan Bergmann1-41/+34
2018-08-23Related rhbz#1618703: Properly handle failure decoding master passwordStephan Bergmann2-6/+7
2018-08-23Update git submodulesAdolfo Jayme Barrientos1-0/+0
2018-08-23tdf#119454 don't advance PS glyphsJan-Marek Glogowski5-25/+12
2018-08-23std::list is overkill for small structuresNoel Grandin2-23/+13