summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-24tdf#117879: sc: Add UItestXisco Fauli1-0/+42
2021-03-24QR Code Dialog: Change term 'border' to 'margin'homeboy4451-2/+2
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC824-3260/+824
2021-03-23Assert supported FormulaGrammar instead of OSL_ENSUREEike Rathke1-2/+1
2021-03-23tdf#133159 store current config before changing sheetCaolán McNamara2-2/+14
2021-03-23check for null SC_MOD given crashes at exit in similar casesCaolán McNamara1-1/+1
2021-03-22cid#1242892 experiment if this makes any differenceCaolán McNamara1-1/+1
2021-03-22cid#1474296 experiment to see if this makes a differenceCaolán McNamara1-1/+2
2021-03-22Force FormulaLanguage::OOXML for AddressConvention::CONV_XL_OOXEike Rathke1-15/+31
2021-03-22tdf#36383 sc AutoFilter: fix changing row heightTünde Tóth2-2/+88
2021-03-22uitest: sc: improve test a bitXisco Fauli1-11/+32
2021-03-22drop unneeded includeCaolán McNamara1-1/+0
2021-03-21cid#1473798 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2021-03-21update pchesCaolán McNamara1-11/+4
2021-03-21select_by_text helper method for uitestsNoel Grandin34-283/+139
2021-03-20OutputDevice view is sufficient hereCaolán McNamara2-5/+5
2021-03-20cid#1474037 Uninitialized scalar fieldCaolán McNamara1-1/+4
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara2-27/+27
2021-03-19tdf#140955 sc UI: highlight active autofilter dropdownTünde Tóth1-2/+4
2021-03-19tdf#118482 set a scroll step of the height of a collapsed entryCaolán McNamara2-0/+10
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák1-2/+2
2021-03-17Fix typoAndrea Gelmini1-1/+1
2021-03-17throw exception for errors in uitest actionsNoel Grandin3-21/+0
2021-03-17Revert "tdf#101217 Change row height and col width decimal places to 4"Noel Grandin1-4/+4
2021-03-16tdf#101217 Change row height and col width decimal places to 4Winston Min Tjong1-4/+4
2021-03-16tdf#129606: sc_ucalc: Add unittestXisco Fauli1-0/+13
2021-03-16uitest: sc: assert text in entriesXisco Fauli1-2/+4
2021-03-16tdf#89998: sc_ucalc: Add unittestXisco Fauli1-0/+14
2021-03-16tdf#112780: sc_subsequent_filters: Add unittestXisco Fauli2-0/+21
2021-03-16devtools: move "Development Tools" menu from "Help" to "Tools"Tomaž Vajngerl1-1/+2
2021-03-15tdf#113271: sc_subsequent_export: Add unittestXisco Fauli2-0/+25
2021-03-15xls load: suppress secondary [~gengou] calendar modifier in format codeEike Rathke1-1/+4
2021-03-15sc_uicalc: use UNO commands for copy, cut or paste everywhereXisco Fauli3-59/+24
2021-03-15tdf#136113: sc_uicalc: Add unittestXisco Fauli2-0/+28
2021-03-15tdf#124318: sc: Add UItestXisco Fauli2-0/+35
2021-03-15tdf#139804 Focus form controls inside document with Alt-<Mnemonic>Samuel Mehrbrodt3-3/+8
2021-03-15Calc: Update selected cell range before calculating the selection area.Gökay Şatır1-0/+1
2021-03-15tdf#133487 sc ODF export: reorder flys' ZOrder/z-index...Michael Stahl3-0/+269
2021-03-15Fix typosAndrea Gelmini1-1/+1
2021-03-14tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktopdipanshu1243-29/+0
2021-03-14tdf#140986 hang in validity messageNoel Grandin1-0/+15
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara2-7/+4
2021-03-13update pchesJulien Nabet1-22/+5
2021-03-12use ScTabViewShell to get toplevel dialog parentCaolán McNamara4-8/+9
2021-03-12query the DocShell if we have entered modal modeCaolán McNamara1-1/+1
2021-03-12document how this ScTabControl::AllowRenaming condition can be reachedCaolán McNamara1-0/+3
2021-03-12tdf#105268: sc: move UItest to CppUnittestXisco Fauli2-35/+14
2021-03-12tdf#64001: sc: move UItest to CppUnittestXisco Fauli3-40/+29