summaryrefslogtreecommitdiff
path: root/scaddins/source/datefunc/datefunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: scaddinsStephan Bergmann1-5/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scaddinsStephan Bergmann1-2/+2
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-25/+12
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-02untranslated strings are just stringsCaolán McNamara1-13/+9
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-14convert DATE_FUNCDESC_* resources to StringArraysCaolán McNamara1-15/+2
2017-02-14unwind RID_DATE_FUNCTION_DESCRIPTIONS local resourceCaolán McNamara1-4/+1
2017-02-14unwind RID_DATE_FUNCTION_NAMES local resourceCaolán McNamara1-1/+1
2017-02-14unwind RID_DATE_DEFFUNCTION_NAMES local resourceCaolán McNamara1-5/+3
2017-02-14don't need to store this dataCaolán McNamara1-2/+1
2017-02-07remove unnecessary STR_FROM_ANSI macroNoel Grandin1-14/+11
2017-02-07convert ScaCategory to scoped enumNoel Grandin1-17/+14
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-26/+24
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scaddinsStephan Bergmann1-0/+3
2016-10-28loplugin:expandablemethods in scaddins..scriptingNoel Grandin1-6/+1
2016-06-30Resolves: tdf#100440 check mode to be 0 or 1 for MONTHS(), YEARS() and WEEKS()Eike Rathke1-0/+9
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin1-2/+2
2016-02-05Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04yyyyyNoel Grandin1-2/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-13migrated some raw pointers to unique_ptr'sIan1-21/+8
2015-08-13tdf#90222: Removed ScaList and cleaned up usagesIan1-63/+36
2015-08-11tdf#90222: Removed ScaFuncDataList typeIan1-50/+41
2015-08-07tdf#90222: Removed ScaStringList and replaced all uses with std::vectorIan1-10/+4
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-29coverity#1308584 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308538 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308518 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-02-16Related: fdo#74880 small leak in scaddinsCaolán McNamara1-16/+7
2014-12-18scaddins: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-3/+3
2014-04-24scaddins: sal_Bool->boolNoel Grandin1-8/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
2014-02-04fdo#54938 Convert oox and scaddins to cppu::supportsServiceAlexandre Vicenzi1-71/+5
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara1-1/+1
2013-07-10Mark as constTakeshi Abe1-1/+1
2013-04-01Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith1-4/+4
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0