summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-10Fix typosAndrea Gelmini4-12/+12
2019-09-06Related: tdf#98844 CreateMatrixFromDoubleRef() for bCalcAsShown ScCellIteratorEike Rathke1-1/+102
2019-09-06Resolves: tdf#98844 calculate as shown with SUM() againEike Rathke1-1/+5
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov2-5/+2
2019-09-06Fixing "...."Andrea Gelmini8-21/+21
2019-09-05Resolves: tdf#126577 stop filling a series when threshold is reachedEike Rathke3-100/+195
2019-09-05tdf#127066 Font size of Calc input bar aligned to UI font sizeThorsten Wagner1-3/+0
2019-09-04tdf#127110 XLSX export: fix bad view positionLászló Németh2-2/+5
2019-09-03tdf#127277 Move Insert->QR code menu item to Insert->Object->QR codeRoman Kuznetsov1-1/+1
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-09-03Resolves: tdf#127168 dismiss menu before executing sortCaolán McNamara1-1/+2
2019-09-03Fix typosAndrea Gelmini2-2/+2
2019-09-03Resolves: tdf#126935 a11y for hosted EditEngineCaolán McNamara1-1/+1
2019-09-01Fix '..'Andrea Gelmini19-27/+27
2019-09-01Fix '..'Andrea Gelmini32-45/+45
2019-08-31drop some unnecessary includesCaolán McNamara2-2/+0
2019-08-31drop some unnecessary includesCaolán McNamara14-35/+0
2019-08-31drop some unnecessary includesCaolán McNamara3-3/+0
2019-08-31Fix typosAndrea Gelmini1-5/+5
2019-08-29LOK: per-view support for isMobile()Muhammet Kara2-2/+4
2019-08-29Added mobile friendly ui design for ConditionalFormattingDialogmerttumer5-2/+761
2019-08-28Send Bcp47 codes with regionSzymon Kłos2-2/+2
2019-08-28Handle LANGUAGE_NONE caseSzymon Kłos1-2/+6
2019-08-28Send ISO language code on state changedSzymon Kłos2-2/+5
2019-08-28Remove unnecessary braces.Kohei Yoshida1-21/+17
2019-08-27Use lambda expression here instead of a function object.Kohei Yoshida1-12/+6
2019-08-27Use getSystemPathFromFileURL() which is exactly what we need.Kohei Yoshida3-16/+9
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