summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods1.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-3/+3
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-10/+10
2016-10-16clang-cl loplugin: basicStephan Bergmann1-1/+1
2016-10-16tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous1-1/+1
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-4/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+6
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-14Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara1-1/+1
2016-06-14drop dramatic distracting commentCaolán McNamara1-3/+0
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-27sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin1-1/+1
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann1-7/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-3/+3
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-13/+13
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-29convert SBSTRM constants to scoped enumNoel Grandin1-2/+2
2015-07-28inline "old" SbERR constantsNoel Grandin1-104/+104
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-2/+2
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-4/+4
2015-07-20com::sun::star->css in basicNoel Grandin1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-26BASIC: User std::unique_ptr in basic runtimeArnaud Versini1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-02-05fdo#39440: replace C-style cast'sJuan Picca1-1/+1
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke1-10/+10
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-2/+2
2014-10-30document array_vs_singleton dismissalsCaolán McNamara1-1/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-23fdo#60689: replace SUPD variableMarcos Paulo de Souza1-1/+2
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-3/+5
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-10-02loplugin: cstylecastNoel Grandin1-4/+4
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-7/+7