summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2012-08-08reduce ascii noise and useless commentsThomas Arnhold2-4/+0
2012-08-08remove include comments and boxesThomas Arnhold2-5/+0
2012-08-07String::AllocBuffer replacementsCaolán McNamara2-28/+24
2012-08-07Remove non-existing forward declarationsThomas Arnhold3-4/+0
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2-3/+2
2012-08-04SfxBroadcaster: fix STL conversion:Michael Stahl2-27/+51
2012-08-03enable preview for 'special' '*' formatsNoel Power2-3/+11
2012-08-02cntnrsrt.hxx: remove dead codeMichael Stahl2-167/+0
2012-08-02strip down UniString some moreCaolán McNamara7-43/+46
2012-08-01Remove unused code: those classes are unusedThomas Arnhold1-74/+0
2012-08-01include svl/svdde.hxxCaolán McNamara2-6/+2
2012-07-31Fix mingw build of svlFridrich Štrba1-5/+9
2012-07-31DdeServices has forward declarations so can't be typedef'dMichael Stahl1-1/+1
2012-07-31svarray.hxx: 'e's pining for the fjords...Michael Stahl4-301/+0
2012-07-31remove DECLARE_LISTCaolán McNamara2-9/+3
2012-07-31use of a pointer to a temporary strings buffer is very wrongCaolán McNamara1-9/+11
2012-07-31strip down the PTRARR macro to the bits the last two uses requireCaolán McNamara1-45/+2
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara4-4/+0
2012-07-30C40_GETPOS is unnecessary nowCaolán McNamara1-2/+0
2012-07-30ditch SV_DECL_PTRARR_SORT_DELCaolán McNamara1-73/+3
2012-07-29Remove strange DummyTypeCaolán McNamara2-17/+11
2012-07-29expand out some rats nests of macrosCaolán McNamara1-152/+132
2012-07-29SV_DECL_PTRARR_GEN only used once, expand it outCaolán McNamara1-16/+13
2012-07-29callcatcher: strip SvPtrarr down to the used piecesCaolán McNamara2-61/+0
2012-07-29svarray.hxx: clean out much more cruftThomas Arnhold1-90/+0
2012-07-28expand final SV_DECL_VARARR SV_IMPL_VARARR SvPtrarr macroCaolán McNamara2-206/+145
2012-07-28dung out the unused pre-stl macrosCaolán McNamara1-71/+0
2012-07-28update comment about SvPtrArrCaolán McNamara1-1/+1
2012-07-28convert SfxListenerArr_Impl from SvPtrarr to std::vectorCaolán McNamara3-70/+38
2012-07-27convert DdeItemImp to std::vectorNoel Grandin1-10/+15
2012-07-25include osl/diagnose.h for OSL_ENSURECaolán McNamara1-0/+1
2012-07-25delete svl/svstdarr.hxxMichael Stahl5-38/+0
2012-07-25remove typedef StringPtrMichael Stahl1-2/+0
2012-07-25svstdarr.hxx: remove SvXub_StrLensMichael Stahl1-3/+0
2012-07-25move SvStringsISortDtor to editeng/svxacorr.hxxMichael Stahl2-22/+0
2012-07-25Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin2-46/+15
2012-07-18Revert "hrc cleanup: Remove unused cstitem.src"Norbert Thiebaud1-0/+23
2012-07-18Revert hrc string cleanupThomas Arnhold2-0/+3
2012-07-15CppunitTest_svl_urihelper fails on MSVCMichael Stahl1-0/+3
2012-07-14Remove unused HIDsThomas Arnhold1-3/+1
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-2/+0
2012-07-13hrc cleanup: Remove unused cstitem.srcThomas Arnhold3-26/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara3-17/+16
2012-07-04cast sal_uInt8 to sal_Int32, otherwise it would invoke valueOf(sal_Bool)Ivan Timofeev1-1/+1
2012-07-04explicitly convert to int to help the compiler select overloaded funcDavid Tardon1-1/+1
2012-07-03Make windows tinderbox happyOlivier Hallot1-6/+6
2012-07-03Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/Olivier Hallot15-202/+136
2012-07-03ditch String::CreateFromAsciiCaolán McNamara2-9/+8
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks3-12/+3
2012-07-02re-base on ALv2 code.Michael Meeks154-3610/+2232