summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)Author
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-13valgrind: check return of convertDateTime before using fDateCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-30fdo#39468 Translate German Comments - sc/source/filter/{lotus,starcalc,xml}Christian M. Heller
2014-10-24coverity#1000601 Dereference after null checkCaolán McNamara
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-22Move this useful function to sc::NumFmtUtil.Kohei Yoshida
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29sc: fix locking in ScXMLConsolidationContextMichael Stahl
2014-09-14Resolves: fdo#83633 remove additional ++iCaolán McNamara
2014-08-16use correct namespace for table protection elements, fdo#82128Markus Mohrhard
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida
2014-07-21use SvXMLExport::GetRelativeReference(), fdo#79305Eike Rathke
2014-07-19respect flag for relative paths, fdo#79305Markus Mohrhard
2014-07-15coverity#735799 Dereference after null checkCaolán McNamara
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida
2014-07-09resolved fdo#62250 absent value cell values are not NaN, set to 0.0Eike Rathke
2014-07-08catched->caughtCaolán McNamara
2014-07-02improve indentationMarkus Mohrhard
2014-07-02replace while with forMarkus Mohrhard
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-19coverity#988426 Explicit null dereferencedCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-06coverity#735798 Dereference after null checkCaolán McNamara
2014-06-04fix new[]/delete mismatchMarkus Mohrhard
2014-05-30fdo#78927: Use different XML attribute names for asian and complex fonts.Kohei Yoshida
2014-05-23coverity#1187682 Dereference null return valueCaolán McNamara
2014-05-22cp#1000077: Set 'modified' document property more consistently.Matúš Kukan
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida
2014-05-21Finer grained ODS import mode selection.Kohei Yoshida
2014-05-21Let's use constant uno name for these.Kohei Yoshida
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-16fdo#75056: Overline attribute needs special treatment as well.Kohei Yoshida
2014-05-15fdo#77537: Exporting font names in edit text needs special handling.Kohei Yoshida
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-11Fix previous commit (sc part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet