summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/docuno.cxx
AgeCommit message (Expand)Author
2021-05-13lok: Enable the "AutoInput" again.Dennis Francis
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29lok: Disable the "AutoInput" again.Jan Holesovsky
2021-04-26lok: add rendering and input for form controls in CalcTomaž Vajngerl
2021-04-13impress: don't exit textbox editing when new slide was addedSzymon Kłos
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-03loplugin:refcounting in scNoel
2021-03-02lok: sc - suppress LOK editengine events for the calc input bar.Michael Meeks
2021-02-21loplugin:refcounting in scNoel
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04have one set of twips<->mm conversionsNoel
2021-02-04use more getSdrObjectFromXShapeNoel
2021-02-02loplugin:redundantcast catch more dynamic_castNoel
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-26Check render parameters for AutoSpellCheckingMert Tumer
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12remove Fraction::operator tools::Long()Noel
2020-10-20use tools::Long in scNoel
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
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-17GetRangeFromString, etc. never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15establish ScViewData always ctored from ScDocShell& or ScDocument&Caolán McNamara
2020-09-15setDocument and InitData never called with a null ScDocument*Caolán McNamara
2020-09-13MakeRangeFromName never passed a null ScDocument*Caolán McNamara
2020-09-13lcl_ParseTarget never passed a null ScDocument*Caolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-24tdf#127680 change even/odd dialog orderSrijan Bhatia
2020-07-21loplugin:constantparamNoel Grandin
2020-07-11paintTile: Try to find a view that matches the tile-zoom requested...Dennis Francis
2020-07-11scPrintTwipsMsgs: Use print logical coordinates for draw objectsDennis Francis
2020-07-06lokit: Do not assume 100% zoom for computing document-sizeDennis Francis
2020-07-04lokit: scPrintTwipsMsgs: Extend the tiled-area limits...Dennis Francis
2020-07-04Introduce ITiledRenderable::getSheetGeometryData()Dennis Francis
2020-07-02tdf#127680 Add the option to print even or odd values from a particular rangeSrijan Bhatia
2020-06-30Attempt to fix three more cases of just "hoping" that things work rightTor Lillqvist
2020-06-30Let's not run on hopeTor Lillqvist
2020-06-29Avoid crash with multiple documents open in the iOS appTor Lillqvist
2020-06-22tdf#128502: Avoid potential crash in mobile app with multiple open documentsTor Lillqvist
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin
2020-06-18new json writer for LOKNoel Grandin
2020-05-30pass ScSheetLimits aroundNoel Grandin
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
2020-05-10formula bar: Change completeFunction() to accept string instead of index.Jan Holesovsky
2020-03-27tdf#43157 Clean up OSL_ASSERTJens Carl