summaryrefslogtreecommitdiff
path: root/idl/source/cmptools
AgeCommit message (Expand)AuthorFilesLines
2021-04-19use more string_view in OString APINoel Grandin1-1/+1
2020-03-11tdf#114441: Convert use of sal_uLong to better integer typesBugra1-2/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-2/+2
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen1-2/+1
2018-02-27tdf#114441 sal_uLong to better integer typesShubham Verma1-2/+2
2017-07-26convert SfxGroupId to scoped enumNoel Grandin1-1/+1
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-1/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-5/+5
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann2-3/+0
2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-7/+9
2017-03-23This code trades in 'char' entities disguised as 'int'Stephan Bergmann1-8/+10
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin1-1/+0
2016-12-19drop custom hashtable implementation in idlNoel Grandin1-141/+24
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-1/+0
2016-08-30no point in these dtors being virtualCaolán McNamara1-2/+0
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-06-30loplugin:unusedfieldsNoel Grandin1-1/+1
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+3
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe1-1/+1
2016-05-30tdf#99589 tolower / toupper - dangerous to Turks ...apurvapriyadarshi1-1/+2
2016-03-12Remove some unused include stdioJulien Nabet2-2/+0
2016-03-07loplugin:write only fieldsNoel Grandin1-7/+6
2016-02-11simplify SvTokenStream handlingNoel Grandin1-8/+0
2016-02-09remove some more dead code, found by LCOVNoel Grandin1-26/+1
2016-02-07convert SVTOKEN_ENUM to scoped enumNoel Grandin1-20/+20
2015-11-11idl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-2/+2
2015-07-07Replace GetAppData(SHL_IDL) with an rtl::StaticStephan Bergmann1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-3/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-22callcatcher: update unused codeCaolán McNamara1-10/+0
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-08idl: sal_Bool->boolNoel Grandin2-21/+21
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-2/+2
2013-11-07idl: fix out of bounds string accessesMichael Stahl1-2/+2
2013-09-17convert IDL module from String to OUStringNoel Grandin1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-16/+16
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2012-07-13re-base on ALv2 code. Includes:Michael Meeks2-46/+28
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-01-27ByteString->rtl::OStringCaolán McNamara1-15/+14
2012-01-23make sot ByteString freeCaolán McNamara1-3/+3
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-11-27remove include of pch header from idlNorbert Thiebaud2-4/+0
2011-11-19ByteString->rtl::OStringCaolán McNamara1-2/+2
2011-11-14ByteString->rtl::OStringCaolán McNamara1-3/+3