summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock2016-03-151-1/+1
* basic: tdf#87530 if a new password is set, must set mbLoadedSource flagMichael Stahl2016-03-091-0/+10
* basic: tdf#87530 don't copy storage that doesn't existMichael Stahl2016-03-091-2/+15
* WaE vs2015 truncation of literal on static_castNorbert Thiebaud2016-02-221-0/+7
* use comphelper::containerToSequenceNoel Grandin2015-11-191-4/+2
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-4/+3
* loplugin:unnecessaryvirtualNoel Grandin2015-11-174-36/+3
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-47/+59
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1117-56/+0
* new loplugin: memoryvarNoel Grandin2015-11-112-11/+11
* Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic2015-11-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1058-938/+938
* new loplugin: oncevarNoel Grandin2015-11-093-9/+4
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-0615-82/+82
* Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic2015-11-041-1/+1
* yyyyyNoel Grandin2015-11-046-13/+13
* 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