Age | Commit message (Expand) | Author |
2012-08-14 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |
2012-08-08 | reduce ascii noise and useless comments | Thomas Arnhold |
2012-08-08 | remove include comments and boxes | Thomas Arnhold |
2012-08-07 | String::AllocBuffer replacements | Caolán McNamara |
2012-08-07 | Remove non-existing forward declarations | Thomas Arnhold |
2012-08-06 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET |
2012-08-04 | SfxBroadcaster: fix STL conversion: | Michael Stahl |
2012-08-03 | enable preview for 'special' '*' formats | Noel Power |
2012-08-02 | cntnrsrt.hxx: remove dead code | Michael Stahl |
2012-08-02 | strip down UniString some more | Caolán McNamara |
2012-08-01 | Remove unused code: those classes are unused | Thomas Arnhold |
2012-08-01 | include svl/svdde.hxx | Caolán McNamara |
2012-07-31 | Fix mingw build of svl | Fridrich Štrba |
2012-07-31 | DdeServices has forward declarations so can't be typedef'd | Michael Stahl |
2012-07-31 | svarray.hxx: 'e's pining for the fjords... | Michael Stahl |
2012-07-31 | remove DECLARE_LIST | Caolán McNamara |
2012-07-31 | use of a pointer to a temporary strings buffer is very wrong | Caolán McNamara |
2012-07-31 | strip down the PTRARR macro to the bits the last two uses require | Caolán McNamara |
2012-07-30 | remove unnecessary includes of svl/svarray.hxx | Caolán McNamara |
2012-07-30 | C40_GETPOS is unnecessary now | Caolán McNamara |
2012-07-30 | ditch SV_DECL_PTRARR_SORT_DEL | Caolán McNamara |
2012-07-29 | Remove strange DummyType | Caolán McNamara |
2012-07-29 | expand out some rats nests of macros | Caolán McNamara |
2012-07-29 | SV_DECL_PTRARR_GEN only used once, expand it out | Caolán McNamara |
2012-07-29 | callcatcher: strip SvPtrarr down to the used pieces | Caolán McNamara |
2012-07-29 | svarray.hxx: clean out much more cruft | Thomas Arnhold |
2012-07-28 | expand final SV_DECL_VARARR SV_IMPL_VARARR SvPtrarr macro | Caolán McNamara |
2012-07-28 | dung out the unused pre-stl macros | Caolán McNamara |
2012-07-28 | update comment about SvPtrArr | Caolán McNamara |
2012-07-28 | convert SfxListenerArr_Impl from SvPtrarr to std::vector | Caolán McNamara |
2012-07-27 | convert DdeItemImp to std::vector | Noel Grandin |
2012-07-25 | include osl/diagnose.h for OSL_ENSURE | Caolán McNamara |
2012-07-25 | delete svl/svstdarr.hxx | Michael Stahl |
2012-07-25 | remove typedef StringPtr | Michael Stahl |
2012-07-25 | svstdarr.hxx: remove SvXub_StrLens | Michael Stahl |
2012-07-25 | move SvStringsISortDtor to editeng/svxacorr.hxx | Michael Stahl |
2012-07-25 | Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vector | Noel Grandin |
2012-07-18 | Revert "hrc cleanup: Remove unused cstitem.src" | Norbert Thiebaud |
2012-07-18 | Revert hrc string cleanup | Thomas Arnhold |
2012-07-15 | CppunitTest_svl_urihelper fails on MSVC | Michael Stahl |
2012-07-14 | Remove unused HIDs | Thomas Arnhold |
2012-07-14 | hrc cleanup: Remove include guards from src files | Thomas Arnhold |
2012-07-13 | hrc cleanup: Remove unused cstitem.src | Thomas Arnhold |
2012-07-09 | some UniString->rtl::OUString | Caolán McNamara |
2012-07-04 | cast sal_uInt8 to sal_Int32, otherwise it would invoke valueOf(sal_Bool) | Ivan Timofeev |
2012-07-04 | explicitly convert to int to help the compiler select overloaded func | David Tardon |
2012-07-03 | Make windows tinderbox happy | Olivier Hallot |
2012-07-03 | Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/ | Olivier Hallot |
2012-07-03 | ditch String::CreateFromAscii | Caolán McNamara |
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks |