summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2017-02-08tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson1-1/+5
2016-09-01Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara2-2/+2
2016-07-22Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara1-0/+7
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin3-5/+5
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+4
2016-07-20use Any constructor instead of temporariesNoel Grandin1-14/+4
2016-07-20tdf#95857 Sort out German plurals ...danielt9983-8/+8
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20unnecessary use of OUString constructorNoel Grandin1-3/+3
2016-07-20Fix typosAndrea Gelmini3-3/+3
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin4-4/+4
2016-07-12loplugin:unusedfields variousNoel Grandin1-7/+0
2016-07-12Remove excess newlinesChris Sherlock26-117/+0
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-06-01Resolves: tdf#93386 crash when closing a Database with macro editor openCaolán McNamara1-16/+38
2016-04-26-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-1/+2
2016-04-18tdf#99089: avoid some crashes in BasicJulien Nabet2-2/+2
2016-04-18tdf#99357: Basic, return if .with pNode nullJulien Nabet1-0/+2
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock1-1/+1
2016-03-09basic: tdf#87530 if a new password is set, must set mbLoadedSource flagMichael Stahl1-0/+10
2016-03-09basic: tdf#87530 don't copy storage that doesn't existMichael Stahl1-2/+15
2016-02-22WaE vs2015 truncation of literal on static_castNorbert Thiebaud1-0/+7
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