Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-16 | we can drop unqid.hxx entirely post move to binfilter | Caolán McNamara | |
2011-10-24 | always explicitly handle empty string of ranges | Ivan Timofeev | |
2011-10-24 | StringRangeEnumerator cleanup | Ivan 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-20 | bye-bye old range parser | Ivan Timofeev | |
2011-10-08 | no need to return size_t instead of sal_Int32 | Ivan Timofeev | |
2011-10-08 | allow parsing of joined ranges | Ivan 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-07 | Improved exception reporting. | Stephan Bergmann | |
2011-10-04 | callcatcher: various unused methods | Caolán McNamara | |
2011-10-01 | Added 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-27 | Work around ambiguity introduced by previous rtl::O[U]String[Buffer] related ↵ | Stephan Bergmann | |
clean up. | |||
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-20 | callcatcher: StandardErrorInfo is never constructed | Caolán McNamara | |
2011-09-19 | oops not yet | Caolán McNamara | |
2011-09-19 | remove ByteString::Assign(sal_Char) | Caolán McNamara | |
2011-09-19 | ditch SHL_SBX and don't leak | Caolán McNamara | |
2011-09-19 | shrink ByteString api | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-19 | rework this in terms of read_uInt8s_AsOString | Caolán McNamara | |
2011-09-17 | ditch ByteString::Expand | Caolán McNamara | |
2011-09-15 | ditch ByteString::Fill | Caolán McNamara | |
2011-09-14 | ImplUpdateStringFromUniString is now dangling | Caolán McNamara | |
2011-09-13 | toolsin.hxx can go now | Caolán McNamara | |
2011-09-13 | ImplDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLS | Caolán McNamara | |
2011-09-13 | power up the chainsaw again | Caolán McNamara | |
2011-09-13 | can remove ByteString::Convert now | Caolán McNamara | |
2011-09-13 | make ByteString::Convert private | Caolán McNamara | |
2011-09-12 | callcatcher: various unused methods | Caolán McNamara | |
2011-09-05 | Make macro PRV_SV_DECL_REF_LIST() no longer reference the DECLARE_LIST macro | Joseph 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-05 | add a fairly efficient read_LEuInt16s_AsOUString, merge similar things | Caolán McNamara | |
2011-09-05 | callcatcher: some more unused code | Caolán McNamara | |
2011-09-02 | add a way to better construct an OString of len X from a SvStream | Caolán McNamara | |
2011-08-29 | callcatcher: drop various unused methods | Caolán McNamara | |
2011-08-29 | deconfuse this api somewhat | Caolán McNamara | |
2011-08-29 | ByteString::GetQuotedToken isn't actually implemented, remove from api | Caolán McNamara | |
2011-08-29 | reduce ByteString IsAlphaAscii unused now | Caolán McNamara | |
2011-08-29 | remove ByteString::IsAlphaNumericAscii and refactor a bit | Caolán McNamara | |
2011-08-29 | ByteString->rtl::OString and destupid-api a bit | Caolán McNamara | |
2011-08-24 | hmm, rebuilt the first time ok for me, remove additional unused inlines | Caolán McNamara | |
2011-08-24 | callcatcher: remove various unused methods | Caolán McNamara | |
2011-08-23 | ditch deprecated api | Caolán McNamara | |
2011-08-22 | remove defines that don't do anything | Caolán McNamara | |
2011-08-19 | convert tools::Config to rtl::OString | Caolán McNamara | |
2011-08-19 | ByteString->rtl::OString | Caolán McNamara | |
2011-08-18 | add a warning to Time class that it is broken API | Luboš Luňák | |
2011-08-18 | ByteString->rtl::OString | Caolán McNamara | |
2011-08-16 | callcatcher: unused code | Caolán McNamara | |
2011-08-15 | add a jdk 1.5-alike string replace to comphelper::string | Caolán McNamara | |
2011-08-15 | ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString | Caolán McNamara | |
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check | |||
2011-08-12 | ByteString, shrink api | Caolán McNamara | |
2011-08-12 | reduce ByteString api | Caolán McNamara | |