summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
AgeCommit message (Expand)Author
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-31jsdialog: enable Insert header footerSzymon Kłos
2022-10-06use more string_view in scNoel Grandin
2022-08-30Resolves tdf#145159 - Use display colors in Header/Footer dialogHeiko Tietze
2022-08-30always call SetCursor even without a11y enabledCaolán McNamara
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-07-05lok: vcl: introduce set_cursor_data methodHenry Castro
2022-06-01pass ScRange around by valueNoel Grandin
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-02-15fix SfxItemPool::GetWhich changeNoel Grandin
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-03no point in mapping SID to itselfNoel Grandin
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-20tdf#142763 sc UI: add first page header/footer optionsDaniel Arato (NISZ)
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-07-01sc: VclPtr, missing dispose (Page Style->Edit...->Header)László Németh
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)
2021-06-09drop unnecessary pWin arg to InitAccCaolán McNamara
2021-06-09ScTextWnd is set since the ctor now so drop from InitAccCaolán McNamara
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06allow ctrl+A to select all in calc header/footer dialog tooCaolán McNamara
2021-02-21loplugin:refcounting in scNoel
2021-01-27tdf#96505 Get rid of cargo cult 'long' integer literalsAlchemist
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Drop some unnecessary HDL macrosGabor Kelemen
2020-12-22more jumbo sheet workNoel Grandin
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-10-16weld InputBarCaolán McNamara
2020-10-13static_cast after dynamic_castNoel
2020-09-26Fix typo in codeAndrea Gelmini
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-08-18loplugin:unusedvarsglobalNoel Grandin
2020-08-09loplugin:flatten in scNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-07tdf#99693 Add Highlighting tab for CalcMaxim Monastirsky
2020-01-03cid#1456608 Dereference after null checkCaolán McNamara
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-12-06Resolves: tdf#129191 text properties in header/footer not setCaolán McNamara
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann