summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-08-18fdo#43807: Fix import of drop caps character styleZolnai Tamás
2013-08-18CharBrd 8.1: ODF filtersZolnai Tamás
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-14add character shading value to ODT filtersAdam Co
2013-08-14xmloff: add a generic LibreOffice ODF extension namespaceMichael Stahl
2013-08-13XMLTextParagraphExport: not finding auto style means data lossMichael Stahl
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane
2013-08-02fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane
2013-07-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-07-29fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-29WaE: unreferenced local variableTor Lillqvist
2013-07-28surely this is a typoLionel Elie Mamane
2013-07-28More details in debug outputLionel Elie Mamane
2013-07-24fdo#66781 : fix bullets with level 0Adam Co
2013-07-21Remove unused getRegressionCurveJulien Nabet
2013-07-18Mark as static and/or constTakeshi Abe
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-12write ISO codes for native number transliterationEike Rathke
2013-07-12write bcp47 to dc:languageEike 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-10drop useless conditionDavid Tardon
2013-07-10initialize member variableDavid Tardon
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke
2013-07-05added rfc-language-tag* tokensEike Rathke
2013-07-04FIXME-BCP47Eike Rathke
2013-07-03Fixes to compiler errors, setRegressionProperties description.Tomaž Vajngerl
2013-07-03Added new regression curve properties as ODT 1.2 extended.Tomaž Vajngerl
2013-07-03Little cleanup in ODT regression lines import/exportTomaž Vajngerl
2013-07-03ODT regression curves export refactored to use chart2 APITomaž Vajngerl
2013-07-03Refactor regression curve handling in xmloff import to use chart2.Tomaž Vajngerl
2013-07-03 fdo#66282 - MathML export: improve ExportBraceFrédéric Wang
2013-07-02remove unnecessary commentsMarkus Mohrhard
2013-07-02fix indentationMarkus Mohrhard