summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
2013-08-31cppcheck: fix redundant assignmentJulien Nabet
2013-08-23ODF export/import of fine dashed border styleZolnai Tamás
2013-08-21fdo#60740: Populate auto styles from edit cells without using UNO API.Kohei Yoshida
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-19These can be file local.Kohei Yoshida
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa
2013-08-17No need for elaborate type name for this.Kohei Yoshida
2013-08-17Move static struct to where it's used, and use std::vector for this.Kohei Yoshida
2013-08-17This function object is no longer used.Kohei Yoshida
2013-08-17Rename SvXMLAutoStylePoolPropertiesP_Impl to XMLAutoStylePoolProperties.Kohei Yoshida
2013-08-17Rename SvXMLAutoStylePoolParentP_Impl to XMLAutoStylePoolParent.Kohei Yoshida
2013-08-17Rename XMLFamilyData_Impl to XMLAutoStyleFamily.Kohei Yoshida
2013-08-16Using ptr_vector for this simplifes it a bit...Kohei Yoshida
2013-08-16Use ptr_set for auto style parent list. That seems like a natural fit.Kohei Yoshida
2013-08-16This cache data member is never used. Remove it.Kohei Yoshida
2013-08-16Tuck this typedef inside class scope where it's used.Kohei Yoshida
2013-08-16Properly hide implementation details.Kohei Yoshida
2013-08-15write *:script* and *:rfc-language-tag* only for ODF >= 1.2Eike Rathke
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa
2013-07-29fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-24fdo#66781 : fix bullets with level 0Adam Co
2013-07-18Mark as static and/or constTakeshi Abe
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-12write ISO codes for native number transliterationEike Rathke
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák
2013-07-10changed getIsoLanguageCountry() to getIsoLanguageScriptCountry()Eike Rathke
2013-07-10do not write attributes with 'none' for non-ISO language/countryEike Rathke
2013-07-10initialize member variableDavid Tardon
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29String to OUString and cleanupThomas Arnhold
2013-06-28remove pointless external guards for standard headersMichael Stahl
2013-06-19fdo#43460 xmloff: use isEmpty()Jelle van der Waa
2013-06-15use proper offset for additional locale data formats, fdo#64947 relatedEike Rathke
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-05-23prevent invalid files if file contains currency formatsMarkus Mohrhard
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-02ditch explicit char arrays for string literalsLuboš Luňák
2013-04-25add error to office:value-type for calc cells and fdo#51810Markus Mohrhard
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-18Fix typos: HEIGTH -> HEIGHT and WEIGTH -> WEIGHTLior Kaplan
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-24print typename of object, not pointerDavid Tardon
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák
2013-03-14xmloff: native code unit testing harness.Michael Meeks