summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin
2017-06-13remove MAYBEFUTURE dead codeNoel Grandin
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: basicStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-05-12loplugin:constantparamNoel Grandin
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
2017-05-02Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke
2017-04-28loplugin:salunicodeliteral: basicStephan Bergmann
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
2017-04-10Clean up uses of SAL_U/SAL_W: basicStephan Bergmann
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-28Fix typosAndrea Gelmini
2017-03-26Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-11replace macros and use scoped enumJochen Nitschke
2017-03-03Fix typosAndrea Gelmini
2017-02-17fix windows buildNoel Grandin
2017-02-17convert SbxDecimal::CmpResult to scoped enumNoel Grandin
2017-02-17convert SbxNameType to scoped enumNoel Grandin
2017-02-11Misplaced #endifStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-07basic: fix Android buildMiklos Vajna
2016-11-06Fix Android build (llround)Julien Nabet
2016-11-06Fix Android build (basic)Julien Nabet
2016-11-06BASIC : remove ImpRound and use std::(l)lround insteadArnaud Versini
2016-11-01BASIC : use rtl/character.hxx in sbxform.cxxArnaud Versini
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-16clang-cl loplugin: basicStephan Bergmann
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-07loplugin:staticmethods: basicStephan Bergmann
2016-09-30loplugin:constantparamNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl