summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-06-19use more TellEnd()Noel Grandin2-4/+2
2021-06-19svx: prefix member variables for SdrTextObj and othersTomaž Vajngerl1-1/+1
2021-06-18tdf#142873: Fix print preview zoom-out zoom-in buttonsJulien Nabet2-4/+4
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)6-6/+6
2021-06-17remove 'relief' from CheckButtonsCaolán McNamara1-1/+0
2021-06-17use string_view in the Translate APINoel Grandin2-6/+6
2021-06-17svx: prefix member variables SdrViewEvent SdrView SdrObjGroupTomaž Vajngerl4-22/+22
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann3-4/+4
2021-06-16remove SpinButton input-purpose propertiesCaolán McNamara1-1/+0
2021-06-15uitest: sc: use guarded wrapper in testXisco Fauli1-46/+36
2021-06-15tidy up .uiCaolán McNamara1-3/+2
2021-06-15fix some 32-bit compile errorsNoel Grandin1-8/+8
2021-06-15button text should be Yes not yesCaolán McNamara1-1/+1
2021-06-15rework paste special a littleCaolán McNamara1-488/+501
2021-06-15Resolves tdf#142499 - Make fat cross cursor optionalHeiko Tietze9-270/+333
2021-06-15drop height-request that appears on just one of four buttonsCaolán McNamara1-1/+0
2021-06-15make the 4 buttons have the same packing propertiesCaolán McNamara1-4/+4
2021-06-15resave with latest gladeCaolán McNamara1-6/+6
2021-06-15only three of four of these buttons have always-show-imageCaolán McNamara1-0/+1
2021-06-15editengine-columns: add sidebar property panelMike Kaganski3-1/+18
2021-06-15remove deprecated Expander spacing propertyCaolán McNamara4-4/+0
2021-06-15we don't pack ok/cancel with 'secondary' that's for the help buttonCaolán McNamara2-4/+0
2021-06-15resave with latest gladeCaolán McNamara2-55/+49
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara4-5/+0
2021-06-14if active is set group shouldn't be setCaolán McNamara2-2/+0
2021-06-14set the active button as group leaderCaolán McNamara1-2/+2
2021-06-14ucalc_copypaste: improve readability and shortenscito1-2546/+1688
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-1/+1
2021-06-12tdf#128018 - Add column/row labels to the descriptive statisticsAndreas Heinisch2-9/+18
2021-06-11Related: tdf#127013 Check loaded separators for validityEike Rathke1-2/+2
2021-06-11Resolves: tdf#127013 differentiate non-/array separators and restrictEike Rathke2-26/+59
2021-06-11Simplify vector initializationsJulien Nabet2-13/+15
2021-06-11Simplify Sequences initializations (sc)Julien Nabet25-79/+53
2021-06-11cid#1473844 Untrusted loop boundCaolán McNamara1-2/+16
2021-06-11Resolves: tdf#142758 Revert record parse misunderstandingCaolán McNamara1-14/+37
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-2/+2
2021-06-10tdf#136766 Zoom slider in calc print preview has white backgroundNoel Grandin2-17/+30
2021-06-09tdf#139734 remove redundant asserts after loadFromDesktopsarynasser1-36/+0
2021-06-09drop unnecessary pWin arg to InitAccCaolán McNamara4-8/+6
2021-06-09ScTextWnd is set since the ctor now so drop from InitAccCaolán McNamara4-7/+6
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-9/+1
2021-06-09tdf#141769 ScTextWnd has to be available before the editview is createdCaolán McNamara3-1/+18
2021-06-09Resolves tdf#142513 - Order of ZoomIn and ZoomOut at Print PreviewHeiko Tietze1-1/+1
2021-06-09unit test: lok: text selection message testDennis Francis1-0/+130
2021-06-09autocomplete: allow cycling through possible matchesDennis Francis1-13/+12
2021-06-08editengine-columns: Implement layoutMike Kaganski2-3/+3
2021-06-08cid#1485887 Unchecked return valueCaolán McNamara1-1/+1
2021-06-08unit test: lok: edit cursor invalidation messageDennis Francis1-1/+114
2021-06-07sd: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli2-24/+32
2021-06-07move remaining copy/paste tests from ucalc to ucalc_copypastescito2-490/+498