summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-private-fieldStephan Bergmann2017-12-181-2/+1
* BASIC: useless override DocObjectWrapper::acquire and releaseArnaud Versini2017-12-181-16/+0
* convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin2017-12-185-69/+63
* loplugin:unnecessaryoverride (dtors) in basicStephan Bergmann2017-12-184-21/+1
* convert DecodeMechanism to scoped enumNoel Grandin2017-12-185-52/+52
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2017-12-182-26/+26
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-052-2/+2
* CDateFromIso: accept YYMMDD for compatibility, tdf#106956 follow-upEike Rathke2017-05-071-6/+7
* Resolves: tdf#106956 CDateFromIso accept also YYYY-MM-DD formEike Rathke2017-05-041-10/+47
* CDateToIso: larger buffer for possible year rangeEike Rathke2017-05-041-1/+1
* tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected"Katarina Behrens2017-03-241-5/+0
* Related tdf#105473: Crash in: ScRangeList::operator[]Julien Nabet2017-02-071-1/+1
* tdf#80731 Closing parenthesis is now detected (Mid statement and functions).Pierre Lepage2017-01-251-0/+5
* tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson2016-12-021-1/+5
* trivial makefile cleanupsMichael Stahl2016-11-221-3/+3
* tdf#102872 Add qa unit test for BASIC methodsLaurent Balland-Poirier2016-11-227-0/+439
* loplugin:unusedfieldsNoel Grandin2016-11-171-13/+11
* loplugin:expandablemethods in avmedia..canvasNoel Grandin2016-11-113-25/+6
* loplugin:oncevarNoel Grandin2016-11-081-5/+2
* basic: fix Android buildMiklos Vajna2016-11-075-31/+18
* Fix Android build (llround)Julien Nabet2016-11-061-0/+4
* Fix Android build (basic)Julien Nabet2016-11-061-0/+9
* BASIC : remove ImpRound and use std::(l)lround insteadArnaud Versini2016-11-065-20/+22
* loplugin:singlevalfieldsNoel Grandin2016-11-023-5/+2
* BASIC : use rtl/character.hxx in sbxform.cxxArnaud Versini2016-11-011-10/+8
* Omit the default comparatorTakeshi Abe2016-11-011-1/+1
* Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for nowTor Lillqvist2016-10-271-2/+4
* Fix typosAndrea Gelmini2016-10-231-1/+1
* loplugin:expandablemethodds in include/basic..comphelperNoel Grandin2016-10-214-12/+6
* loplugin:expandablemethodds in basctl..chart2Noel Grandin2016-10-195-16/+6
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-183-6/+6
* Simplify some dynamic/static_castsStephan Bergmann2016-10-183-45/+42
* tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2016-10-185-32/+35
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-171-10/+10
* clang-cl loplugin: basicStephan Bergmann2016-10-166-77/+77
* tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous2016-10-163-5/+3
* Improve UNO error reporting. Make exceptions more descriptive.Hieronymous2016-10-131-4/+7
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-1020-279/+278
* loplugin:staticmethods: basicStephan Bergmann2016-10-071-1/+1
* Replace DdeData conversion operators with proper functionsStephan Bergmann2016-10-051-1/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-054-9/+9
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-057-16/+16
* Fix typosAndrea Gelmini2016-10-032-3/+3
* tdf#102872 TAB function is missing its argumentLaurent Balland-Poirier2016-10-031-0/+1
* loplugin:constantparamNoel Grandin2016-09-302-41/+4
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-232-5/+4
* Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann2016-09-201-4/+5
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-167-15/+2
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-157-34/+39
* loplugin:constantparamNoel Grandin2016-09-144-5/+5