summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-05-17allow a OutputDevice parent where that is sufficientCaolán McNamara2-3/+3
2019-05-17uitest repair test 124829Zdeněk Crhonek1-1/+1
2019-05-16tdf#125054 fixed WhichIDs for cloned ItemsArmin Le Grand4-10/+31
2019-05-16uitest for bug tdf#125051Zdeněk Crhonek1-0/+50
2019-05-16document ScMarkArray a littleNoel Grandin1-0/+5
2019-05-16cache mdds position in ScTable::InvalidateTextWidth (tdf#108298)Luboš Luňák1-1/+3
2019-05-16optimize ScImportExport::Doc2Text() for large columnsLuboš Luňák1-1/+6
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák12-19/+88
2019-05-16cache mdds access in ScTable::ValidQuery() (tdf#80853)Luboš Luňák4-6/+45
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen14-0/+16
2019-05-16Fix typoAndrea Gelmini1-1/+1
2019-05-16uitest for bug tdf#124829Zdeněk Crhonek4-0/+62
2019-05-15tdf#114245 : Let both ScDocument::CopyToDocument()...Dennis Francis1-17/+2
2019-05-15cache cell positions when opening standard filter in calc (tdf#80853)Luboš Luňák3-2/+28
2019-05-15tdf#105622 Highlight 128 cells.Shubham Goyal1-1/+1
2019-05-15tdf#123762 Cell anchored object is deleted if cell is deletedIlhan Yesil6-11/+44
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák9-27/+50
2019-05-14Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara2-3/+5
2019-05-13fix uno::Reference flags in sc/perfcheckNoel Grandin1-16/+16
2019-05-13drop some unneeded includesCaolán McNamara28-57/+10
2019-05-13drop some more unneeded includesCaolán McNamara1-2/+0
2019-05-13Make it more obvious that there are no named rangesKatarina Behrens2-1/+9
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin89-228/+226
2019-05-12regenerate PCH headersLuboš Luňák2-32/+10
2019-05-12drop unneeded forward declareCaolán McNamara1-1/+0
2019-05-12drop intermediate vcl::WindowCaolán McNamara1-2/+1
2019-05-12weld ScDataFormDlgCaolán McNamara13-292/+337
2019-05-12drop intermediate vcl::WindowCaolán McNamara17-66/+38
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov33-58/+55
2019-05-11weld ScCondFormatManagerDlgCaolán McNamara9-212/+232
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara50-878/+397
2019-05-11weld conditional formattingCaolán McNamara15-1488/+1288
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke2-5/+5
2019-05-10tdf#85470 FILESAVE Very long time spent saving XLSX as XLSNoel Grandin2-8/+38
2019-05-10CppunitTest_sc_tiledrendering: close the document while LOK is still activeMiklos Vajna1-84/+77
2019-05-10lok: assert that tabs are not locked.Michael Meeks1-0/+3
2019-05-10handle empty tools::Rectangle in scNoel Grandin3-24/+29
2019-05-10an uno -> a unoCaolán McNamara3-3/+3
2019-05-10tdf#125173 fix hyperlink inserted to text boxTünde Tóth2-0/+18
2019-05-10an is used before a vowel soundCaolán McNamara4-4/+4
2019-05-10tdf#125051: fix spellchecking on CalcNoel Grandin1-19/+10
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen14-1/+22
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin12-52/+52
2019-05-09crashtesting: crash on importing tdf#123420-2.xlsxDennis Francis1-4/+2
2019-05-09out by 1, attempt to remove non-existing entryCaolán McNamara1-2/+2
2019-05-09loplugin:unusedmethodsNoel Grandin15-235/+0
2019-05-09loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2019-05-09crashtesting: failure importing tdf118662-1.xlsxCaolán McNamara1-1/+1
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák4-413/+315
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin9-48/+26