summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-05-20Don't invalidate iterators into ScMyStylesMapStephan Bergmann1-2/+2
2019-05-20swapped column titles in condformatmanager.ui to fit the contents.Kiyotaka Nishibori1-2/+2
2019-05-20cache mdds positions during ScDocument::CopyBlockFromClip() (tdf#112000)Luboš Luňák6-4/+29
2019-05-20cache mdds positions also in CopyTextAttrsFromClipHandler (tdf#112000)Luboš Luňák1-6/+25
2019-05-18remove remaining '0' responsesCaolán McNamara7-8/+8
2019-05-18tdf#125254 Performance: A spreadsheet opens too slow, part3Noel Grandin2-50/+27
2019-05-18tdf#125254 Performance: A spreadsheet opens too slow, part2Noel Grandin9-4/+110
2019-05-18Adapt AutoFormatHelper to std::unique_ptrArmin Le Grand2-30/+33
2019-05-17cache mdds position in ScAttrArray::RemoveCellCharAttribs() (tdf#108298)Luboš Luňák1-1/+5
2019-05-17weld SvxIMapDlgCaolán McNamara1-1/+1
2019-05-17avoid two lookups in ScDocument::GetLookupCacheNoel Grandin1-5/+5
2019-05-17Resolves tdf#87965 - Make 'Search Results' dialog optionalheiko tietze9-7/+75
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