summaryrefslogtreecommitdiffstats
path: root/svl/source
Commit message (Expand)AuthorAgeFilesLines
* don't always show integer part for fraction formats with hard denom fdo#56205Noel Power2012-11-201-1/+3
* resolved fdo#55369 accept fraction input if presetEike Rathke2012-11-201-6/+16
* resolved fdo#52240 fdo#52137 fdo#52288 user editable date patternsEike Rathke2012-09-073-21/+73
* i#119400 repair broken undoIvan Timofeev2012-06-281-3/+7
* 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
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-12/+12
* removed duplicate includes in svl / svtoolsTakeshi Abe2012-04-022-2/+0
* add constLuboš Luňák2012-03-302-3/+3
* UniString removal.Kohei Yoshida2012-03-271-0/+12
* readUnicodeString can just return the stringCaolán McNamara2012-03-2611-75/+68
* reduce UniStringsCaolán McNamara2012-03-204-69/+57
* split macros to elide unneeded methodsCaolán McNamara2012-03-201-1/+1
* SfxUINT32s->std::vectorCaolán McNamara2012-03-201-14/+6
* Add parenthesis for avoid false report by cppcheckJulien Nabet2012-03-181-1/+1
* callcatcher: update listCaolán McNamara2012-03-142-18/+2
* ditch SfxULongRangesCaolán McNamara2012-03-122-30/+0
* WaE: cast to pointer from integer of different sizeDavid Tardon2012-03-121-1/+2
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-081-57/+69
* String to OUString in cell.[ch]xx and follow upMarkus Mohrhard2012-03-051-0/+43
* fixed crashes due to transition from Table to std::mapEike Rathke2012-02-281-3/+3
* SfxStyleSheet needs a default ctorCaolán McNamara2012-02-281-34/+21
* SfxItemPool: replace deque with vector for SfxPoolItem arrayMichael Stahl2012-02-271-1/+1