summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* ODF filter: handle draw:shadow-opacity for Writer framesMiklos Vajna2013-08-241-0/+1
* ODF export/import of fine dashed border styleZolnai Tamás2013-08-232-0/+6
* CharBrd 7: Border shadowZolnai Tamás2013-08-231-0/+4
* fdo#60740: Populate auto styles from edit cells without using UNO API.Kohei Yoshida2013-08-211-1/+1
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-2133-80/+80
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-1/+1
* Resolves: fdo#67665 font names filtered out on odp/odg exportCaolán McNamara2013-08-201-18/+41
* These can be file local.Kohei Yoshida2013-08-191-20/+25
* fdo#57950: Remove some chained appends in xmloffJelle van der Waa2013-08-1912-67/+21
* Further work on the "Mac-like app structure" optionTor Lillqvist2013-08-181-1/+1
* fdo#43807: Fix import of drop caps character styleZolnai Tamás2013-08-181-1/+1
* CharBrd 8.1: ODF filtersZolnai Tamás2013-08-183-167/+350
* No need for elaborate type name for this.Kohei Yoshida2013-08-175-20/+9
* Move static struct to where it's used, and use std::vector for this.Kohei Yoshida2013-08-172-14/+12
* This function object is no longer used.Kohei Yoshida2013-08-171-8/+0
* Rename SvXMLAutoStylePoolPropertiesP_Impl to XMLAutoStylePoolProperties.Kohei Yoshida2013-08-174-14/+14
* Rename SvXMLAutoStylePoolParentP_Impl to XMLAutoStylePoolParent.Kohei Yoshida2013-08-173-20/+20
* Rename XMLFamilyData_Impl to XMLAutoStyleFamily.Kohei Yoshida2013-08-175-40/+40
* Using ptr_vector for this simplifes it a bit...Kohei Yoshida2013-08-163-28/+19
* Use ptr_set for auto style parent list. That seems like a natural fit.Kohei Yoshida2013-08-164-98/+84
* This cache data member is never used. Remove it.Kohei Yoshida2013-08-164-44/+15
* Tuck this typedef inside class scope where it's used.Kohei Yoshida2013-08-162-17/+14
* Properly hide implementation details.Kohei Yoshida2013-08-163-88/+81
* write *:script* and *:rfc-language-tag* only for ODF >= 1.2Eike Rathke2013-08-152-3/+11
* add character shading value to ODT filtersAdam Co2013-08-142-0/+2
* xmloff: add a generic LibreOffice ODF extension namespaceMichael Stahl2013-08-143-0/+7
* XMLTextParagraphExport: not finding auto style means data lossMichael Stahl2013-08-131-1/+1
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-10242-3313/+12
* fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane2013-08-042-24/+29
* fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane2013-08-021-3/+5
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-07-291-1/+1
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-2913-25/+5
* WaE: unreferenced local variableTor Lillqvist2013-07-291-2/+2
* surely this is a typoLionel Elie Mamane2013-07-281-2/+2
* More details in debug outputLionel Elie Mamane2013-07-283-5/+20
* fdo#66781 : fix bullets with level 0Adam Co2013-07-242-9/+12
* Remove unused getRegressionCurveJulien Nabet2013-07-212-39/+0
* Mark as static and/or constTakeshi Abe2013-07-1821-133/+133
* i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2013-07-1514-19/+19
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-151-1/+1
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-2/+2
* write ISO codes for native number transliterationEike Rathke2013-07-121-2/+5
* write bcp47 to dc:languageEike Rathke2013-07-121-8/+2
* fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák2013-07-104-44/+13
* changed getIsoLanguageCountry() to getIsoLanguageScriptCountry()Eike Rathke2013-07-102-12/+15
* do not write attributes with 'none' for non-ISO language/countryEike Rathke2013-07-101-0/+10
* drop useless conditionDavid Tardon2013-07-101-5/+2
* initialize member variableDavid Tardon2013-07-101-1/+2
* read/write ODF *:script* and *:rfc-language-tag*Eike Rathke2013-07-0915-61/+482
* added rfc-language-tag* tokensEike Rathke2013-07-051-0/+5