summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2016-11-28sc: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna
2016-11-28nitpicks, tdf#43544 follow-upEike Rathke
2016-11-28tdf#43544 ScStyleObj: Only call StylePool->find() when necessaryMaarten Bosmans
2016-11-27use the existing ScAddress::operator==Markus Mohrhard
2016-11-26Resolves: tdf#103493 copying note captions needs a completed destination sheetEike Rathke
2016-11-26tdf#48140 Replace uno with direct callsBartosz Kosiorek
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-24coverity#1394669 Uninitialized pointer fieldCaolán McNamara
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin
2016-11-24tdf#48140 Change types of variables and remove uneeded codeBartosz Kosiorek
2016-11-24Use std::unique_ptr for the edit engine member of ScInputHandler.Kohei Yoshida
2016-11-23Reduce the indirection count...Kohei Yoshida
2016-11-24Use std::unique_ptr for the input handler instance here.Kohei Yoshida
2016-11-23add initial test case for ScAddress/ScRange testsMarkus Mohrhard
2016-11-23mpStream's content needs to outlive mpStreamStephan Bergmann
2016-11-23update IF() test case (add test for tdf#100637)Zdeněk Crhonek
2016-11-23update RECEIVED test case (add test for bug tdf#101228)Zdeněk Crhonek
2016-11-23update DVB test case (add tests for bug tdf#101204)Zdeněk Crhonek
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek
2016-11-23GeneralFunction is not an enum anymoreTamás Zolnai
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai
2016-11-22[API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke
2016-11-22Retain sheet protect options throughout unprotect/protect sessionMike Kaganski
2016-11-22remove some more global OUStringsNoel Grandin
2016-11-21Remove excessive parenthesis.Kohei Yoshida
2016-11-22unit test for tdf#104096, ScRange::Parse() with trailing charactersEike Rathke
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek
2016-11-21Resolves: tdf#104096 reset also rRawRes if trailing characters are presentEike Rathke
2016-11-21tdf#48140 Replace uno call from worksheethelper.cxxBartosz Kosiorek
2016-11-21tdf#42949 Remove not needed uno headers from filters/xmlBartosz Kosiorek
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-21connectivity, sc: add missing #include <osl/endian.h>Michael Stahl
2016-11-21update N() test case / test for bug tdf#102215Zdeněk Crhonek
2016-11-21add ROT13 test caseZdeněk Crhonek
2016-11-21add missing deps for MS XML 2003 filterDavid Tardon
2016-11-21add missing deps on ui filesDavid Tardon
2016-11-21tdf#48140 Replace uno CellRangeAddress and CellAddress with direct callsBartosz Kosiorek
2016-11-21new loplugin datamembershadowNoel Grandin
2016-11-20add ROMAN test caseZdeněk Crhonek
2016-11-20Simplify this code.Tamás Zolnai
2016-11-20Fix this unit testTamás Zolnai
2016-11-19Revert "Use rtl::Reference to wrap ScAccessibleEditObject here."Kohei Yoshida
2016-11-20PivotMedian: ODS import / export of pivot table medianTamás Zolnai
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai
2016-11-20Display localized function names in Pivot Layout dialogTamás Zolnai
2016-11-20Remove some unused resource stringsTamás Zolnai
2016-11-20Remove unused macroTamás Zolnai
2016-11-19tdf#48140 Replace CellAddress uno calls with direct accessBartosz Kosiorek