summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2015-10-15convert Link<> to typedNoel Grandin2-5/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann33-369/+369
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-6/+6
2015-10-12convert Link<> to typedNoel Grandin6-13/+9
2015-10-06Prefer getSelectedFiles to getFiles (basctl)Julien Nabet3-6/+6
2015-10-05Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara6-13/+12
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+3
2015-10-02Remove some unused includesStephan Bergmann1-1/+0
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken1-3/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin2-7/+0
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann4-17/+17
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-2/+2
2015-09-25tdf#94497 UI: Object catalog not available in menu > View in BasicIDECor Nouws1-0/+2
2015-09-24convert Link<> to typedNoel Grandin2-6/+4
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara1-3/+2
2015-09-20convert Link<> to typedNoel Grandin2-11/+5
2015-09-18boost->stdCaolán McNamara11-25/+20
2015-09-17convert Link<> to typedNoel Grandin2-3/+2
2015-09-14boost->stdCaolán McNamara10-21/+19
2015-09-13Revert overly aggressive removal of include statementsStephan Bergmann11-1/+15
2015-09-13Use move semanticsStephan Bergmann4-30/+30
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2-19/+19
2015-09-11convert Link<> to typedNoel Grandin2-4/+4
2015-09-10no need to warn anymore as we can save VBA nowMarkus Mohrhard3-11/+0
2015-09-09convert Link<> to typedNoel Grandin4-10/+9
2015-09-09convert Link<> to typedNoel Grandin2-7/+5
2015-09-09convert Link<> to typedNoel Grandin2-4/+2
2015-09-08convert Link<> to typedNoel Grandin2-4/+4
2015-09-08convert Link<> to typedNoel Grandin7-20/+13
2015-09-04convert Link<> to typedNoel Grandin2-9/+4
2015-09-04convert Link<> to typedNoel Grandin4-9/+6
2015-09-03convert Link<> to typedNoel Grandin2-4/+2
2015-09-03convert Link<> to typedNoel Grandin2-3/+2
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-1/+1
2015-08-31convert Link<> to typedNoel Grandin2-5/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-5/+4
2015-08-26Clean up aEmptyStrStephan Bergmann1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin11-48/+33
2015-08-25simplify, IsEmpty() checks both Right and Bottom alreadyNoel Grandin1-3/+1
2015-08-22tdf#93077 - basic dialog localization issues.Michael Meeks1-14/+22
2015-08-20avoid autocorrection misreplacingLaurent Godard1-1/+1
2015-08-18avoid basic ide crash in code autocompletionLaurent Godard1-0/+11
2015-08-17o3tl: rename compat_functional headerThorsten Behrens2-2/+2
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin2-6/+6
2015-08-16sal_uLong to sal_uInt32Matteo Casalin3-10/+10
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin1-2/+2
2015-08-16Rework loops so to have exit condition on correct unsigned valueMatteo Casalin1-6/+5