summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-1/+0
2021-07-25use officecfg for drawing optionsNoel Grandin2-4/+5
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin1-1/+3
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin1-1/+3
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin1-1/+2
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-2/+2
2021-07-23tdf#143515: avoid memory leak in ScDrawLayer::DeleteObjectsInAreaMike Kaganski1-2/+2
2021-07-23use officecfg to retrieve GetIsForPagePreviewsNoel Grandin1-1/+2
2021-07-23Use vector instead of unique_ptrMike Kaganski1-16/+16
2021-07-23We already have this valueMike Kaganski1-1/+1
2021-07-23remove pimpl from ScZoomSliderNoel Grandin2-84/+74
2021-07-22no need to allocate ScTokenMatrixMap separatelyNoel Grandin4-35/+20
2021-07-22Dereferencing uninitialized pointerMike Kaganski1-2/+2
2021-07-21pass sc::ColumnIterator by valueNoel Grandin10-15/+15
2021-07-21pass SfxChildWinFactory around by valueNoel Grandin1-4/+4
2021-07-21flatten aCatLists in ScFunctionCategoryNoel Grandin2-24/+22
2021-07-21tdf#142600 - List tables in order of their appearanceAndreas Heinisch3-5/+15
2021-07-21Avoid deadlock between osl global mutex and cppu::getTypeEntries mutexStephan Bergmann1-2/+16
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann4-0/+16
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski8-11/+11
2021-07-21flatten TableType in ColumnSpanSetNoel Grandin2-4/+5
2021-07-21flatten maTables in ColumnSpanSetNoel Grandin2-9/+6
2021-07-21flatten ScDetOpList vectorNoel Grandin4-21/+15
2021-07-21tdf#142854 XLSX import: fix grid visibility in headless modeAttila Szűcs5-7/+51
2021-07-21can pass SfxItemSet around by value in SfxShellNoel Grandin2-4/+4
2021-07-21Related: tdf#135762 Suppress cout if not command lineEike Rathke1-14/+34
2021-07-20Use some forward declarations in <editeng/editobj.hxx>Mike Kaganski1-0/+1
2021-07-20EditTextObject: use virtual interface instead of pimplMike Kaganski1-4/+4
2021-07-20tdf#142763 sc UI: add first page header/footer optionsDaniel Arato (NISZ)15-17/+1196
2021-07-20Resolves tdf#143048 - Make autofilter popop resizableHeiko Tietze1-0/+1
2021-07-20tdf#46184 sc AutoFilter: reset filter options to default valuesTünde Tóth2-10/+109
2021-07-20tdf#123598 sc UI: don't show autofilter dropdown arrowsTünde Tóth1-0/+4
2021-07-19jsdialog: sidebar: avoid duplicated widget idsSzymon Kłos2-2/+2
2021-07-19no need for pimpl in ScCellRangesObjNoel Grandin2-45/+27
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski37-65/+65
2021-07-19no need for a pimpl in BulkDataHintNoel Grandin3-59/+11
2021-07-19LOK: inform when input bar has cursor and focusSzymon Kłos1-0/+20
2021-07-19LOK: Render correctly sized input barSzymon Kłos1-1/+22
2021-07-19Calc input bar add missing InitControlBaseSzymon Kłos1-0/+2
2021-07-19notebookbar: fix welded controls in onlineSzymon Kłos1-1/+1
2021-07-18cid#1487495 Division or modulo by zeroCaolán McNamara1-0/+1
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl1-0/+2
2021-07-16avoid a map lookup on a hot pathNoel Grandin1-4/+4
2021-07-16Use WhichRangesContainer in editengMike Kaganski1-4/+4
2021-07-16use WhichRangesContainer in scNoel Grandin2-7/+5
2021-07-15Keep ScAsciiOptions in sync with ScImportOptions, tdf#135762 relatedEike Rathke1-1/+15
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin9-22/+15
2021-07-15Related: tdf#135762 Allow --convert-to csv to specify 1-based sheet numberEike Rathke3-10/+47
2021-07-14rhbz#1980800 allow --convert-to csv to write each sheet to a separate fileCaolán McNamara4-28/+84
2021-07-14tdf#123752, tdf#138432: sc_uicalc: Add unittestXisco Fauli3-0/+48