summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2019-12-03Make OpenCLMinimumDataSize configuration property non-nillableStephan Bergmann
2019-12-03lok: calc - store zoom in the view itself.Michael Meeks
2019-12-03lok: formula bar: function completionMarco Cecchetti
2019-12-02Following 3471d83f49dcaab2cbbe18521ab1a405f15a0788 (sc/vba)Julien Nabet
2019-12-02tdf#129141: paint all when in multiline modeMike Kaganski
2019-12-02use weld::WaitObjectCaolán McNamara
2019-12-01Use initializer list instead of using several inserts (sc/vba)Julien Nabet
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-30Clarify the commentMike Kaganski
2019-11-29tdf#129007: fix autocompletionMike Kaganski
2019-11-28Related: tdf#129082 set explicit parent for warning dialogCaolán McNamara
2019-11-28fix a few places using SCROW/SCCOL datatypes incorrectlyNoel Grandin
2019-11-28jsdialogs: share the commands updates sending codeSzymon Kłos
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos
2019-11-27sc: rowcol: tdf#50916 add UI to turn jumbo sheets onNoel Grandin
2019-11-27jsdialogs: send .uno:FillStyle updates in CalcSzymon Kłos
2019-11-26lok: calc formula bar tunneling: function list callbackMarco Cecchetti
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin
2019-11-22make some classes module-privateNoel Grandin
2019-11-22tdf#128951: restore passing nullptr to ScTableSheetObj when not inserted yetMike Kaganski
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-22tdf#124513 let wizard reappear on tabbing back to documentCaolán McNamara
2019-11-21tdf#47490: Show overwrite warning when pasting data using "Enter"Aditya
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-11-19Fix typoAndrea Gelmini
2019-11-19don't crash if a linked to object is deleted after the doc is loadedCaolán McNamara
2019-11-19Related: tdf#125917 remove active editing when we want to replace contentsCaolán McNamara
2019-11-19tdf#125917 Ensure mouse is captured before the menu is launchedCaolán McNamara
2019-11-19Related: tdf#125917 release mouse grab before showing warning dialogCaolán McNamara
2019-11-19cid#1399259 Uncaught exceptionCaolán McNamara
2019-11-19tdf#97926 Add UNO API for InfobarSamuel Mehrbrodt
2019-11-18convert AccessibilityFlowTo to scoped enumNoel Grandin
2019-11-17cid#1430084 Arguments in wrong orderCaolán McNamara
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-15reduce iteration in ScViewData::GetScrPosNoel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-11-14mpDoc is assumed to be non-nullCaolán McNamara
2019-11-14Details always dereferences ScDocument argumentCaolán McNamara
2019-11-14mpDocument is assumed to be non-nullCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-11-14ParseWithNames pDoc arg assumed to be non-nullCaolán McNamara
2019-11-14mDocument is assumed to be non-nullCaolán McNamara
2019-11-14mDocument is assumed to be non-nullCaolán McNamara
2019-11-14mpDoc is assumed to be non-nullCaolán McNamara
2019-11-14mDocument is assumed to be non-nullCaolán McNamara
2019-11-14pDoc is always dereferencedCaolán McNamara
2019-11-13tdf#128466: Accept also JPEGTor Lillqvist
2019-11-13jsdialogs: send .uno:NumberFormat updatesSzymon Kłos