summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-025-27/+27
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-302-7/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-304-14/+11
* basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-262-19/+20
* basic: replace boot::ptr_vector with std::vectorMichael Stahl2015-10-262-5/+6
* basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-261-41/+41
* basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl2015-10-262-15/+20
* loplugin:defaultparamsStephan Bergmann2015-10-202-2/+2
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1222-323/+323
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-7/+7
* cppcheck:variableScopeNoel Grandin2015-10-121-11/+9
* Reduce variable scopeStephan Bergmann2015-10-071-2/+1
* Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara2015-10-064-58/+42
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-2/+12
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-2/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-1/+0
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-067-22/+22
* checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara2015-10-023-47/+44
* Fix typosAndrea Gelmini2015-10-025-18/+18
* tdf#94617 allow to store nStart information greater than sal_Int16 limitLaurent Godard2015-10-012-6/+41
* coverity#1325250 Unchecked dynamic_castCaolán McNamara2015-10-011-4/+3
* coverity#1325255 Unchecked dynamic_castCaolán McNamara2015-10-011-5/+4
* loplugin:unusedmethodsNoel Grandin2015-10-014-48/+12
* Fix typosAndrea Gelmini2015-09-305-5/+5
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-6/+6
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-292-10/+0
* remove unused #include <sal/alloca.h>Michael Stahl2015-09-291-2/+0
* basic: more plausible build fix than e5a8eb9eMichael Stahl2015-09-291-1/+1
* fix dbgutil buildCaolán McNamara2015-09-291-1/+1
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-2930-248/+252
* pVar != null, so static_cast(pVar) != nullCaolán McNamara2015-09-261-18/+16
* boost->stdCaolán McNamara2015-09-1812-39/+33
* boost->stdCaolán McNamara2015-09-141-2/+1
* basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl2015-09-112-129/+14
* Fix previous commitStephan Bergmann2015-09-091-1/+2
* Revert a fix that can never have worked in the first place?Stephan Bergmann2015-09-081-9/+2
* loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin2015-09-081-12/+4
* cppcheck: fix some redundantCondition warningsJulien Nabet2015-09-051-2/+2
* BASIC : SbiParser::DefXXX Only convert the first letter to uppercaseArnaud Versini2015-09-051-2/+3
* basic: remove over-engineered XEnumeration serviceMichael Stahl2015-09-031-40/+15
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-031-4/+4
* coverity#1242865 Untrusted loop boundCaolán McNamara2015-09-011-2/+10
* New identifier for save/open macro with user defined typesLaurent Godard2015-08-314-11/+35
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-312-84/+84
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-292-0/+2
* Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...Damjan Jovanovic2015-08-281-1/+1
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-3/+2
* Clean up aEmptyStephan Bergmann2015-08-271-6/+5