summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/servuno.cxx
AgeCommit message (Expand)Author
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-17sal_Bool->boolNoel Grandin
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-10-02WaE: unused variableTor Lillqvist
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-19convert sc/inc/servuno.hxx from String to OUStringNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida
2012-05-08Support document title field in cells.Kohei Yoshida
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida
2012-05-03Properly import DateTimeField.Kohei Yoshida
2012-04-26Now we can lump all these service names together.Kohei Yoshida
2012-04-26Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida
2012-04-26Likewise, pass edit source instance to ScEditFieldObj.Kohei Yoshida
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida
2012-04-26Have the caller pass the content instance directly.Kohei Yoshida
2012-04-26Have the caller of ScEditFieldObj define the content the field belongs to.Kohei Yoshida
2012-04-26Store URL field data in a generic way.Kohei Yoshida
2012-04-26Initial copy and paste skeleton for the new UNO field item implementation.Kohei Yoshida
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-16Keep the container and object separate methods.Kohei Yoshida
2011-08-16Slightly changed the API.Kohei Yoshida
2011-08-16Code page should be the same for the same drawing page.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-03-25take into account streamname and codename needed match casewiseNoel Power
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold