summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)AuthorFilesLines
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-3/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-8/+5
2015-11-10Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-446/+446
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-22/+22
2015-11-04Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic1-1/+1
2015-11-04yyyyyNoel Grandin3-4/+4
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2-6/+6
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-15/+15
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara2-46/+31
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+12
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht2-14/+14
2015-10-02checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara1-1/+1
2015-10-02Fix typosAndrea Gelmini2-4/+4
2015-10-01coverity#1325255 Unchecked dynamic_castCaolán McNamara1-5/+4
2015-10-01loplugin:unusedmethodsNoel Grandin1-29/+0
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-6/+6
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-7/+0
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl1-2/+0
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht6-76/+80
2015-09-18boost->stdCaolán McNamara3-9/+5
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-3/+3
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2-0/+2
2015-08-26Clean up aEmptyStrStephan Bergmann1-2/+1
2015-08-26Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1Damjan Jovanovic1-22/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2-20/+8
2015-08-16BASIC : SbiRuntime::ClearExprStack should return voidArnaud Versini1-2/+1
2015-08-14make Link<> instances typedNoel Grandin2-3/+2
2015-08-11loplugin: defaultparamsNoel Grandin4-6/+6
2015-07-29convert SBSTRM constants to scoped enumNoel Grandin3-6/+6
2015-07-28inline "old" SbERR constantsNoel Grandin7-392/+392
2015-07-28inline the "old" SbxErr constantsNoel Grandin3-6/+6
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin7-78/+78
2015-07-20com::sun::star->css in basicNoel Grandin4-25/+25
2015-07-19Fix indentationMatteo Casalin1-6/+6
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin2-5/+5
2015-07-19Use more proper integer typesMatteo Casalin1-5/+5
2015-07-16loplugin:simplifyboolStephan Bergmann1-9/+9
2015-07-15fix Windows buildNoel Grandin1-1/+1
2015-07-15loplugin:unusedmethods basicNoel Grandin1-1/+1
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-07Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann1-7/+12
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-1/+1
2015-06-24remove SFX_NOTIFY macroNoel Grandin2-15/+11
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-11/+11
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+2