summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/editsrc.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-09-04use less dynamic_cast when broadcasting SfxHint in scNoel Grandin1-1/+1
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-1/+0
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-3/+3
2021-05-08ref-count SfxItemPoolNoel Grandin1-2/+2
2020-10-10we throw away the original of the cloneCaolán McNamara1-3/+1
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin1-16/+16
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-1/+1
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-8/+0
2019-02-28reintroduce ScCaptionPtrLuboš Luňák1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-2/+0
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-2/+2
2018-06-29loplugin:useuniqueptr in ScAnnotationEditSourceNoel Grandin1-9/+9
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-1/+1
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin1-10/+10
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-2/+2
2017-11-11tdf#39468 Translate German commentJens Carl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05tdf#39468 Translate German commentsJens Carl1-5/+5
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin1-1/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+2
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-1/+1
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2014-10-28loplugin: cstylecastNoel Grandin1-1/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-7/+7
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-5/+5
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-12sal_Bool->boolNoel Grandin1-1/+1
2014-02-12sal_Bool->boolNoel Grandin1-1/+1
2014-02-12sal_Bool->boolNoel Grandin1-1/+1
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-26Now I can store a reference in the edit source.Kohei Yoshida1-12/+6
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida1-17/+0
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida1-13/+11
2012-04-26Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida1-4/+4
2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida1-35/+11
2012-04-26Simplified the constructors.Kohei Yoshida1-6/+2
2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida1-39/+19
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-8/+8
2011-03-02Removed dead codeTakeshi Abe1-2/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-8/+8