summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-01-18make format->page dialog asyncNoel Grandin1-33/+35
2019-01-18make insert->header/footer dialogs asyncNoel Grandin2-17/+21
2019-01-18make Format->Conditional Formatting->Manage dialog asyncNoel Grandin1-32/+33
2019-01-17[cp] build fixcp-6.0-20Aron Budea1-1/+1
2019-01-17Resolves: tdf#114695 limit width of this comboCaolán McNamara1-0/+4
2019-01-17tdf#112484: repeat-item-labels is invalid in odf1.2 strictJulien Nabet1-0/+1
2019-01-17Correct typed_flags<PivotFunc> mask is 0x1fffEike Rathke1-1/+1
2019-01-17crashtesting: ooo55266-3.ods some members are nullptrKatarina Behrens1-1/+5
2019-01-17Resolves: tdf#80583 create range list string with proper delimiterEike Rathke3-4/+4
2019-01-17Resolves: tdf#121887 RowModel::mnRow is 1-based, alwaysEike Rathke1-1/+1
2019-01-17tdf#121612: update pivot caches during saving to XLSXVasily Melenchuk3-2/+29
2019-01-17tdf#105236, only take number format from numeric cellsMarkus Mohrhard1-1/+1
2019-01-17Resolves: tdf#119700 save correct table:last-row-spannedEike Rathke1-1/+1
2019-01-17tdf#107586, import chart sheet colorMarkus Mohrhard1-1/+9
2018-12-29tdf#117332: select replaced text to properly replace it next timeMike Kaganski1-0/+6
2018-12-21tdf#98074, using the same builtinId maps the styles to the same oneMarkus Mohrhard2-4/+9
2018-12-15lok: Insert shape at the positon of the selected cellTamás Zolnai1-5/+15
2018-12-10lok: Insert shapes directly into the document.Mike Kaganski1-1/+8
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin9-33/+32
2018-11-08tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl2-0/+2
2018-11-07lok: sc: make hi-dpi/zoom compatible with retrieving cell cursorMarco Cecchetti1-2/+5
2018-11-07lok: calc: fix needed when position caching is disabledMarco Cecchetti1-2/+2
2018-11-07sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky2-14/+28
2018-11-05Make ScAbstractDialogFactory::Create() do its job also on non-DESKTOPTor Lillqvist1-4/+0
2018-11-05Build the scui library for non-DESKTOP, tooTor Lillqvist1-1/+1
2018-11-05We want the function pointer here, but not call it yetTor Lillqvist1-1/+1
2018-11-05Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky6-58/+38
2018-11-05sc: compact ScColumnAshod Nakashian10-148/+167
2018-11-05sc: simplify ScColContainerAshod Nakashian8-60/+41
2018-10-23Resolves: tdf#120689 omit <definedName> for ocMacro in OOXMLEike Rathke1-1/+5
2018-10-20copy and paste errorCaolán McNamara1-1/+1
2018-10-20Resolves: tdf#119954 do not copy the old parent, init with new parent insteadEike Rathke2-4/+5
2018-10-19[cp] Add another known good generator.Aron Budea1-1/+1
2018-10-12Conditional formatting: Allow to set the icon set CF via .uno: command.Jan Holesovsky4-33/+71
2018-10-11tdf#111980 oox optionbutton autoGroup inside GroupBoxJustin Luth2-1/+29
2018-10-11tdf#111980 sc optionbutton autoGroups different for form/activeXJustin Luth2-4/+22
2018-10-08tdf#120301 oox: lclIsWhiteSpace should return true for a spaceJustin Luth2-0/+19
2018-09-28tdf#111980 oox: connect empty radio groupsJustin Luth2-0/+32
2018-09-28Revert "Allow fast result return for formula-cells with..."Aron Budea2-26/+4
2018-09-17tdf#41425 XLS/XLSX export: workaround for style and validation lossLászló Németh3-0/+19
2018-09-17oovbaapi: hack Excel / OptionButton compatibility into Button for now.Michael Meeks6-20/+72
2018-09-12tdf#107690 DOCX, XLSX and PPTX unit tests for "Open as read-only"László Németh2-2/+12
2018-09-12tdf#107690 OOXML import/export of setting "Open as read-only"László Németh1-1/+1
2018-09-12tdf#119562 Fix export of AutoFit property of shapes to XLSXBalazs Varga2-0/+16
2018-09-12tdf#118153 VBA Macro: add XLSX support to Workbooks.Openbvarga911-0/+1
2018-09-10tdf#108691, tdf#119639 Don't print hidden objects in XLS(X)Aron Budea2-0/+30
2018-09-06ofz#10189 check container sizeCaolán McNamara1-2/+6
2018-09-03tdf#112454 Also consider last SCTAB in loopMichael Weghorn1-1/+1
2018-08-27loplugin:unreffunStephan Bergmann1-0/+7
2018-08-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro13-60/+53