summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2016-07-06tdf#99996 tdf#100594 tdf#100754 Add qa unit testLaurent Balland-Poirier
2016-07-05tdf#100754 Allow text after forced denominator fractionLaurent Balland-Poirier
2016-07-04tdf#99996 New algorithm for fractionLaurent Balland-Poirier
2016-07-04remove comphelper::string::removeNoel Grandin
2016-07-01svl: remove pointless catch around "delete" statementMichael Stahl
2016-06-29tdf#100594 Calculate nFrac with fNumber for Forced DenominatorLaurent Balland-Poirier
2016-06-29tdf#100592 Add extra number formats for fractionLaurent Balland-Poirier
2016-06-29loplugin:stringconstantStephan Bergmann
2016-06-29Improve readability of OUString concatanation in SvNumberFormatterMuhammet Kara
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-26Restore qa unit test of number formats from zforlist.hxxLaurent Balland-Poirier
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann
2016-06-16properly prefix various global variables and hide themMichael Stahl
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann
2016-06-10tdf#89329: use shared_ptr for pImpl in ctloptionsXisco Fauli
2016-06-10tdf#89329: use shared_ptr for pImpl in cjkoptionsXisco Fauli
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-06-08make SvNumberFormatter::IsCompatible() staticEike Rathke
2016-06-08sfx2 classification: use auto where it improves code readabilityMiklos Vajna
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-06fix crashNoel Grandin
2016-06-06tdf#89329: use shared_ptr for pImpl in slstitmXisco Fauli
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page
2016-06-03tdf#89329: use unique_ptr for pImpl in imageitmXisco Fauli
2016-06-02preserve ISO date+time format when editing such valuesEike Rathke
2016-06-02add NF_DATETIME_ISO_YYYYMMDD_HHMMSS YYYY-MM-DD HH:MM:SS builtin format codeEike Rathke
2016-06-01tdf#89329: use unique_ptr for pImpl in itempoolXisco Fauli
2016-05-31tdf#89329: use unique_ptr for pImpl in styleXisco Fauli
2016-05-31loplugin:unusedmethodsNoel Grandin
2016-05-30tdf#97835 tdf#61996 tdf#95339 Add qa unit testLaurent Balland-Poirier
2016-05-30tdf#100122 Correctly treat fraction without integer partLaurent Balland-Poirier
2016-05-31prevent out of bounds string accessEike Rathke
2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier
2016-05-30loplugin:unusedmethods SfxLinkUndoActionNoel Grandin
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-13Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Harmless missing breaks in switchStephan Bergmann
2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-05-03tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier