summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-01We have Objective-C++ and Swift source files, tooTor Lillqvist
2017-12-01Remove nonsensical loopMike Kaganski
2017-12-01editorconfig: xsl files now also use 4 space indentationSamuel Mehrbrodt
2017-12-01Prepare for translated new AutoFormat Table Styles, tdf#101349Eike Rathke
2017-12-01tdf#101349 Rework of table styles for use in Calcheiko tietze
2017-12-01ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke
2017-12-01-Werror,-Wunused-private-fieldStephan Bergmann
2017-12-01ofz: check col/row boundsCaolán McNamara
2017-12-01Unit test for tdf#113696Samuel Mehrbrodt
2017-12-01Need to use dynamic_cast and not static_cast here, thanks UBSan and sbergTor Lillqvist
2017-12-01loplugin:unnecessaryoverrideStephan Bergmann
2017-12-01EPUB export: handle custom media dir in cover image / XMP metadataMiklos Vajna
2017-12-01EPUB export: add UI to test custom media directoryMiklos Vajna
2017-12-01EPUB export: allow setting custom media dir explicitlyMiklos Vajna
2017-12-01EPUB export: support image popup for images and textMiklos Vajna
2017-12-01EPUB export: handle footnotesMiklos Vajna
2017-12-01EPUB export: don't loose images with linksMiklos Vajna
2017-12-01sw: remove SvStream operator<< functions of layout classesMiklos Vajna
2017-12-01-Werror,-Wimplicit-fallthroughStephan Bergmann
2017-12-01tdf#113696 XHTML Export: Prefer fallback graphicSamuel Mehrbrodt
2017-12-01tdf#113696 Add mimetype also to fallback graphicSamuel Mehrbrodt
2017-12-01Use isEmpty() instead of getLength()Samuel Mehrbrodt
2017-12-01tdf#113696 Write replacement graphic also to flat odfSamuel Mehrbrodt
2017-12-01loplugin:unusedfieldsNoel Grandin
2017-12-01tdf#75256 Sifr rework of insertcolumns and rowsMatthias Freund
2017-12-01Typo in Italian autotextMarina Latini
2017-12-01Use for-range loops in ViewShellManager (sd)Julien Nabet
2017-12-01tdf#89713 localize Windows file picker extensionsAndras Timar
2017-12-01Related tdf#72966 Provide replacement graphic also for metafilesSamuel Mehrbrodt
2017-12-01lok: calc: set outline stateMarco Cecchetti
2017-11-30dbaccess: -Werror,-Wimplicit-fallthroughMichael Stahl
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl
2017-11-30dbaccess: split up ODBFilter::CreateContext()Michael Stahl
2017-11-30reportdesign: split up ORptFilter::CreateContext()Michael Stahl
2017-11-30sw: std::vector<OUString*> considered sillyMichael Stahl
2017-11-30sw: move generic code out of SwXMLSectionList::CreateContextMichael Stahl
2017-11-30sw: move SvXMLSectionListContext out of header fileMichael Stahl
2017-11-30tdf#114124 Translate 'PNG Bitmap' string in Calc Paste dropdownGabor Kelemen
2017-11-30Resolves: tdf#114112 sort 'select' listCaolán McNamara
2017-11-30add mml support to fftesterCaolán McNamara
2017-11-30ofz: handle empty Gradient StopsCaolán McNamara
2017-11-30ofz#4406 limit escher object cell area to calc's limitsCaolán McNamara
2017-11-30silence various coverity warningsCaolán McNamara
2017-11-30coverity#1424266 Uncaught exceptionCaolán McNamara
2017-11-30coverity#1401344 Uncaught exceptionCaolán McNamara
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-30tdf#113696 Add mimetype to image elementSamuel Mehrbrodt
2017-11-30ofz: handle empty paragraphs caseCaolán McNamara
2017-11-30size() cannot be < 0 so just == 0 -> empty()Caolán McNamara
2017-11-30tdf#97198 follow up: improve efficiency for Calc function RIGHT.Winfried Donkers