summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fielduno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-09-22loplugin:flatten in pyuno..scNoel Grandin1-64/+58
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin1-1/+1
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin1-1/+1
2017-09-16convert SvxTimeType to scoped enumNoel Grandin1-2/+2
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-1/+1
2017-09-15convert SvxFileType to scoped enumNoel Grandin1-1/+1
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin1-9/+9
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05tdf#39468 Translate German commentsJens Carl1-4/+4
2017-04-02Translate some German comments in scKatarina Behrens1-10/+10
2017-03-30convert SvxDateType to scoped enumNoel Grandin1-2/+2
2017-03-29Translate some German comments in scKatarina Behrens1-13/+11
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-40/+11
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin1-15/+9
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-3/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-5/+2
2016-05-18better fix for memory leak around calc header-footer UNO objectsMarkus Mohrhard1-4/+8
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-5/+5
2016-04-11tdf#84938 replace #defined constants with enum classJochen Nitschke1-7/+13
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-60/+8
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-18boost->stdCaolán McNamara1-10/+10
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-10/+10
2015-09-17boost->stdCaolán McNamara1-10/+10
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-20/+46
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-46/+20
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-5/+5
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann1-4/+4
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-1/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-7/+7
2014-05-11coverity#705842 Dereference before null checkCaolán McNamara1-6/+3
2014-05-09Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-6/+6