summaryrefslogtreecommitdiff
path: root/tools/inc
AgeCommit message (Collapse)Author
2011-11-16we can drop unqid.hxx entirely post move to binfilterCaolán McNamara
2011-10-24always explicitly handle empty string of rangesIvan Timofeev
2011-10-24StringRangeEnumerator cleanupIvan Timofeev
* do not allow default unbounded min and max, syntax of the input string requires them * simplify logic, remove unused methods, make the class immutable, actualize documentation
2011-10-20bye-bye old range parserIvan Timofeev
2011-10-08no need to return size_t instead of sal_Int32Ivan Timofeev
2011-10-08allow parsing of joined rangesIvan Timofeev
i.e. "1-4-2" means "1,2,3,4,3,2" now. This is for eliminating ambiguity, it is doubtful whether users will find this useful.
2011-10-07Improved exception reporting.Stephan Bergmann
2011-10-04callcatcher: various unused methodsCaolán McNamara
2011-10-01Added cmis+atom:// scheme to the tools urlobj.Cédric Bosdonnat
Found out a unexecuted cppunit test for the urlobj, fixed it and added a test for the cmis+atom:// URLs
2011-09-27Work around ambiguity introduced by previous rtl::O[U]String[Buffer] related ↵Stephan Bergmann
clean up.
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-20callcatcher: StandardErrorInfo is never constructedCaolán McNamara
2011-09-19oops not yetCaolán McNamara
2011-09-19remove ByteString::Assign(sal_Char)Caolán McNamara
2011-09-19ditch SHL_SBX and don't leakCaolán McNamara
2011-09-19shrink ByteString apiCaolán McNamara
2011-09-19ByteString->rtl::OStringCaolán McNamara
2011-09-19rework this in terms of read_uInt8s_AsOStringCaolán McNamara
2011-09-17ditch ByteString::ExpandCaolán McNamara
2011-09-15ditch ByteString::FillCaolán McNamara
2011-09-14ImplUpdateStringFromUniString is now danglingCaolán McNamara
2011-09-13toolsin.hxx can go nowCaolán McNamara
2011-09-13ImplDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLSCaolán McNamara
2011-09-13power up the chainsaw againCaolán McNamara
2011-09-13can remove ByteString::Convert nowCaolán McNamara
2011-09-13make ByteString::Convert privateCaolán McNamara
2011-09-12callcatcher: various unused methodsCaolán McNamara
2011-09-05Make macro PRV_SV_DECL_REF_LIST() no longer reference the DECLARE_LIST macroJoseph Powers
Yes, I just expanded the DECLARE_LIST macro inside the other macro; however, this is one of two macros that include DECLARE_LIST. Thus, I'll be able to remove DECLARE_LIST shortly. I still need to roll the code a little better. We shouldn't have a CN##List class. It should be posiable to make the CN##MemberList class be based on List diectly. Once that's done, it shouldn't be too hard to replace List with either std::vector<> or std::list<>.
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara
2011-09-05callcatcher: some more unused codeCaolán McNamara
2011-09-02add a way to better construct an OString of len X from a SvStreamCaolán McNamara
2011-08-29callcatcher: drop various unused methodsCaolán McNamara
2011-08-29deconfuse this api somewhatCaolán McNamara
2011-08-29ByteString::GetQuotedToken isn't actually implemented, remove from apiCaolán McNamara
2011-08-29reduce ByteString IsAlphaAscii unused nowCaolán McNamara
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-29ByteString->rtl::OString and destupid-api a bitCaolán McNamara
2011-08-24hmm, rebuilt the first time ok for me, remove additional unused inlinesCaolán McNamara
2011-08-24callcatcher: remove various unused methodsCaolán McNamara
2011-08-23ditch deprecated apiCaolán McNamara
2011-08-22remove defines that don't do anythingCaolán McNamara
2011-08-19convert tools::Config to rtl::OStringCaolán McNamara
2011-08-19ByteString->rtl::OStringCaolán McNamara
2011-08-18add a warning to Time class that it is broken APILuboš Luňák
2011-08-18ByteString->rtl::OStringCaolán McNamara
2011-08-16callcatcher: unused codeCaolán McNamara
2011-08-15add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
2011-08-12ByteString, shrink apiCaolán McNamara
2011-08-12reduce ByteString apiCaolán McNamara