summaryrefslogtreecommitdiff
path: root/svl/source
AgeCommit message (Expand)AuthorFilesLines
2012-12-21resolved fdo#54344 let date pattern match overrule incomplete format matchEike Rathke1-1/+11
2012-12-21resolved fdo#54336 accept abbreviated combined date/time inputEike Rathke2-4/+72
2012-11-14don't always show integer part for fraction formats with hard denom fdo#56205Noel Power1-1/+3
2012-11-14save fixed denominator for fractions fdo#56419Noel Power1-1/+8
2012-11-13resolved fdo#55369 accept fraction input if presetEike Rathke1-6/+16
2012-09-07resolved fdo#52240 fdo#52137 fdo#52288 user editable date patternsEike Rathke3-21/+73
2012-06-28i#119400 repair broken undoIvan Timofeev1-3/+7
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
2012-04-15resolved fdo#48706 recognize $.12 as currency numberEike Rathke1-0/+5
2012-04-11UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-12/+12
2012-04-02removed duplicate includes in svl / svtoolsTakeshi Abe2-2/+0
2012-03-30add constLuboš Luňák2-3/+3
2012-03-27UniString removal.Kohei Yoshida1-0/+12
2012-03-26readUnicodeString can just return the stringCaolán McNamara11-75/+68
2012-03-20reduce UniStringsCaolán McNamara4-69/+57
2012-03-20split macros to elide unneeded methodsCaolán McNamara1-1/+1
2012-03-20SfxUINT32s->std::vectorCaolán McNamara1-14/+6
2012-03-18Add parenthesis for avoid false report by cppcheckJulien Nabet1-1/+1
2012-03-14callcatcher: update listCaolán McNamara2-18/+2
2012-03-12ditch SfxULongRangesCaolán McNamara2-30/+0
2012-03-12WaE: cast to pointer from integer of different sizeDavid Tardon1-1/+2
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin1-57/+69
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard1-0/+43