summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Revert "tdf#75573 - docx don't remove frame anchor paragraph"cp-5.1-9Andras Timar3-21/+5
2016-10-11Revert "tdf#53698: Cache more than 1 item in NumberFormatCodeMapper"Andras Timar2-37/+55
2016-10-10Bump version to 5.1-9Andras Timar1-1/+1
2016-10-10tdf#53698: Cache more than 1 item in NumberFormatCodeMapperMaarten Bosmans2-55/+37
2016-10-10tdf#53698: Add a NumberFormatMapper member to SvNumberformatScanMaarten Bosmans2-5/+3
2016-10-10Remove NumberFormatCodeWrapperMaarten Bosmans12-191/+28
2016-10-10Resolves tdf#100709 Optimize SheetDataBuffer::addColXfStyleMaarten Bosmans1-35/+24
2016-10-10Related: tdf#100709 Fix two bugs in SheetDataBuffer::addColXfStyleMaarten Bosmans1-0/+6
2016-10-10sc-perf: avoid second call to ScAttrArray::Search(), tdf#87101 relatedEike Rathke1-1/+4
2016-10-10sc-perf: remove one more unnecessary call to TrackFormulas()Eike Rathke2-6/+8
2016-10-10sc-perf: avoid repeated TrackFormulas() during bulk broadcast, tdf#87101 rel.Eike Rathke4-1/+33
2016-10-10sc-perf: tdf#87101 add bulk scope for BroadcastRecalcOnRefMove() callsEike Rathke1-4/+14
2016-10-10sc-perf: tdf#79023 do not call SvNumberFormatter also for numbers in OOXMLEike Rathke1-1/+2
2016-10-10sc-perf: tdf#79023 for ODFF do not call SvNumberFormatter to determine numericEike Rathke1-4/+44
2016-10-10tdf#95367 inherit page style if no new one importedJustin Luth1-0/+10
2016-10-10tdf#99090 docx export page-break only inside a paragraphJustin Luth2-0/+7
2016-10-10tdf75573 docx - complete frames before starting alternate streamsJustin Luth3-0/+11
2016-10-10tdf#75573 allow style to define vAnchorJustin Luth1-2/+2
2016-10-10tdf#75573 - docx don't remove frame anchor paragraphJustin Luth3-5/+21
2016-10-10tdf#99434 docx enable docprotection only when enforcedJustin Luth1-2/+5
2016-10-10tdf#99434: import/export documentProtection-forms from .docx incl. testOliver Specht7-2/+33
2016-10-10tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek6-8/+26
2016-10-10tdf#64372 docx import: don't ignore continuous section breakJustin Luth5-10/+19
2016-10-10tdf#44282 fix missing space for numbered lists in TOCAbhilash Singh1-0/+4
2016-10-10docx - inherit FollowPage before FirstPageJustin Luth1-10/+11
2016-10-10tdf#70565 Set correct default values to "0" of xfId attributeBartosz Kosiorek1-1/+16
2016-10-10tdf#76349 writer: make 1column-as-page break a compatibility optionJustin Luth6-1/+25
2016-10-10tdf#62847 import image hyperlink in docxdrazil9-3/+81
2016-10-10tdf#78727 sw: fix missing textbox text when anchored inside flying tableMiklos Vajna1-1/+2
2016-10-10tdf#81345 docx import fix default page break regressionJustin Luth3-2/+17
2016-10-10tdf#86926 writerfilter prevent PROP_GRID_LINES exceptionJustin Luth1-1/+3
2016-10-10tdf#53856 writerfilter set parentless style based on defaultJustin Luth3-0/+15
2016-10-10tdf#103025 sw: don't format header/footer in SwPageFrame::PreparePage()Michael Stahl3-16/+9
2016-10-10tdf#93967 - better fix for leak around calc header-footer UNO objectsMarkus Mohrhard4-31/+49
2016-10-10Resolves: tdf#103026 invalid dash causes CAIRO_STATUS_INVALID_DASH stateCaolán McNamara1-1/+4
2016-10-10Engine() return mpOutliner, so can crash if Engine() used post deleteCaolán McNamara1-0/+4
2016-10-10support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard7-8/+20
2016-10-10tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard2-4/+20
2016-10-10tdf#99386, broadcast that cell content changed after merge cells undo/redoMarkus Mohrhard1-0/+2
2016-10-10Resolves: tdf#101433 reset RasterOpMode on cached virtual device before reuseCaolán McNamara1-0/+1
2016-10-10Resolves: rhbz#1373933 gtk 3.21 emits a lot more "style-set" signalsCaolán McNamara5-14/+59
2016-10-10Resolves: tdf#101711 revert attempt to drop unused bg imagesCaolán McNamara8-160/+15
2016-10-10Resolves: tdf#101884 keyboard navigation in User defined border controlCaolán McNamara1-0/+1
2016-10-09LOK: Calc: in the numeric content case, the used alignment can be wrongMarco Cecchetti3-11/+17
2016-10-09LOK: Calc: an edit view may be not displayed when a 2nd one is killedMarco Cecchetti1-0/+4
2016-10-09LOK: Calc: if text of 2 cells overlaps, painting occurs in wrong orderMarco Cecchetti1-70/+70
2016-10-09LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti8-92/+106
2016-10-09LOK: Calc: parallel cell editing: small code improvementsMarco Cecchetti4-129/+141
2016-10-08Reduce the number of calls to underlying flat_segment_tree structure.Kohei Yoshida1-3/+14
2016-10-08Properly skip the hidden row(s) at the end.Kohei Yoshida2-1/+23