summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko5-20/+5
2016-06-08make SvNumberFormatter::IsCompatible() staticEike Rathke2-11/+4
2016-06-08sfx2 classification: use auto where it improves code readabilityMiklos Vajna1-3/+3
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2-4/+4
2016-06-06fix crashNoel Grandin1-1/+1
2016-06-06tdf#89329: use shared_ptr for pImpl in slstitmXisco Fauli1-71/+29
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page2-20/+20
2016-06-03tdf#89329: use unique_ptr for pImpl in imageitmXisco Fauli1-18/+17
2016-06-02preserve ISO date+time format when editing such valuesEike Rathke1-19/+24
2016-06-02add NF_DATETIME_ISO_YYYYMMDD_HHMMSS YYYY-MM-DD HH:MM:SS builtin format codeEike Rathke1-4/+20
2016-06-01tdf#89329: use unique_ptr for pImpl in itempoolXisco Fauli3-259/+257
2016-05-31tdf#89329: use unique_ptr for pImpl in styleXisco Fauli1-30/+29
2016-05-31loplugin:unusedmethodsNoel Grandin1-7/+0
2016-05-30tdf#97835 tdf#61996 tdf#95339 Add qa unit testLaurent Balland-Poirier1-0/+26
2016-05-30tdf#100122 Correctly treat fraction without integer partLaurent Balland-Poirier1-6/+8
2016-05-31prevent out of bounds string accessEike Rathke1-10/+12
2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier1-1/+25
2016-05-30loplugin:unusedmethods SfxLinkUndoActionNoel Grandin1-102/+0
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2-1/+10
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier1-0/+4
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann1-1/+1
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski1-2/+4
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin5-170/+1
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin5-54/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin3-4/+4
2016-05-13Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida1-5/+3
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin7-42/+38
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-6/+6
2016-05-10Harmless missing breaks in switchStephan Bergmann1-0/+3
2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier1-8/+15
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin4-21/+22
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann3-30/+24
2016-05-03tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier1-13/+7
2016-05-03tdf#61996 Skip quoted text in number formatLaurent Balland-Poirier1-5/+32
2016-05-03tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier1-0/+10
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-22SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna1-0/+1
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-14/+13
2016-04-15remove tools/solarmutex.hxxNoel Grandin1-3/+7
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13loplugin:passstuffbyref in svlNoel Grandin2-2/+2
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke5-9/+14
2016-04-11clang-tidy performance-unnecessary-value-param in svlNoel Grandin5-7/+7
2016-04-11cppcheck: silence warnings assertWithSideEffectJochen Nitschke2-2/+2
2016-04-06remove some dead bits of DDENoel Grandin2-67/+5
2016-04-05loplugin:nullptrStephan Bergmann1-10/+10
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-4/+4