summaryrefslogtreecommitdiffstats
path: root/svl/source
Commit message (Expand)AuthorAgeFilesLines
* fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't co...Frank Schoenheit [fs]2012-07-021-11/+6
* Remove some unused defines and controlsThomas Arnhold2012-06-293-9/+0
* Remove some more include guardsThomas Arnhold2012-06-291-3/+1
* i#119400 repair broken undoIvan Timofeev2012-06-281-3/+7
* re-base on ALv2 code.Michael Meeks2012-06-221-26/+17
* reduce scope and replace some String::CreateFromAsciiCaolán McNamara2012-06-211-3/+1
* re-base on ALv2 code.Michael Meeks2012-06-2119-452/+281
* re-base on ALv2 code.Michael Meeks2012-06-211-26/+17
* 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
* convert NfWSStringsDtor further to vector<OUString>Michael Stahl2012-06-121-43/+46
* Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vectorNoel Grandin2012-06-121-48/+39
* Convert SV_DECL_PTRARR_DEL(NfWSStringsDtor) to std::vectorNoel Grandin2012-06-121-15/+14
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-113-22/+18
* nuke dead codeTakeshi Abe2012-06-101-3/+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-081-26/+19
* 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
* targetted string re-workNorbert Thiebaud2012-05-281-1/+1
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-161-2/+17
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-151-5/+3
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-141-8/+7
* 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-048-23/+23
* != 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-301-13/+15
* get rid of dead binary file format legacy cruft in number formatterEike Rathke2012-04-301-126/+14
* translated German commentsEike Rathke2012-04-301-75/+73
* compare iterators with notequalEike Rathke2012-04-301-1/+1
* straighten confusing bracketsEike Rathke2012-04-301-8/+7
* get rid of confusing *LoadingSO5 namesEike Rathke2012-04-301-29/+29
* Revert "Avoid bogus warnings (GCC 4.4.6)"Stephan Bergmann2012-04-241-2/+2
* Avoid bogus warnings (GCC 4.4.6)Stephan Bergmann2012-04-231-2/+2
* Replace css macro with namespace for nicer namespacingThomas Arnhold2012-04-211-10/+1
* resolved fdo#48875 do not let ISO 8601 detection override locale's date orderEike Rathke2012-04-183-11/+80
* enable '*' repeat next char to fill available width for calc num formatsNoel Power2012-04-171-3/+13
* upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara2012-04-162-6/+6
* resolved fdo#48706 recognize $.12 as currency numberEike Rathke2012-04-151-0/+5
* UniString->rtl::OUStringCaolán McNamara2012-04-111-2/+2
* String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2012-04-111-1/+1
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+4