summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2019-02-19tdf#120752 Clarify MATCH() third argument 'Type'Olivier Hallot
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis
2019-02-18tdf#122624 XLSX OLE in DOCX: import view positionsLászló Németh
2019-02-18Resolves tdf#121596 - Include a key combination to insert thin spacesheiko tietze
2019-02-15weld ScDPFunctionDlgCaolán McNamara
2019-02-15weld ScDPSubtotalDlgCaolán McNamara
2019-02-15weld ScImportOptionsDlgCaolán McNamara
2019-02-15weld ScDPDateGroupDlgCaolán McNamara
2019-02-14weld ScDPNumGroupDlgCaolán McNamara
2019-02-13Pointer is pointlessNoel Grandin
2019-02-12weld ScNamePasteDlgCaolán McNamara
2019-02-11tdf#121388 : Disable threading and dep evaluation for IF...Dennis Francis
2019-02-11ScConditionalFormatList, don't use linear searchNoel Grandin
2019-02-09loplugin:indentation in scNoel Grandin
2019-02-05Allow computing spans of formula-groupsDennis Francis
2019-02-02set parent for ascii import options dialog in calcCaolán McNamara
2019-02-02weld ScTextImportOptionsDlgCaolán McNamara
2019-02-02weld ScNewScenarioDlgCaolán McNamara
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-25loplugin:unusedmethodsNoel Grandin
2019-01-24loplugin:constparams in scNoel Grandin
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2019-01-18Add aCalcPageSize and aCalcPagePos properties to ScModelObj::getRendererMuhammet Kara
2019-01-17convert ScChangeTrackMsgType to scoped enumNoel Grandin
2019-01-16simplify ScChangeTrack queuesNoel Grandin
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2019-01-16pass ScAutoFormatData around with unique_ptrNoel Grandin
2019-01-11Fix typoAndrea Gelmini
2019-01-10Related: tdf#44076 do not leave cast to int to undefined behaviourEike Rathke
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2019-01-10use unique_ptr in ScRangeUtil::IsAbsTabAreaNoel Grandin
2019-01-09use unique_ptr in ScViewOptions::CreateGridItemNoel Grandin
2019-01-08use unique_ptr in ScXMLImportWrapperNoel Grandin
2019-01-07Resetting all fields for all dims corrupts pivot cacheKatarina Behrens
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2019-01-03Get rid of ScStringUtil::GetQuotedTokenCount()Matteo Casalin
2018-12-21loplugin:unusedmethodsNoel Grandin
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-12-18tdf#120513 Change error message for Excel files about recalculateRoman Kuznetsov
2018-12-18no need to allocate sc::op::Op on the heap hereNoel Grandin
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-12-14avoid possible expensive repetitive formula group changes (tdf#102364)Luboš Luňák
2018-12-14Use ScFunctionData and thus Welford in ConsolidationEike Rathke
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke
2018-12-13Use ScFunctionData::update() and getResult() instead of direct member accessEike Rathke
2018-12-13Allow better packing of ScFunctionDataEike Rathke
2018-12-13Should had been sal_uInt64 nCountEike Rathke
2018-12-13Introduce ScFunctionData::update() and getResult()Eike Rathke
2018-12-13loplugin:unusedfields in scNoel Grandin