summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2015-11-19use comphelper::containerToSequenceNoel Grandin1-4/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-4/+3
2015-11-17loplugin:unnecessaryvirtualNoel Grandin4-36/+3
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-47/+59
2015-11-115th step to remove tools/rtti.hxxOliver Specht17-56/+0
2015-11-11new loplugin: memoryvarNoel Grandin2-11/+11
2015-11-10Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann58-938/+938
2015-11-09new loplugin: oncevarNoel Grandin3-9/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann15-82/+82
2015-11-04Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic1-1/+1
2015-11-04yyyyyNoel Grandin6-13/+13
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni5-27/+27
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-7/+5
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin4-14/+11
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-19/+20
2015-10-26basic: replace boot::ptr_vector with std::vectorMichael Stahl2-5/+6
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-41/+41
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl2-15/+20
2015-10-20loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann22-323/+323
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-7/+7
2015-10-12cppcheck:variableScopeNoel Grandin1-11/+9
2015-10-07Reduce variable scopeStephan Bergmann1-2/+1
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara4-58/+42
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+12
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+1
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht7-22/+22
2015-10-02checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara3-47/+44
2015-10-02Fix typosAndrea Gelmini5-18/+18
2015-10-01tdf#94617 allow to store nStart information greater than sal_Int16 limitLaurent Godard2-6/+41
2015-10-01coverity#1325250 Unchecked dynamic_castCaolán McNamara1-4/+3
2015-10-01coverity#1325255 Unchecked dynamic_castCaolán McNamara1-5/+4
2015-10-01loplugin:unusedmethodsNoel Grandin4-48/+12
2015-09-30Fix typosAndrea Gelmini5-5/+5
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-6/+6
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-10/+0
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl1-2/+0
2015-09-29basic: more plausible build fix than e5a8eb9eMichael Stahl1-1/+1
2015-09-29fix dbgutil buildCaolán McNamara1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht30-248/+252
2015-09-26pVar != null, so static_cast(pVar) != nullCaolán McNamara1-18/+16
2015-09-18boost->stdCaolán McNamara12-39/+33
2015-09-14boost->stdCaolán McNamara1-2/+1
2015-09-11basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl2-129/+14
2015-09-09Fix previous commitStephan Bergmann1-1/+2
2015-09-08Revert a fix that can never have worked in the first place?Stephan Bergmann1-9/+2