summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* reduce ascii noise and useless commentsThomas Arnhold2012-08-082-4/+0
* remove include comments and boxesThomas Arnhold2012-08-082-5/+0
* String::AllocBuffer replacementsCaolán McNamara2012-08-072-28/+24
* Remove non-existing forward declarationsThomas Arnhold2012-08-073-4/+0
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-062-3/+2
* SfxBroadcaster: fix STL conversion:Michael Stahl2012-08-042-27/+51
* enable preview for 'special' '*' formatsNoel Power2012-08-032-3/+11
* cntnrsrt.hxx: remove dead codeMichael Stahl2012-08-022-167/+0
* strip down UniString some moreCaolán McNamara2012-08-027-43/+46
* Remove unused code: those classes are unusedThomas Arnhold2012-08-011-74/+0
* include svl/svdde.hxxCaolán McNamara2012-08-012-6/+2
* Fix mingw build of svlFridrich Štrba2012-07-311-5/+9
* DdeServices has forward declarations so can't be typedef'dMichael Stahl2012-07-311-1/+1
* svarray.hxx: 'e's pining for the fjords...Michael Stahl2012-07-314-301/+0
* remove DECLARE_LISTCaolán McNamara2012-07-312-9/+3
* use of a pointer to a temporary strings buffer is very wrongCaolán McNamara2012-07-311-9/+11
* strip down the PTRARR macro to the bits the last two uses requireCaolán McNamara2012-07-311-45/+2
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-304-4/+0
* C40_GETPOS is unnecessary nowCaolán McNamara2012-07-301-2/+0
* ditch SV_DECL_PTRARR_SORT_DELCaolán McNamara2012-07-301-73/+3
* Remove strange DummyTypeCaolán McNamara2012-07-292-17/+11
* expand out some rats nests of macrosCaolán McNamara2012-07-291-152/+132
* SV_DECL_PTRARR_GEN only used once, expand it outCaolán McNamara2012-07-291-16/+13
* callcatcher: strip SvPtrarr down to the used piecesCaolán McNamara2012-07-292-61/+0
* svarray.hxx: clean out much more cruftThomas Arnhold2012-07-291-90/+0
* expand final SV_DECL_VARARR SV_IMPL_VARARR SvPtrarr macroCaolán McNamara2012-07-282-206/+145
* dung out the unused pre-stl macrosCaolán McNamara2012-07-281-71/+0
* update comment about SvPtrArrCaolán McNamara2012-07-281-1/+1
* convert SfxListenerArr_Impl from SvPtrarr to std::vectorCaolán McNamara2012-07-283-70/+38
* convert DdeItemImp to std::vectorNoel Grandin2012-07-271-10/+15
* include osl/diagnose.h for OSL_ENSURECaolán McNamara2012-07-251-0/+1
* delete svl/svstdarr.hxxMichael Stahl2012-07-255-38/+0
* remove typedef StringPtrMichael Stahl2012-07-251-2/+0
* svstdarr.hxx: remove SvXub_StrLensMichael Stahl2012-07-251-3/+0
* move SvStringsISortDtor to editeng/svxacorr.hxxMichael Stahl2012-07-252-22/+0
* Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin2012-07-252-46/+15
* Revert "hrc cleanup: Remove unused cstitem.src"Norbert Thiebaud2012-07-181-0/+23
* Revert hrc string cleanupThomas Arnhold2012-07-182-0/+3
* CppunitTest_svl_urihelper fails on MSVCMichael Stahl2012-07-151-0/+3
* Remove unused HIDsThomas Arnhold2012-07-141-3/+1
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-2/+0
* hrc cleanup: Remove unused cstitem.srcThomas Arnhold2012-07-133-26/+0
* some UniString->rtl::OUStringCaolán McNamara2012-07-093-17/+16
* cast sal_uInt8 to sal_Int32, otherwise it would invoke valueOf(sal_Bool)Ivan Timofeev2012-07-041-1/+1
* explicitly convert to int to help the compiler select overloaded funcDavid Tardon2012-07-041-1/+1
* Make windows tinderbox happyOlivier Hallot2012-07-031-6/+6
* Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/Olivier Hallot2012-07-0315-202/+136
* ditch String::CreateFromAsciiCaolán McNamara2012-07-032-9/+8
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-023-12/+3
* re-base on ALv2 code.Michael Meeks2012-07-02154-3610/+2232