summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused defines and controlsThomas Arnhold2012-06-293-9/+0
* Remove some more include guardsThomas Arnhold2012-06-294-12/+1
* i#119400 repair broken undoIvan Timofeev2012-06-281-3/+7
* targetted re-work of cppunit pieces.Michael Meeks2012-06-273-9/+2
* update unused code listCaolán McNamara2012-06-271-2/+3
* remove archaic include guardsCaolán McNamara2012-06-271-7/+0
* _SV_DECL_PTRARR_DEF used in only one placeCaolán McNamara2012-06-271-6/+3
* _SV_DECL_PTRARR_DEF_GEN only used in one placeCaolán McNamara2012-06-271-6/+3
* Remove unused header filesThomas Arnhold2012-06-273-227/+0
* remove unnecessary ForEachCaolán McNamara2012-06-251-39/+0
* hrc cleanup: Simplify logicThomas Arnhold2012-06-251-7/+4
* re-base on ALv2 code.Michael Meeks2012-06-226-144/+90
* reduce scope and replace some String::CreateFromAsciiCaolán McNamara2012-06-211-3/+1
* re-base on ALv2 code.Michael Meeks2012-06-2153-1282/+805
* re-base on ALv2 code.Michael Meeks2012-06-2110-222/+149
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-214-384/+26
* removed unused forward declarations of classTakeshi Abe2012-06-202-4/+0
* death to some UniStringsCaolán McNamara2012-06-191-3/+2
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-182-6/+6
* SfxPointerServer doesn't exist, so MI_HATS_REPARIERT not useful anymore eitherCaolán McNamara2012-06-151-13/+0
* Remove obsolete inetdef.hxxThomas Arnhold2012-06-152-32/+0
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-54/+27
* convert NfWSStringsDtor further to vector<OUString>Michael Stahl2012-06-122-55/+47
* Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vectorNoel Grandin2012-06-122-51/+41
* Convert SV_DECL_PTRARR_DEL(NfWSStringsDtor) to std::vectorNoel Grandin2012-06-122-16/+25
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-113-22/+18
* nuke dead codeTakeshi Abe2012-06-102-11/+0
* Remove superfluous include commentsThomas Arnhold2012-06-091-3/+0
* Remove superfluous include commentsThomas Arnhold2012-06-091-3/+0
* Convert SV_DECL_PTRARR_DEL(SfxAllEnumValueArr) to std::vectorNoel Grandin2012-06-081-21/+25
* Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::dequeNoel Grandin2012-06-082-31/+23
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-14/+12
* targeted string re-workNorbert Thiebaud2012-06-021-14/+14
* targeted string re-workNorbert Thiebaud2012-06-0214-103/+99
* make sure that rsc headers are availableDavid Tardon2012-05-291-1/+4
* targetted string re-workNorbert Thiebaud2012-05-281-1/+1
* drop dead makefile.mk and version.mapCaolán McNamara2012-05-252-129/+0
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-162-14/+18
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-152-9/+7
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-142-11/+10
* Replace !var.size() by var.empty()Julien Nabet2012-05-121-1/+1
* resolved fdo#46233 value >12 with AM/PM can't be clock timeEike Rathke2012-05-102-5/+14
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-049-24/+24
* fpicker: make the place edition dialog workingCédric Bosdonnat2012-05-041-1/+4
* != instead of < for comparison with end iteratorJulien Nabet2012-05-021-1/+1
* != instead of < for comparison with end iteratorJulien Nabet2012-05-021-1/+1
* some changes for new fixed fraction built-in formatsEike Rathke2012-04-303-23/+38
* get rid of dead binary file format legacy cruft in number formatterEike Rathke2012-04-301-126/+14
* translated German commentsEike Rathke2012-04-302-96/+93
* compare iterators with notequalEike Rathke2012-04-301-1/+1