summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2015-09-28Resolves: tdf#93080 short day name and month name may interfereEike Rathke
2015-09-28tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier
2015-03-04Resolves: tdf#89500 catch ISO 8601 datetime in all localesEike Rathke
2014-08-19detect * with no character following as invalid format codeEike Rathke
2014-08-18prevent out-of-bounds string accessEike Rathke
2014-07-15fdo#81309: Adjust references during sort.Kohei Yoshida
2014-07-07fix crash on loading fdo70673-1.odsCaolán McNamara
2014-07-04fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna
2014-07-03resolved fdo#80166 check input against date acceptance pattern plausibilityEike Rathke
2014-06-27fdo#38513 - Accelerate non-poolable item add / remove.Michael Meeks
2014-06-11allow additional i18n formats to define defaultsEike Rathke
2014-06-06resolved fdo#79719 recognize ##-MMM-## as date even if ambiguousEike Rathke
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks
2014-05-20take a shortcut on common separating ASCII charactersEike Rathke
2014-05-20resolved fdo#34724 Jan1 or 1Jan without separating character is not dateEike Rathke
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-17Back out change for fdo#78119 now that we have StringContainsWord()Eike Rathke
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke
2014-05-15update_pch: add svlThomas Arnhold
2014-05-15fix-includes.pl: svlThomas Arnhold
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-13remove dead codeNoel Grandin
2014-05-12fdo#78119 find the longest match for month nameDavid Tardon
2014-05-11coverity#982701 Improper use of negative valueCaolán McNamara
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-10coverity#738855 Uninitialized pointer fieldCaolán McNamara
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith
2014-05-06dflt -> defaultThomas Arnhold
2014-05-06consistent percent sign in commentsThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-22cppcheck: fix variable reassigned before the old value has been usedJulien Nabet
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
2014-04-11Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann
2014-04-09Remove unused functionStephan Bergmann
2014-04-08coverity#708261 Uninitialized scalar fieldCaolán McNamara
2014-04-08fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06coverity#708246: Unitialized scalar fieldNorbert Thiebaud
2014-04-06coverity#708257: Unitialized scalar fieldNorbert Thiebaud
2014-04-06coverity#708260: Unitialized scalar fieldNorbert Thiebaud
2014-04-04coverity#738855 Uninitialized pointer fieldCaolán McNamara
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin
2014-04-04svl/visitem: sal_Bool->boolNoel Grandin
2014-04-04svl/style.hxx: sal_Bool->boolNoel Grandin
2014-04-04coverity#708244 Uninitialized scalar fieldCaolán McNamara
2014-04-04cp#1000054: Avoid crashing.Muthu Subramanian