summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-10-13add DECIMAL test caseZdeněk Crhonek1-0/+1719
2016-10-13convert SvxPageUsage to scoped enumNoel Grandin7-17/+14
2016-10-12propagate original named expression error, if anyEike Rathke1-1/+1
2016-10-12use isFinite() instead of !isNan()Eike Rathke5-8/+8
2016-10-12create NoName error token instead of setting error at the token arrayEike Rathke1-2/+10
2016-10-12Revert "silence gcc4.8 warning"Michael Stahl1-8/+0
2016-10-12Revert "convert MULTILINE constants to scoped enum"Noel Grandin2-15/+17
2016-10-12silence gcc4.8 warningNoel Grandin1-0/+8
2016-10-12gcc4.8 does not seem to like explicit-width-scoped-enum and bitfield memberNoel Grandin1-1/+1
2016-10-12convert SC_NESTEDBUTTON constants to scoped enumNoel Grandin2-11/+8
2016-10-12convert CSV_DIFF constants to typed_flags_setNoel Grandin4-42/+46
2016-10-12convert EXC_TABBUF constants to typed_flags_setNoel Grandin2-28/+41
2016-10-12convert EXC_COLROW constants to typed_flags_setNoel Grandin2-35/+43
2016-10-12convert constants to scoped enumNoel Grandin1-18/+15
2016-10-12convert SC_MATVAL constants to typed_flags_setNoel Grandin9-47/+51
2016-10-12convert MULTILINE constants to scoped enumNoel Grandin2-17/+15
2016-10-12convert SC_CLIPMARK constants to typed_flags_setNoel Grandin3-14/+19
2016-10-12convert SC_ROTDIR constants to scoped enumNoel Grandin7-45/+44
2016-10-11convert writer navigator to .ui formatCaolán McNamara3-13/+11
2016-10-11Resolves: tdf#101691 re-intern strings of external formula resultsEike Rathke1-2/+2
2016-10-11loplugin:constantfunctionNoel Grandin15-37/+17
2016-10-10try enabling password tests on mac and windowsCaolán McNamara1-8/+0
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt1-0/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek29-79/+80
2016-10-09DDExtraWidth doesn't existCaolán McNamara1-9/+0
2016-10-09No need for ScAddInDocs to be a class of its ownStephan Bergmann1-1/+1
2016-10-09Add better comment for this function.Tamás Zolnai1-1/+1
2016-10-09Reduce code duplicationTamás Zolnai1-1/+1
2016-10-09tdf#102694, bnc#957991: Improve pivot cache reading performanceTamás Zolnai6-5/+81
2016-10-09Pivot table tests: Check also grouped fields' name.Tamás Zolnai1-0/+8
2016-10-09Pivot table XLSX import: PivotCache is not handled as a const object.Tamás Zolnai4-5/+17
2016-10-08skip hidden rows/columns for spellchecking, tdf#99607Markus Mohrhard1-2/+22
2016-10-08Silence false MSVC C4701 warningStephan Bergmann1-0/+1
2016-10-08loplugin:vclwidgetsStephan Bergmann2-0/+12
2016-10-07Reduce the number of calls to underlying flat_segment_tree structure.Kohei Yoshida1-3/+14
2016-10-07Write test case for it.Kohei Yoshida2-0/+37
2016-10-07Properly skip the hidden row(s) at the end.Kohei Yoshida2-1/+23
2016-10-07convert calc navigator to .ui formatCaolán McNamara12-808/+526
2016-10-07sc: Allow paste to overwrite existing data in tiled editin mode.Michael Meeks1-0/+1
2016-10-08Pivot tables: Fix XLSX import of nested date groupsTamás Zolnai3-1/+46
2016-10-07unit test for tdf#101562Eike Rathke1-0/+17
2016-10-07Resolves: tdf#101562 ScRefUpdate::Update() needs to flag sticky even unchangedEike Rathke1-0/+4
2016-10-07tdf#101562 inserting within an entire col/row reference needs to flag changeEike Rathke1-4/+17
2016-10-07these navigator entry menuitems should be radio checksCaolán McNamara1-0/+3
2016-10-07loplugin:staticmethods: scStephan Bergmann5-5/+5
2016-10-07loplugin:staticaccessTor Lillqvist1-1/+1
2016-10-07loplugin:defaultparamsTor Lillqvist1-2/+2
2016-10-07Base SvxLineWindow_Impl on ToolbarPopupMaxim Monastirsky1-1/+0
2016-10-06Resolves: tdf#76836 use text format only for text contentEike Rathke4-37/+13
2016-10-06LOK: Calc: page-up/down - cursor moves far more than a pageMarco Cecchetti4-2/+29