summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/editsrc.cxx
AgeCommit message (Expand)Author
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-02-28reintroduce ScCaptionPtrLuboš Luňák
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-06-29loplugin:useuniqueptr in ScAnnotationEditSourceNoel Grandin
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2017-11-11tdf#39468 Translate German commentJens Carl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-10-28loplugin: cstylecastNoel Grandin
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12sal_Bool->boolNoel Grandin
2014-02-12sal_Bool->boolNoel Grandin
2014-02-12sal_Bool->boolNoel Grandin
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-04-26Now I can store a reference in the edit source.Kohei Yoshida
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida
2012-04-26Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida
2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida
2012-04-26Simplified the constructors.Kohei Yoshida
2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Removed dead codeTakeshi Abe
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-10-25replace ScUnoGuard by SolarMutexGuardNorbert Thiebaud
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer
2009-12-12#i107450#: changes caused by header cleanup in svxMathias Bauer
2009-07-03CWS-TOOLING: integrate CWS dr70Release Engineers