summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime/methods1.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-2/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-3/+3
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* Fix typosAndrea Gelmini2016-01-051-1/+1
* sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin2015-12-271-1/+1
* DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann2015-12-101-7/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-19/+19
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-3/+3
* Fix typosAndrea Gelmini2015-10-021-1/+1
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-13/+13
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* convert SBSTRM constants to scoped enumNoel Grandin2015-07-291-2/+2
* inline "old" SbERR constantsNoel Grandin2015-07-281-104/+104
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-2/+2
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-4/+4
* com::sun::star->css in basicNoel Grandin2015-07-201-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-2/+2
* BASIC: User std::unique_ptr in basic runtimeArnaud Versini2015-05-261-1/+1
* loplugin:simplifyboolStephan Bergmann2015-04-241-2/+2
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-1/+1
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-3/+3
* fdo#39440: replace C-style cast'sJuan Picca2015-02-051-1/+1
* implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke2015-01-261-10/+10
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* markup with event type not checker typeCaolán McNamara2014-11-051-2/+2
* document array_vs_singleton dismissalsCaolán McNamara2014-10-301-1/+3
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-2/+2
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-2/+2
* fdo#60689: replace SUPD variableMarcos Paulo de Souza2014-10-231-1/+2
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-3/+5
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-2/+2
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-2/+2
* loplugin: cstylecastNoel Grandin2014-10-021-4/+4
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-261-7/+7
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-3/+3
* coverity#1202729 - ensure we have exactly a one dimensional array.Michael Meeks2014-08-211-0/+1
* clang: Dead initializationCaolán McNamara2014-06-261-2/+1
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-091-6/+1
* basic: sal_Bool->boolNoel Grandin2014-04-071-26/+26
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-251-3/+4
* basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud2014-02-251-7/+7
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-8/+8