summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-02fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't co...Frank Schoenheit [fs]2-14/+14
2012-07-02Remove unused definesThomas Arnhold1-3/+0
2012-07-01Remove unused definesThomas Arnhold2-12/+0
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-2/+1
2012-06-29Remove some unused defines and controlsThomas Arnhold3-9/+0
2012-06-29Remove some more include guardsThomas Arnhold4-12/+1
2012-06-28i#119400 repair broken undoIvan Timofeev1-3/+7
2012-06-27targetted re-work of cppunit pieces.Michael Meeks3-9/+2
2012-06-27update unused code listCaolán McNamara1-2/+3
2012-06-27remove archaic include guardsCaolán McNamara1-7/+0
2012-06-27_SV_DECL_PTRARR_DEF used in only one placeCaolán McNamara1-6/+3
2012-06-27_SV_DECL_PTRARR_DEF_GEN only used in one placeCaolán McNamara1-6/+3
2012-06-27Remove unused header filesThomas Arnhold3-227/+0
2012-06-25remove unnecessary ForEachCaolán McNamara1-39/+0