summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-06-23uitest: blind fix for failure in slow machinesXisco Fauli1-3/+2
2021-06-23Introduce wait_for_top_focus_window to fix UITest_calc_tests9Stephan Bergmann1-1/+1
2021-06-23Resolves: tdf#143008 Evaluate AM/PM for type date+time text-to-column and CSVEike Rathke1-1/+31
2021-06-23tdf#124983 In calc make printable page borders initially visibleIlhan Yesil4-0/+79
2021-06-22uitest: guard create_doc_in_start_centerXisco Fauli133-8305/+7966
2021-06-22uitest: fix buildXisco Fauli1-20/+19
2021-06-22tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth2-0/+38
2021-06-22Resolves: tdf#140361 use the DisableEditHyperlink state as of menu launch timeCaolán McNamara5-1/+74
2021-06-22uitest: guard load_fileXisco Fauli123-7039/+6769
2021-06-22fix indentCaolán McNamara1-8/+7
2021-06-22tdf#142932: fix crash when pasting cells with comments+"skip empty cells"Julien Nabet1-1/+2
2021-06-21loplugin:finalclasses in sc/.../filter/incNoel Grandin18-76/+63
2021-06-21loplugin:finalclasses in sc/incNoel Grandin14-31/+29
2021-06-21tdf#142607 XLSX export: keep formatted dates in standard filterBalazs Varga5-49/+56
2021-06-21uitest: guard execute_blocking_actionXisco Fauli18-184/+92
2021-06-21tdf#141908 replace sal_Int32 with Color in sc_subsequent_filters-test2Radhey Parekh1-3/+3
2021-06-20ofz#24932 TimeoutCaolán McNamara1-1/+13
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