summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)Author
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-22cid#1504545 Dereference after null checkCaolán McNamara
2022-05-22pass ScDocShell by reference in ctor to indicate never initially nullCaolán McNamara
2022-05-22cid#1504539 Dereference before null checkCaolán McNamara
2022-05-22cid#1504532 Dereference after null checkCaolán McNamara
2022-05-22cid#1504534 Dereference before null checkCaolán McNamara
2022-05-22cid#1504540 Dereference before null checkCaolán McNamara
2022-05-22cid#1504542 Dereference before null checkCaolán McNamara
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-18no need to take a lock when returning static dataNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt
2022-04-27use more string_view in toolsNoel Grandin
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák
2022-04-19tdf#148635 cache some chart stuffNoel Grandin
2022-04-12bail out of the loop when the item is foundLuboš Luňák
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-29sc: fix use after free in ScChart2DataSequence::ExternalRefListenerMichael Stahl
2022-03-17Use ScDocumentUniquePtr in ScTempDocSourceMike Kaganski
2022-03-03make ScMarkData::IsAllMarked() work also for simple marksLuboš Luňák
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-02-19XFunctionAccess::callFunction() accept empty Sequence<Sequence<Any>>Eike Rathke
2022-02-18lok: sc: update ScModelObj::postMouseEventHenry Castro
2022-02-18lok: sc: focus gridwin before useSzymon Kłos
2022-02-16avoid debug build failing on an assert for tdf#144537Luboš Luňák
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-11lokCalcRTL: global RTL: fix chart edit mode renderingDennis Francis
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2022-02-08 Simplify sequence of PropertyValue in linguisting/reportdesign/sc/sfx2Julien Nabet
2022-02-05lok: setClientZoom: check PPTX/Y approx equality tooDennis Francis
2022-02-05lokCalcRTL: fix rendering of charts in edit modeDennis Francis
2022-02-04lokCalcRTL: negate mouse event X for chart and controlsDennis Francis
2022-02-03sal_uLong->sal_Int32 for refresh delayNoel Grandin
2022-02-02lokCalcRTL: shapes: do not send negative(X) invalidationsDennis Francis
2022-01-30Resolves: tdf#146994 InitOwnBlockMode() with current mark range or cursor posEike Rathke
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin
2022-01-26lokCalcRTL: provide sheet RTL flags to clientDennis Francis
2022-01-25lok: enable in-place editing of math equationsMike Kaganski
2022-01-13small optimisationNoel Grandin
2022-01-12tdf#146454 - Check for multiline string in setDataArrayAndreas Heinisch
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2022-01-06tdf#146617: iterators may be invalidated during handler callMike Kaganski
2022-01-05sc: fix crash with document properties dialogTomaž Vajngerl
2021-12-27use comphelper::WeakComponentImplHelper in ScChartRangeSelectionListenerNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in ScEditFieldObjNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in TablePivotChartNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin
2021-12-06rename In() to Contains()Luboš Luňák