summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2017-09-19ofz: disable more config related codeCaolán McNamara
2017-09-19ofz: survive missing configCaolán McNamara
2017-09-19ofz: survive missing configCaolán McNamara
2017-09-18ofz#3412 SYLK import: check ;X;Y;C;R col/row validity earlyCaolán McNamara
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin
2017-09-16convert SvxTimeType to scoped enumNoel Grandin
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann
2017-09-15borderline: Extended decomposeArmin Le Grand
2017-09-15borderline: Adapt ViewContactOfTableObjArmin Le Grand
2017-09-15borderline: Abstraction of BorderLinePrimitiveArmin Le Grand
2017-09-15convert SvxFileType to scoped enumNoel Grandin
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin
2017-09-14improve redundantcast lopluginNoel Grandin
2017-09-14ofz#3362 SYLK import: check ;X;Y;C;R col/row validity earlyEike Rathke
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin
2017-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-09-13Replace list by vector in TableFillingAndNavigationTools (sc)Julien Nabet
2017-09-12Revert "tdf#108299: Limit the size of bitmap created for clipboard..."Dennis Francis
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-11remove constant bool variableJochen Nitschke
2017-09-11tdf#108299: Limit the size of bitmap created for clipboard...Dennis Francis
2017-09-11cppcheck: knownConditionTrueFalse 'bClip' is always trueJochen Nitschke
2017-09-10cppcheck: knownConditionTrueFalse 'bTestMerge' is always trueJochen Nitschke
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke
2017-09-08Inspecting children is only necessary if parent is selectedEike Rathke
2017-09-08If children then insert only if a child is selected, tdf#112258 follow-upEike Rathke
2017-09-08convert pEntryLists to std::array<std::unique_ptr<...Noel Grandin
2017-09-08set parent for file dialog helperCaolán McNamara
2017-09-08oovbaapi: create XOval and XLine shape typesTamas Bunth
2017-09-07Resolves: tdf#112258 correctly pick items from AutoFilter selectionEike Rathke
2017-09-07tdf#107952: Move cursor to changed cell after undo/redo in ScUndoSetCellDennis Francis
2017-09-06Replace some lists by vectors in unoobj (sc)Julien Nabet
2017-09-06tdf#111305: Fix group name refresh in pivot tableDimitri Bouron
2017-09-05sc: adjust block height only if neededDimitri Bouron
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-09-03set parent for insert media file dialogCaolán McNamara
2017-09-02dynamic column container: fix some more for loopsNoel Grandin
2017-09-02make sure parent element is staying aroundMarkus Mohrhard
2017-09-01Replace list with a vector in PutData (sc)Julien Nabet
2017-08-31make the ScColumnsRange iterator return SCCOLNoel Grandin
2017-08-31SYLK import: init nRefCol,nRefRow with start col,row instead of 1,1Eike Rathke
2017-08-31Fix silent merge conflictStephan Bergmann
2017-08-31tdf#111939: Fallback to getting view data from best view shell...Dennis Francis
2017-08-31No need to call SetDebugName() when we already pass the same name to the ctorTor Lillqvist