summaryrefslogtreecommitdiff
path: root/svtools/source/control/calendar.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-05-11refactor "Calendar" control to use RenderContextTomaž Vajngerl1-227/+229
2015-05-11remove whitespaceTomaž Vajngerl1-150/+0
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-6/+6
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-17svtools: convert new to ::Create.Noel Grandin1-6/+6
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-8/+8
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-27/+15
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-1/+20
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-9/+9
2015-02-22Simplify erase iterator management (calendar.cxx)Julien Nabet1-2/+2
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-3/+3
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn1-6/+3
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-2/+2
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-09-18fdo#82577: Handle FontNoel Grandin1-10/+10
2014-07-04Avoid possible memory leaks in case of exceptionsTakeshi Abe1-26/+13
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-24coverity#735504 Logically dead codeCaolán McNamara1-7/+0
2014-03-24svtools: sal_Bool->boolNoel Grandin1-141/+141
2014-03-13coverity#708296 Uninitialized pointer fieldCaolán McNamara1-12/+10
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-25Remove visual noise from svtoolsAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-71/+71
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-17Window::Notify should return boolStephan Bergmann1-2/+2
2014-01-05translated German commentsLuc Castermans1-33/+33
2013-08-22convert svtools/source/control/* from String to OUStringNoel Grandin1-4/+4
2013-08-22convert include/svtools/calendar.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-3/+3
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl1-3/+3
2013-08-12XubString->OUStringCaolán McNamara1-13/+13
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan1-3/+3
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-4/+4