summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-12-02coverity#1394668 Inferred misuse of enumCaolán McNamara2-11/+22
2016-12-02coverity#1396676 Uninitialized pointer fieldCaolán McNamara1-5/+6
2016-12-02prevent corrupt warning in MSO - justify dimensionJustin Luth1-0/+1
2016-12-02tdf#104310: Accept x12ac lists and fallbacks in dataValidationsMike Kaganski4-22/+146
2016-12-01sc test functions - move database functions to the new directoryZdeněk Crhonek10-0/+0
2016-12-01tdf#104310: Accept also x14-style dataValidationsMike Kaganski5-124/+199
2016-12-01add MODE test caseZdeněk Crhonek1-0/+4150
2016-12-01Throw RuntimeException with messageStephan Bergmann1-1/+2
2016-11-30add MINA test caseZdeněk Crhonek1-0/+5423
2016-11-30add MINIFS test caseZdeněk Crhonek1-0/+5797
2016-11-30add MODE.SNGL test fileZdeněk Crhonek2-0/+5428
2016-11-30split the functions test in even more categoriesMarkus Mohrhard35-0/+1500
2016-11-30start to split the functions test by categoryMarkus Mohrhard10-58/+235
2016-11-30tdf#104177 Modify helper label to reflect menu changesGabor Kelemen1-1/+1
2016-11-30ScAddress::operator<() is not what we need here, tdf#48140 follow-up fixEike Rathke2-9/+30
2016-11-30tdf#50916 : Refactor table1.cxx wherever there is column accessDennis Francis2-19/+77
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann4-5/+8
2016-11-30tdf#71409: always create edit engine instance for the input window.Kohei Yoshida1-1/+7
2016-11-30add MIN test caseZdeněk Crhonek1-0/+5423
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: scStephan Bergmann8-33/+48
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny1-1/+1
2016-11-29extensions,sc,sd,vcl: de-obfuscate assignments in conditions to help GCCMichael Stahl1-4/+6
2016-11-29tdf#48140 Replace uno with direct callsBartosz Kosiorek11-48/+110
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin8-19/+18
2016-11-28orcus is mandatory nowMarkus Mohrhard11-83/+0
2016-11-28sc: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna3-36/+36
2016-11-28nitpicks, tdf#43544 follow-upEike Rathke2-5/+10
2016-11-28tdf#43544 ScStyleObj: Only call StylePool->find() when necessaryMaarten Bosmans2-113/+108
2016-11-27use the existing ScAddress::operator==Markus Mohrhard1-3/+1
2016-11-26Resolves: tdf#103493 copying note captions needs a completed destination sheetEike Rathke3-9/+26
2016-11-26tdf#48140 Replace uno with direct callsBartosz Kosiorek6-18/+16
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann2-9/+5
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl9-22/+20
2016-11-24coverity#1394669 Uninitialized pointer fieldCaolán McNamara1-8/+4
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin6-6/+6
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin12-12/+23
2016-11-24tdf#48140 Change types of variables and remove uneeded codeBartosz Kosiorek4-90/+37
2016-11-24Use std::unique_ptr for the edit engine member of ScInputHandler.Kohei Yoshida2-128/+131
2016-11-23Reduce the indirection count...Kohei Yoshida1-3/+7
2016-11-24Use std::unique_ptr for the input handler instance here.Kohei Yoshida3-12/+14
2016-11-23add initial test case for ScAddress/ScRange testsMarkus Mohrhard3-0/+231
2016-11-23mpStream's content needs to outlive mpStreamStephan Bergmann1-2/+3
2016-11-23update IF() test case (add test for tdf#100637)Zdeněk Crhonek1-645/+619
2016-11-23update RECEIVED test case (add test for bug tdf#101228)Zdeněk Crhonek1-233/+260
2016-11-23update DVB test case (add tests for bug tdf#101204)Zdeněk Crhonek1-423/+973
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek5-11/+38
2016-11-23GeneralFunction is not an enum anymoreTamás Zolnai5-3/+23
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai23-203/+333
2016-11-22[API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke6-0/+30
2016-11-22Retain sheet protect options throughout unprotect/protect sessionMike Kaganski1-5/+8