summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2013-08-24ODF filter: handle draw:shadow-opacity for Writer framesMiklos Vajna1-0/+1
2013-08-23ODF export/import of fine dashed border styleZolnai Tamás2-0/+6
2013-08-23CharBrd 7: Border shadowZolnai Tamás1-0/+4
2013-08-21fdo#60740: Populate auto styles from edit cells without using UNO API.Kohei Yoshida1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák33-80/+80
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-1/+1
2013-08-20Resolves: fdo#67665 font names filtered out on odp/odg exportCaolán McNamara1-18/+41
2013-08-19These can be file local.Kohei Yoshida1-20/+25
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa12-67/+21
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist1-1/+1
2013-08-18fdo#43807: Fix import of drop caps character styleZolnai Tamás1-1/+1
2013-08-18CharBrd 8.1: ODF filtersZolnai Tamás3-167/+350
2013-08-17No need for elaborate type name for this.Kohei Yoshida5-20/+9
2013-08-17Move static struct to where it's used, and use std::vector for this.Kohei Yoshida2-14/+12
2013-08-17This function object is no longer used.Kohei Yoshida1-8/+0
2013-08-17Rename SvXMLAutoStylePoolPropertiesP_Impl to XMLAutoStylePoolProperties.Kohei Yoshida4-14/+14
2013-08-17Rename SvXMLAutoStylePoolParentP_Impl to XMLAutoStylePoolParent.Kohei Yoshida3-20/+20
2013-08-17Rename XMLFamilyData_Impl to XMLAutoStyleFamily.Kohei Yoshida5-40/+40
2013-08-16Using ptr_vector for this simplifes it a bit...Kohei Yoshida3-28/+19
2013-08-16Use ptr_set for auto style parent list. That seems like a natural fit.Kohei Yoshida4-98/+84
2013-08-16This cache data member is never used. Remove it.Kohei Yoshida4-44/+15
2013-08-16Tuck this typedef inside class scope where it's used.Kohei Yoshida2-17/+14
2013-08-16Properly hide implementation details.Kohei Yoshida3-88/+81
2013-08-15write *:script* and *:rfc-language-tag* only for ODF >= 1.2Eike Rathke2-3/+11
2013-08-14add character shading value to ODT filtersAdam Co2-0/+2
2013-08-14xmloff: add a generic LibreOffice ODF extension namespaceMichael Stahl3-0/+7
2013-08-13XMLTextParagraphExport: not finding auto style means data lossMichael Stahl1-1/+1
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa242-3313/+12
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane2-24/+29
2013-08-02fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane1-3/+5
2013-07-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-07-29fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa13-25/+5
2013-07-29WaE: unreferenced local variableTor Lillqvist1-2/+2
2013-07-28surely this is a typoLionel Elie Mamane1-2/+2
2013-07-28More details in debug outputLionel Elie Mamane3-5/+20
2013-07-24fdo#66781 : fix bullets with level 0Adam Co2-9/+12
2013-07-21Remove unused getRegressionCurveJulien Nabet2-39/+0
2013-07-18Mark as static and/or constTakeshi Abe21-133/+133
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl14-19/+19
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-2/+2
2013-07-12write ISO codes for native number transliterationEike Rathke1-2/+5
2013-07-12write bcp47 to dc:languageEike Rathke1-8/+2
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák4-44/+13
2013-07-10changed getIsoLanguageCountry() to getIsoLanguageScriptCountry()Eike Rathke2-12/+15
2013-07-10do not write attributes with 'none' for non-ISO language/countryEike Rathke1-0/+10
2013-07-10drop useless conditionDavid Tardon1-5/+2
2013-07-10initialize member variableDavid Tardon1-1/+2
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke15-61/+482
2013-07-05added rfc-language-tag* tokensEike Rathke1-0/+5