summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier2016-07-273-4/+28
* tdf#100755 Extend ODF to allow 0 in fractionLaurent Balland-Poirier2016-07-273-5/+57
* improve passstuffbyref return analysisNoel Grandin2016-07-274-4/+4
* loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin2016-07-272-3/+3
* new loplugin overrideparamNoel Grandin2016-07-253-4/+4
* loplugin:nullptrTor Lillqvist2016-07-221-1/+1
* xmloff: forms export: convert one xlink:href to relativeMichael Stahl2016-07-191-1/+1
* xmloff: forms import: convert relative xlink:href to absoluteMichael Stahl2016-07-191-1/+10
* improve unnecessaryoverride pluginNoel Grandin2016-07-192-12/+0
* tdf#100755 Allow '0' for denominator symbolLaurent Balland-Poirier2016-07-151-2/+3
* new loplugin unnecessary overrideNoel Grandin2016-07-158-55/+1
* Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann2016-07-132-8/+0
* GSoC Writer Table Styles export of paragraph and char propertiesJakub Trzebiatowski2016-07-132-1/+50
* no need to create temporary OUString for comparisonNoel Grandin2016-07-132-4/+4
* new loplugin fragiledestructorNoel Grandin2016-07-121-3/+3
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-082-7/+15
* loplugin:redundantcast: redundant static_casts in xmloffStephan Bergmann2016-07-081-1/+1
* tdf#83360 avoid inconsistent connector path dataArmin Le Grand2016-07-071-0/+50
* Simplify a bit by using return iterator from vector erase funcJulien Nabet2016-07-071-6/+3
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-0717-38/+38
* GSoC Writer Table Styles ImportJakub Trzebiatowski2016-07-076-41/+193
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-046-6/+6
* loplugin:unusedfieldsNoel Grandin2016-06-302-4/+0
* loplugin:singlevalfields in variousNoel Grandin2016-06-281-8/+4
* ODF import: add embedded pdf supportMiklos Vajna2016-06-271-1/+5
* -Werror,-Wunused-private-fieldStephan Bergmann2016-06-241-17/+1
* loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin2016-06-2411-95/+20
* Simplify dynamic_cast followed by a static_cast.Jan Holesovsky2016-06-231-9/+5
* Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky2016-06-235-72/+27
* Simplify dynamic_cast followed by a static_cast.Jan Holesovsky2016-06-221-13/+12
* Simplify dynamic_cast followed by a static_cast.Jan Holesovsky2016-06-211-49/+36
* Simplify dynamic_cast followed by a static_cast.Jan Holesovsky2016-06-211-11/+7
* GSoC Table Styles, Export Cell StylesJakub Trzebiatowski2016-06-204-30/+164
* convert DBG_ASSERT in xmloffNoel Grandin2016-06-1753-151/+151
* tdf#97837 Detect delimiter only for date, time, currencyLaurent Balland-Poirier2016-06-161-8/+12
* tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav2016-06-141-1/+2
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-125-12/+12
* convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin2016-06-121-1/+1
* o3tl::tryGet on a temporary is dangerousStephan Bergmann2016-06-1025-106/+106
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* tdf#89329: use unique_ptr for pImpl in xmlnumfeXisco Fauli2016-06-061-3/+2
* remove some manual ref counting in svx and xmloffNoel Grandin2016-06-064-70/+19
* remove some manual ref-countingNoel Grandin2016-06-061-11/+3
* tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav2016-06-031-3/+2
* Convert FontRights to scoped enumNoel Grandin2016-06-031-1/+1
* New o3tl::try/doGet to obtain value from AnyStephan Bergmann2016-06-0226-145/+173
* drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin2016-06-022-36/+36
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+1
* Choose ODF version for fill-characterLaurent Balland-Poirier2016-05-301-4/+11
* prevent out of bounds string accessEike Rathke2016-05-311-2/+3