summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2018-01-27Fix typosAndrea Gelmini
2018-01-27Remove shared mxComponent in scautoformatobjJens Carl
2018-01-27Remove shared mxComponent in scarealinksobjJens Carl
2018-01-27Remove shared mxComponent in scarealinkobjJens Carl
2018-01-26Add blank lines for readabilityEike Rathke
2018-01-26Move declaration to where it is usedEike Rathke
2018-01-26Improve performance when searching for blocks w/o draw objectsSamuel Mehrbrodt
2018-01-26tdf#98931 Test for sorting imagesSamuel Mehrbrodt
2018-01-26Remove shared mxComponent in scannotationsobjJens Carl
2018-01-26Remove shared mxComponent in scannotationshapeobjJens Carl
2018-01-26tdf#98931 Add option to sort boundary image-only columnsSamuel Mehrbrodt
2018-01-26Remove shared mxComponent in scannotationobjJens Carl
2018-01-26Consistent namingEike Rathke
2018-01-26CheckLinkFormulaNeedingCheck() for .xls conditional format expressionsEike Rathke
2018-01-26coverity#1428611 check for nullptrEike Rathke
2018-01-26coverity#1428613 check IsValidReference() return value, tdf#108989 follow-upEike Rathke
2018-01-26nMovX is SCCOLMike Kaganski
2018-01-26tdf#114200 : added 'Trim space' feature in 'Text Import'manujvashist
2018-01-26Fix typosAndrea Gelmini
2018-01-26tdf#103550 fix issue with HYPHEN-MINUS in Calc function JIS.Winfried Donkers
2018-01-26[Pardus] tdf#87357 Add contextual Conditional Format command.Gulsah Kose
2018-01-25Change property value to get CellContentType in sc/Jens Carl
2018-01-25CheckLinkFormulaNeedingCheck() for .xlsx conditional format expressionsEike Rathke
2018-01-25tdf#114519 Update cell content on sidebar number format changeJim Raykowski
2018-01-25tdf#45904 Move _SheetCell Java tests to C++Jens Carl
2018-01-25CheckLinkFormulaNeedingCheck() for .ods conditional format expressionsEike Rathke
2018-01-25Prepare CheckLinkFormulaNeedingCheck() to use either RPN or tokenized codeEike Rathke
2018-01-25[Pardus] tdf#108989 Add contextual manage names command.Gulsah Kose
2018-01-25Fix typosAndrea Gelmini
2018-01-25Sort dialog: Improve wordingSamuel Mehrbrodt
2018-01-25Updating images should not depend on unrelated conditionSamuel Mehrbrodt
2018-01-25Assert that parameters are validSamuel Mehrbrodt
2018-01-25Fix typosAndrea Gelmini
2018-01-24[Pardus] tdf#108989 Add contextual validity command.Gulsah Kose
2018-01-24loplugin:constparamsNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-24tdf#115093 : Do not reuse singleref tokens...Dennis Francis
2018-01-23Use a more conventional way of clearing ScRange variablesStephan Bergmann
2018-01-23offapi: Add properties FormulaResultType2 and CellContentTypeJens Carl
2018-01-23Fix typosAndrea Gelmini
2018-01-23Flatten ScRangePairList::Join() recursionEike Rathke
2018-01-23Flatten ScRangeList::Join() recursionEike Rathke
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-23USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt
2018-01-22gbuild: always compile as C++17 with MSVC 2017Michael Stahl
2018-01-22StartExecuteAsync doesn't need a second paramNoel Grandin
2018-01-22sc: std::iterator is deprecated in C++17Michael Stahl
2018-01-22copy ScAddress before possibly joining itCaolán McNamara
2018-01-21tdf#113572: removed redundant calc serviceVasily Melenchuk