summaryrefslogtreecommitdiff
path: root/svl/source
AgeCommit message (Expand)AuthorFilesLines
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 Hallot11-170/+108
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-8/+7
2012-07-02re-base on ALv2 code.Michael Meeks93-2164/+1330
2012-07-02fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't co...Frank Schoenheit [fs]1-11/+6
2012-06-29Remove some unused defines and controlsThomas Arnhold3-9/+0
2012-06-29Remove some more include guardsThomas Arnhold1-3/+1
2012-06-28i#119400 repair broken undoIvan Timofeev1-3/+7
2012-06-22re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara1-3/+1
2012-06-21re-base on ALv2 code.Michael Meeks19-452/+281
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-20removed unused forward declarations of classTakeshi Abe2-4/+0
2012-06-19death to some UniStringsCaolán McNamara1-3/+2
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara2-6/+6
2012-06-12convert NfWSStringsDtor further to vector<OUString>Michael Stahl1-43/+46
2012-06-12Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vectorNoel Grandin1-48/+39
2012-06-12Convert SV_DECL_PTRARR_DEL(NfWSStringsDtor) to std::vectorNoel Grandin1-15/+14
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara3-22/+18
2012-06-10nuke dead codeTakeshi Abe1-3/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxAllEnumValueArr) to std::vectorNoel Grandin1-21/+25
2012-06-08Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::dequeNoel Grandin1-26/+19
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-14/+12
2012-06-02targeted string re-workNorbert Thiebaud1-14/+14
2012-06-02targeted string re-workNorbert Thiebaud14-103/+99
2012-05-28targetted string re-workNorbert Thiebaud1-1/+1
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara1-2/+17
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara1-5/+3
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-8/+7
2012-05-12Replace !var.size() by var.empty()Julien Nabet1-1/+1
2012-05-10resolved fdo#46233 value >12 with AM/PM can't be clock timeEike Rathke2-5/+14
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold8-23/+23
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
2012-04-30some changes for new fixed fraction built-in formatsEike Rathke1-13/+15
2012-04-30get rid of dead binary file format legacy cruft in number formatterEike Rathke1-126/+14
2012-04-30translated German commentsEike Rathke1-75/+73
2012-04-30compare iterators with notequalEike Rathke1-1/+1
2012-04-30straighten confusing bracketsEike Rathke1-8/+7
2012-04-30get rid of confusing *LoadingSO5 namesEike Rathke1-29/+29
2012-04-24Revert "Avoid bogus warnings (GCC 4.4.6)"Stephan Bergmann1-2/+2
2012-04-23Avoid bogus warnings (GCC 4.4.6)Stephan Bergmann1-2/+2
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold1-10/+1
2012-04-18resolved fdo#48875 do not let ISO 8601 detection override locale's date orderEike Rathke3-11/+80
2012-04-17enable '*' repeat next char to fill available width for calc num formatsNoel Power1-3/+13
2012-04-16upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara2-6/+6