summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Prepare for translated new AutoFormat Table Styles, tdf#101349Eike Rathke6-37/+93
2017-12-01tdf#101349 Rework of table styles for use in Calcheiko tietze1-0/+0
2017-12-01ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke3-40/+69
2017-12-01-Werror,-Wunused-private-fieldStephan Bergmann2-3/+1
2017-12-01ofz: check col/row boundsCaolán McNamara1-2/+4
2017-12-01Unit test for tdf#113696Samuel Mehrbrodt5-0/+113
2017-12-01Need to use dynamic_cast and not static_cast here, thanks UBSan and sbergTor Lillqvist1-3/+4
2017-12-01loplugin:unnecessaryoverrideStephan Bergmann1-4/+0
2017-12-01EPUB export: handle custom media dir in cover image / XMP metadataMiklos Vajna3-53/+35
2017-12-01EPUB export: add UI to test custom media directoryMiklos Vajna6-12/+127
2017-12-01EPUB export: allow setting custom media dir explicitlyMiklos Vajna5-10/+58
2017-12-01EPUB export: support image popup for images and textMiklos Vajna8-2/+401
2017-12-01EPUB export: handle footnotesMiklos Vajna7-0/+746
2017-12-01EPUB export: don't loose images with linksMiklos Vajna3-0/+116
2017-12-01sw: remove SvStream operator<< functions of layout classesMiklos Vajna18-683/+0
2017-12-01-Werror,-Wimplicit-fallthroughStephan Bergmann1-0/+1
2017-12-01tdf#113696 XHTML Export: Prefer fallback graphicSamuel Mehrbrodt1-18/+23
2017-12-01tdf#113696 Add mimetype also to fallback graphicSamuel Mehrbrodt1-0/+8
2017-12-01Use isEmpty() instead of getLength()Samuel Mehrbrodt1-1/+1
2017-12-01tdf#113696 Write replacement graphic also to flat odfSamuel Mehrbrodt1-5/+4
2017-12-01loplugin:unusedfieldsNoel Grandin16-133/+80
2017-12-01tdf#75256 Sifr rework of insertcolumns and rowsMatthias Freund24-0/+0
2017-12-01Typo in Italian autotextMarina Latini1-1/+1
2017-12-01Use for-range loops in ViewShellManager (sd)Julien Nabet1-23/+14
2017-12-01tdf#89713 localize Windows file picker extensionsAndras Timar1-10/+12
2017-12-01Related tdf#72966 Provide replacement graphic also for metafilesSamuel Mehrbrodt1-2/+3
2017-12-01lok: calc: set outline stateMarco Cecchetti5-44/+59
2017-11-30dbaccess: -Werror,-Wimplicit-fallthroughMichael Stahl1-0/+1
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl31-59/+59
2017-11-30dbaccess: split up ODBFilter::CreateContext()Michael Stahl3-24/+173
2017-11-30reportdesign: split up ORptFilter::CreateContext()Michael Stahl5-46/+205
2017-11-30sw: std::vector<OUString*> considered sillyMichael Stahl7-15/+16
2017-11-30sw: move generic code out of SwXMLSectionList::CreateContextMichael Stahl1-22/+41
2017-11-30sw: move SvXMLSectionListContext out of header fileMichael Stahl2-20/+22
2017-11-30tdf#114124 Translate 'PNG Bitmap' string in Calc Paste dropdownGabor Kelemen2-0/+2
2017-11-30Resolves: tdf#114112 sort 'select' listCaolán McNamara1-0/+1
2017-11-30add mml support to fftesterCaolán McNamara2-1/+43
2017-11-30ofz: handle empty Gradient StopsCaolán McNamara1-1/+1
2017-11-30ofz#4406 limit escher object cell area to calc's limitsCaolán McNamara1-4/+4
2017-11-30silence various coverity warningsCaolán McNamara6-13/+17
2017-11-30coverity#1424266 Uncaught exceptionCaolán McNamara1-1/+2
2017-11-30coverity#1401344 Uncaught exceptionCaolán McNamara1-1/+2
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann26-34/+56
2017-11-30tdf#113696 Add mimetype to image elementSamuel Mehrbrodt6-21/+94
2017-11-30ofz: handle empty paragraphs caseCaolán McNamara1-0/+3
2017-11-30size() cannot be < 0 so just == 0 -> empty()Caolán McNamara1-1/+1
2017-11-30tdf#97198 follow up: improve efficiency for Calc function RIGHT.Winfried Donkers1-13/+5
2017-11-30Disable check for successful file deletion for nowStephan Bergmann1-1/+1
2017-11-30sw: fix up comment indentation in sprmidsMiklos Vajna1-1/+1
2017-11-30EPUB export: add UI to set custom metadataMiklos Vajna4-90/+364