summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2019-03-19Resolves: tdf#124024 scaling factor isn't displayed correctlyCaolán McNamara
2019-03-18Listening when grouping in ScColumn::AttachNewFormulaCells(), (tdf#123736)Eike Rathke
2019-03-17Reget position_type as the block or type may have changed, tdf#123736 relatedEike Rathke
2019-03-16weld ScAutoFormatDlgCaolán McNamara
2019-03-16weld SwEditRegionDlgCaolán McNamara
2019-03-16pahole changes in variousNoel Grandin
2019-03-16Related: tdf#123736 re-establish listeners also for vector unsharingEike Rathke
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara
2019-03-15In case of sc::NoListening only SetNeedsListeningGroup(), tdf#123736 follow-upEike Rathke
2019-03-15new pahole-all-classes script, and update a couple of sc/ structsNoel Grandin
2019-03-14Resolves tdf#122707 - Replace listbox for print range by radio buttonsheiko tietze
2019-03-14LOK: re-factor async key & mouse event re-posting.Michael Meeks
2019-03-13Resolves: tdf#123736 re-establish listeners for unshared formula groupsEike Rathke
2019-03-13state explicitly how ownership of ScFormulaCell::pCode worksLuboš Luňák
2019-03-13const correctnessLuboš Luňák
2019-03-13weld DatabaseRegistrationDialogCaolán McNamara
2019-03-13translate some german var namesNoel Grandin
2019-03-12fix a possible ScTokenArray leakLuboš Luňák
2019-03-12don't let two unique_ptr's handle the same ScTokenArrayLuboš Luňák
2019-03-12tdf#115012 XLSX chart import: workaround for no gapLászló Németh
2019-03-12Resolves: tdf#120013 tdf#123714 split-off group or single cell needs listeningEike Rathke
2019-03-11weld ODocumentLinkDialogCaolán McNamara
2019-03-11weld ScRetypePassDlgCaolán McNamara
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen
2019-03-11weld ScSubTotalDlgCaolán McNamara
2019-03-11loplugin:constantparamNoel Grandin
2019-03-10weld ScTpSubTotalGroupCaolán McNamara
2019-03-10tdf#120161 sc: use selection to set required printed areaSerge Krot
2019-03-09loplugin:unusedfieldsNoel Grandin
2019-03-09loplugin:unusedmethodsNoel Grandin
2019-03-09Resolves: tdf#123714 tdf#123736 all split formula groups; tdf#120013 relatedEike Rathke
2019-03-08Use std::set::count instead of std::set::find + iterator comparisonMike Kaganski
2019-03-08tdf#123939: string and error are same type for pivot cache in XLSXMike Kaganski
2019-03-08tdf#123923: make COUNTIF propagate errors in its first parameterMike Kaganski
2019-03-08new loplugin constvarsNoel Grandin
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-06Simplify Sequence constructionStephan Bergmann
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-06do not access uninitialized values when printing (tdf#121439)Luboš Luňák
2019-03-05Use already available index in following getToken callMatteo Casalin
2019-03-05Use indexed getToken()Matteo Casalin
2019-03-05Simplify ShapeAnchor::importVmlAnchorMatteo Casalin
2019-03-05Index returned by getToken is always lower than string lengthMatteo Casalin
2019-03-05Index returned by getToken is always lower than string lengthMatteo Casalin
2019-03-05Index is not needed for single getToken callMatteo Casalin
2019-03-05Introduce o3tl::underlyingEnumValueStephan Bergmann
2019-03-05fix ScDetOpList::operator==Noel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin