summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/servuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-31xmloff: add ODF import/export for pivot chartsTomaž Vajngerl1-0/+7
2017-02-28new loplugin unoanyNoel Grandin1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+7
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-4/+0
2016-08-18convert SvXMLEmbeddedObjectHelperMode to scoped enumNoel Grandin1-2/+2
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin1-2/+2
2016-05-10Harmless missing break in switchStephan Bergmann1-0/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-7/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-19tdf#84938 replace #defined constant with scoped enum classJochen Nitschke1-214/+166
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-12/+12
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann1-2/+0
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-8/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-26/+18
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-7/+7
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-01-17sal_Bool->boolNoel Grandin1-2/+2
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann1-0/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-5/+4
2013-09-19convert sc/inc/servuno.hxx from String to OUStringNoel Grandin1-4/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-21/+21
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-3/+3
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-1/+1
2012-05-08Support document title field in cells.Kohei Yoshida1-2/+2
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida1-11/+12