summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin6-18/+22
2021-07-05ofz#35817 TimeoutCaolán McNamara1-1/+7
2021-07-05XLSX import: fix handling of named ranges referring to PathMissing sheetsMiklos Vajna2-0/+23
2021-07-05speed up exporting very large spreadsheets to pdf(2)Noel Grandin2-51/+75
2021-07-05speed up exporting very large spreadsheets to pdfNoel Grandin2-18/+3
2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun1-1/+1
2021-07-03Implement Interface for Data Providers.tushar3-187/+164
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin4-22/+16
2021-07-02convert ScPrintSelectionMode to scoped enumNoel Grandin2-13/+13
2021-07-02Purge rtl::math:: ( erf / erfc / expm1 )BaiXiaochun3-13/+7
2021-07-01XLSX export: handle button form controlsMiklos Vajna2-1/+63
2021-07-01Resolves: tdf#138432 Use locale's CharClass to parse numeric i18n contextEike Rathke1-1/+5
2021-07-01sc: VclPtr, missing dispose (Page Style->Edit...->Header)László Németh1-0/+2
2021-07-01ofz#30762 TimeoutCaolán McNamara1-4/+11
2021-07-01Purge out rtl::math::setInfBaiXiaochun2-10/+4
2021-06-30XLSX export: improve handling of checkbox (form controls)Miklos Vajna3-2/+111
2021-06-30tdf#140431 XLSX export: fix double file:// prefixTünde Tóth1-2/+2
2021-06-30tdf#132421 - don't URL encode filename for the import ASCII dialog titleAndreas Heinisch1-1/+2
2021-06-30Purge out rtl::math::setNanBaiXiaochun15-63/+49
2021-06-29maShowPageBreaksTimer.Stop() in ScGridWindow::dispose(), tdf#124983 follow-upEike Rathke1-0/+2
2021-06-29sc: don't require ctrl-click when clicking on internal links of shapesMiklos Vajna3-3/+7
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)16-30/+137
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin26-81/+82
2021-06-26cid#1474269 Untrusted allocation sizeCaolán McNamara3-12/+29
2021-06-25tdf#58250 - Show custom unicode separator in the csv import dialogAndreas Heinisch1-7/+3
2021-06-25Resolves tdf#125868 - Insert dialog text in case of RTLHeiko Tietze2-0/+9
2021-06-24tdf#69207 - Use selected text delimiter to parse the provided csv dataAndreas Heinisch1-0/+2
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-22Resolves: tdf#140361 use the DisableEditHyperlink state as of menu launch timeCaolán McNamara5-1/+74
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-21tdf#142607 XLSX export: keep formatted dates in standard filterBalazs Varga3-49/+36
2021-06-20ofz#24932 TimeoutCaolán McNamara1-1/+13
2021-06-19use more TellEnd()Noel Grandin1-2/+1
2021-06-19svx: prefix member variables for SdrTextObj and othersTomaž Vajngerl1-1/+1
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)5-5/+5
2021-06-17use string_view in the Translate APINoel Grandin1-4/+4
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-15Resolves tdf#142499 - Make fat cross cursor optionalHeiko Tietze7-22/+47
2021-06-15editengine-columns: add sidebar property panelMike Kaganski2-1/+16
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 Heinisch1-6/+15
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 Nabet14-38/+37
2021-06-11cid#1473844 Untrusted loop boundCaolán McNamara1-2/+16