summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2020-04-06lok: introduce QueryControlState functionHenry Castro
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl
2020-04-03uicalc: no need to use an empty documentXisco Fauli
2020-04-03use mdds position hint (tdf#131716)Luboš Luňák
2020-04-03Turn defines into constexprsMike Kaganski
2020-04-02cid#1460967 Division or modulo by float zeroCaolán McNamara
2020-03-31tdf#131372: Add unittestXisco Fauli
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin
2020-03-31Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke
2020-03-30FrameLineColor - add Color parameter, and share code for color params.Michael Meeks
2020-03-29tdf#130981:Simplify uses of sal_math_Doublejames
2020-03-27Resolves: tdf#131096 Handle argument error and propagateEike Rathke
2020-03-27tdf#131380: Add unittestXisco Fauli
2020-03-27tdf#43157 Clean up OSL_ASSERTJens Carl
2020-03-26tdf#131380 crash on loading specific xlsx documentCaolán McNamara
2020-03-26Fix one more get_url_for_data_fileStephan Bergmann
2020-03-26tdf#131593 ScOutputData::GetMergeOrigin: Handle cells outside own areaMichael Weghorn
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann
2020-03-25tdf#127113: Allow to fill any two numeric fields in Fill Series dialogSarper Akdemir
2020-03-25tdf#101181: add sidebar panel for Glow effectMike Kaganski
2020-03-25lokit: Mark document as modified on chart insert/edit...Dennis Francis
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-24weld writer navigatorCaolán McNamara
2020-03-24tdf#131296: get numeric value with its data type in StepLOADNCAndreas Heinisch
2020-03-20The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin
2020-03-17sc lok: Implement execution of SID_SPELLCHECK_APPLY_SUGGESTIONTamás Zolnai
2020-03-17sc lok: Implement execution of SID_LANGUAGE_STATUS...Tamás Zolnai
2020-03-17sc lok: Implement execution of SID_SPELLCHECK_IGNORE_ALLTamás Zolnai
2020-03-16uitest: chartWall.py: assert changes in chartXisco Fauli
2020-03-16remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin
2020-03-16tdf#129985: Add unittestXisco Fauli
2020-03-16tdf#130371: Add UItestXisco Fauli
2020-03-16-Werror,-Wunused-private-fieldStephan Bergmann
2020-03-15Fix typoAndrea Gelmini
2020-03-15cid#1460665 Division or modulo by float zeroCaolán McNamara
2020-03-15Resolves: tdf#129985 OOXML import: do not force a fixed-locale number formatEike Rathke
2020-03-15cid#1460666 Unchecked return valueCaolán McNamara
2020-03-15Resolves: tdf#130371 Undo of sheet-local named expressionsEike Rathke
2020-03-15tdf#131273: fix crash when pasting quotes with fixed widthJulien Nabet
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-13uitest: select child instead of moving downXisco Fauli
2020-03-13uitest: chartDataLabels.py: assert changes in chartXisco Fauli
2020-03-13uitest: import missing LocaleXisco Fauli
2020-03-13replace tabs with spaces, and unclog clang buildbotNoel Grandin
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-03-12tdf#131291: Add UItestXisco Fauli
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi