summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
AgeCommit message (Expand)AuthorFilesLines
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski2-13/+13
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-2/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-07-20tdf#142763 sc UI: add first page header/footer optionsDaniel Arato (NISZ)3-13/+131
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski2-2/+2
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin2-7/+4
2021-07-01sc: VclPtr, missing dispose (Page Style->Edit...->Header)László Németh1-0/+2
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)1-1/+3
2021-06-09drop unnecessary pWin arg to InitAccCaolán McNamara1-1/+1
2021-06-09ScTextWnd is set since the ctor now so drop from InitAccCaolán McNamara1-1/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-7/+7
2021-05-08ref-count SfxItemPoolNoel Grandin1-1/+1
2021-05-06allow ctrl+A to select all in calc header/footer dialog tooCaolán McNamara1-13/+2
2021-02-21loplugin:refcounting in scNoel1-26/+13
2021-01-27tdf#96505 Get rid of cargo cult 'long' integer literalsAlchemist1-3/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-11/+11
2020-12-27Drop some unnecessary HDL macrosGabor Kelemen2-21/+17
2020-12-22more jumbo sheet workNoel Grandin1-1/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen3-7/+0
2020-10-16weld InputBarCaolán McNamara1-2/+2
2020-10-13static_cast after dynamic_castNoel1-4/+4
2020-09-26Fix typo in codeAndrea Gelmini1-3/+3
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-2/+2
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara1-1/+1
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-4/+4
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-4/+3
2020-08-09loplugin:flatten in scNoel Grandin3-67/+67
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-07tdf#99693 Add Highlighting tab for CalcMaxim Monastirsky1-1/+1
2020-01-03cid#1456608 Dereference after null checkCaolán McNamara1-25/+25
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara2-15/+15
2019-12-06Resolves: tdf#129191 text properties in header/footer not setCaolán McNamara1-1/+1
2019-12-03remove some useless comment linesNoel Grandin4-10/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-6/+6
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara1-1/+1
2019-11-03loplugin:stringaddNoel Grandin1-3/+2
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-9/+9
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-3/+3
2019-10-01loplugin:stringadd in scNoel Grandin2-4/+4
2019-09-30Resolves: tdf#127859 fix header/footer dialog crashCaolán McNamara1-9/+0
2019-09-26TODO rename to GetFrameWeldCaolán McNamara1-2/+2
2019-09-26now drop TabPageParent intermediateCaolán McNamara3-40/+39
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara3-37/+14
2019-08-31drop some unnecessary includesCaolán McNamara1-2/+0
2019-08-19Resolves: tdf#127003 explicit grab focus needs explicit link callbackCaolán McNamara1-0/+12