summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2019-01-30Resolves: tdf#93951 set remainder as bad string if not parsed as validEike Rathke
2019-01-29tdf#89998 set increment for percent values to 1%Martin van Zijl
2019-01-29sc: Fix CJK Unified Ideographs range in commentsTakeshi Abe
2019-01-29use unique_ptr in LotusRangeListNoel Grandin
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-29use unique_ptr in ScDataPilotFieldObjNoel Grandin
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-28avoid a calc threads assert because of an undetected cyclic dependencyLuboš Luňák
2019-01-26add a Dialog::runAsync for the non-controller caseNoel Grandin
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski
2019-01-25loplugin:unusedmethodsNoel Grandin
2019-01-24in dbgutils mode, abort if an OpenCL program fails to compileLuboš Luňák
2019-01-24avoid incorrect OpenCL code with empty argumentsLuboš Luňák
2019-01-24fix svDoubleRef handling in OpenCLLuboš Luňák
2019-01-24say in log message which opcode is not handled by OpenCLLuboš Luňák
2019-01-24tdf#122904: missing images in the format->paragraph->border valuesetsCaolán McNamara
2019-01-24find-unneeeded-includes: don't propose to replace o3tl/deleter.hxxGabor Kelemen
2019-01-24loplugin:constparams in scNoel Grandin
2019-01-24Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2019-01-22Translate German variable namesJohnny_M
2019-01-22Translate German variable namesJohnny_M
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-21Simplify containers iterations in sc/source/filter/x*Arkadiy Illarionov
2019-01-20Check id in outer loopArkadiy Illarionov
2019-01-18use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2019-01-18Add aCalcPageSize and aCalcPagePos properties to ScModelObj::getRendererMuhammet Kara
2019-01-18use unique_ptr in scNoel Grandin
2019-01-17convert ScChangeTrackMsgType to scoped enumNoel Grandin
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov
2019-01-16tdf#106678 Implement CSV filter option's 8th tokenTakeshi Abe
2019-01-16simplify ScChangeTrack queuesNoel Grandin
2019-01-16Fix typoAndrea Gelmini
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2019-01-16pass RedlinData around by unique_ptrNoel Grandin
2019-01-16Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke
2019-01-16use unique_ptr in scNoel Grandin
2019-01-16pass ScAutoFormatData around with unique_ptrNoel Grandin
2019-01-16use unique_ptr in ScHTMLLayoutParser::ImageNoel Grandin
2019-01-16use unique_ptr in ScHTMLLayoutParser::AdjustNoel Grandin
2019-01-16use unique_ptr in scNoel Grandin
2019-01-16Fix iterator boundaryArkadiy Illarionov
2019-01-15Use proper iterator in loop bodyArkadiy Illarionov
2019-01-15Simplify containers iterations in sc/source/ui/docshellArkadiy Illarionov
2019-01-14Fix loop conditionsArkadiy Illarionov
2019-01-14tdf#119804 allow sort when header row protectedMartin van Zijl
2019-01-13tdf#39468 Translate German commentJens Carl
2019-01-12make Format->Conditional Formatting->Manage dialog asyncNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann