summaryrefslogtreecommitdiff
path: root/sc/inc/fielduno.hxx
AgeCommit message (Expand)Author
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2018-11-09loplugin:useuniqueptr in ScHeaderFieldsObjNoel Grandin
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen
2018-07-03loplugin:useuniqueptr in ScHeaderFieldsObjNoel Grandin
2018-06-29loplugin:useuniqueptr in ScCellFieldsObjNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25coverity#737607 Uncaught exceptionCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-23removed unused forward declarations of classTakeshi Abe
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida
2012-05-03Support sheet name field in cells.Kohei Yoshida
2012-05-03Support date field in cells.Kohei Yoshida
2012-05-03Properly import DateTimeField.Kohei Yoshida
2012-04-26Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.Kohei Yoshida
2012-04-26Adjust class description.Kohei Yoshida
2012-04-26ScHeaderFieldObj is no more.Kohei Yoshida
2012-04-26Make GetObjectByIndex_Impl consistent.Kohei Yoshida
2012-04-26ScHeaderFieldsObj::nType never changes and is always INVALID. Removed.Kohei Yoshida
2012-04-26Define interfance to get edit engine instance without ugly casting.Kohei Yoshida
2012-04-26Removing data member that was no longer used.Kohei Yoshida
2012-04-26Support file field in ScEditFieldObj which requires special handling.Kohei Yoshida
2012-04-26Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida
2012-04-26Prepare for supporting fields other than URL in ScEditFieldObj.Kohei Yoshida
2012-04-26Nobody uses ScCellFieldObj now. Removing.Kohei Yoshida
2012-04-26Likewise, pass edit source instance to ScEditFieldObj.Kohei Yoshida
2012-04-26Construct the edit source instance outside ScHeaderFieldObj.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