summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-08-27use SdrCircKind enum more widelyNoel Grandin5-6/+6
2019-08-27You can just check for nCheckPos being 0 for non-error condition.Kohei Yoshida1-9/+3
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt10-139/+21
2019-08-26fix impress crash in shape listenerNoel Grandin1-0/+1
2019-08-26tdf#127163: Add AutoRedactDoc command to the Tools menuMuhammet Kara1-1/+3
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin2-3/+3
2019-08-26Missing include (Windows --disable-pch)Stephan Bergmann1-0/+1
2019-08-25Fix typo in codeAndrea Gelmini3-6/+6
2019-08-25cid#1242793 Untrusted value as argumentCaolán McNamara1-3/+3
2019-08-24loplugin:returnconstval in sal..scNoel Grandin13-53/+53
2019-08-23Related: tdf#126693 cannot put focus into combobox entryCaolán McNamara2-2/+2
2019-08-23loplugin:returnconstval in ooxNoel Grandin4-4/+4
2019-08-23tdf#119388 add new UNO listener/broadcasterNoel Grandin2-1/+44
2019-08-23Mark move ctors/assignments noexceptMike Kaganski15-35/+35
2019-08-23loplugin:returnconstval in saxNoel Grandin7-12/+12
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov7-18/+7
2019-08-22Move ctors/assignments need non-const rvalue reference to actually moveMike Kaganski2-3/+3
2019-08-22Fully support importing of XML with nested repeat elements.Kohei Yoshida5-31/+72
2019-08-21Fix full url for calc/styles by adding missing '/'Julien Nabet1-1/+1
2019-08-21Return std::unique_ptr directly.Kohei Yoshida5-6/+7
2019-08-21Namespace doesn't need a semicolon.Kohei Yoshida1-1/+1
2019-08-20tdf#119388 speed up listener broadcastNoel Grandin2-4/+4
2019-08-20tdf#119388 don't broadcast when lockedNoel Grandin1-2/+4
2019-08-20loplugin:constvars in package..scNoel Grandin35-60/+61
2019-08-20Resolves: tdf#126781 don't let width grow to fit condition textCaolán McNamara1-0/+3
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-19uitest: pass OUString by const reference and formatting fixesMarkus Mohrhard5-35/+39
2019-08-19uitest: log more events in Calc:Ahmed ElShreif2-0/+38
2019-08-19uitest: log more eventsAhmed ElShreif3-3/+83
2019-08-19Resolves: tdf#127003 explicit grab focus needs explicit link callbackCaolán McNamara2-0/+13
2019-08-19Fix typosAndrea Gelmini1-1/+1
2019-08-18Resolves: tdf#127002 keystrokes in edit engine passed on to dialogCaolán McNamara1-1/+1
2019-08-18Fix typosAndrea Gelmini1-2/+2
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-10/+5
2019-08-17Fix typosAndrea Gelmini1-2/+2
2019-08-17Call isLinkUpdateAllowedInDoc() early in loadSrcDocument()Eike Rathke1-4/+4
2019-08-16Fix typosAndrea Gelmini1-1/+1
2019-08-16Resolves: tdf#126928 allow link updates in an intermediate linked documentEike Rathke4-34/+56
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin5-16/+8
2019-08-15loplugin:sequenceloop in scNoel Grandin20-30/+32
2019-08-15replace ".get->" with "->"Noel Grandin5-26/+26
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida9-13/+34
2019-08-14tdf#126418: add some more checks for allocated columnsMike Kaganski1-33/+82
2019-08-13Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann3-3/+8
2019-08-13tdf#126848: sc pivot table popup: avoid flickerXisco Fauli1-0/+6
2019-08-13Replace Calcs Idle time tracking with TaskStopwatchJan-Marek Glogowski1-12/+4
2019-08-13ofz#16409 build failureCaolán McNamara1-1/+1
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara4-8/+56
2019-08-13Simplify ScCellCursorObj::getSupportedServiceNamesMike Kaganski1-13/+3
2019-08-12Fix typosAndrea Gelmini9-18/+18