Age | Commit message (Expand) | Author | Files | Lines |
2023-09-28 | tdf#156146 xmloff: ODF import: add backward compatibility hack | Michael Stahl | 2 | -1/+2 |
2023-09-12 | Added parent / child relationship to comments. | Gökay Şatır | 1 | -0/+1 |
2023-09-08 | SvUnoAttributeContainer does not need to implement XAggreggation | Noel Grandin | 1 | -2/+2 |
2023-09-05 | SAL_WARN->SAL_INFO in XMLShapeImportHelper | Noel Grandin | 1 | -0/+3 |
2023-09-04 | tdf#138792: PDF export: add batch of dublin core attributes | Sarper Akdemir | 1 | -0/+4 |
2023-09-01 | move theme element export to xmloff to remove code duplication | Tomaž Vajngerl | 1 | -0/+4 |
2023-08-25 | tdf#152724 Extend ODF for blank width "_x" | Laurent Balland | 2 | -0/+2 |
2023-08-25 | xmloff: support stroke/line complex color import/export + test | Tomaž Vajngerl | 1 | -0/+1 |
2023-08-02 | sc: theme color support for sparklines + ODF & OOXML import/export | Tomaž Vajngerl | 3 | -8/+62 |
2023-08-01 | sc: Add import/export ODF support for border complex colors | Tomaž Vajngerl | 1 | -0/+4 |
2023-07-18 | sc: ODF import/export of background cell complex color | Tomaž Vajngerl | 1 | -0/+1 |
2023-07-18 | xmloff: move XMLComplexColor* import/export classes to public include | Tomaž Vajngerl | 4 | -0/+161 |
2023-07-11 | tdf#150408: Implement "Legal" numbering (all levels using Arabic numbers) | Mike Kaganski | 1 | -0/+1 |
2023-07-06 | loplugin:unusedfields all-can-be-private | Noel Grandin | 2 | -3/+1 |
2023-07-05 | loplugin:finalclasses | Noel Grandin | 1 | -1/+1 |
2023-06-28 | xmloff: ODF import: adapt generator parsing to 2-digit major versions | Michael Stahl | 1 | -0/+1 |
2023-06-27 | related tdf#153993 Embedded text in scientific numbers | Laurent Balland | 1 | -1/+3 |
2023-06-19 | embeddedfontshelper: use u16string_view instead of char pointer | Khaled Hosny | 1 | -1/+1 |
2023-06-17 | SAL_WARN->SAL_INFO in SdXMLStylesContext::CreateStyleChildContext | Noel Grandin | 1 | -0/+3 |
2023-06-14 | tdf#155823: Improve the check if the list id is not required | Mike Kaganski | 1 | -0/+6 |
2023-06-12 | xmloff: prefix members of XMLNumberFormatAttributesExportHelper, ... | Miklos Vajna | 4 | -14/+14 |
2023-06-05 | xmloff: prefix members of SvxXMLListStyleContext, SvxXMLNumRuleExport, ... | Miklos Vajna | 4 | -22/+22 |
2023-06-01 | Revert "Convert XFastParser into a normal C++ interface" | Noel Grandin | 1 | -17/+14 |
2023-06-01 | Convert XFastParser into a normal C++ interface | Noel Grandin | 1 | -14/+17 |
2023-05-30 | sw: prefix members of XMLEventsImportContext, XMLFontStylesContext, ... | Miklos Vajna | 3 | -14/+14 |
2023-05-25 | xmloff: rename theme color names and color-table to theme-colors | Tomaž Vajngerl | 1 | -6/+6 |
2023-05-25 | xmloff: rename *-color-theme-reference to *-complex-color | Tomaž Vajngerl | 1 | -0/+1 |
2023-05-24 | sw floattable: add a DoNotBreakWrappedTables compat flag | Miklos Vajna | 1 | -1/+2 |
2023-05-22 | sw: prefix members of XMLGradientStyleExport, XMLGradientStyleImport, ... | Miklos Vajna | 2 | -4/+4 |
2023-05-15 | sw: prefix members of SvXMLAttrContainerData, XMLDashStyleExport, ... | Miklos Vajna | 3 | -7/+7 |
2023-05-12 | use ComplexColor instead of ThemeColor for better OOXML compat. | Tomaž Vajngerl | 3 | -4/+4 |
2023-05-11 | tdf#155238: Reimplement how ListAutoFormat is stored to ODF | Mike Kaganski | 2 | -0/+3 |
2023-05-09 | const -> constexpr | Mike Kaganski | 1 | -2/+2 |
2023-05-08 | MCGR: Correct import for Gradient presets/templates | Armin Le Grand (allotropia) | 1 | -0/+11 |
2023-05-08 | sw: prefix members of ProgressBarHelper, SvI18NMapEntry_Key, ... | Miklos Vajna | 4 | -25/+25 |
2023-05-05 | Reworked bibliography mark link target to have user-selectable type | Vojtěch Doležal | 1 | -1/+1 |
2023-05-04 | WIP ODF import and export for MCGR | Regina Henschel | 1 | -0/+5 |
2023-05-02 | sw: prefix members of SvXMLImport, SvXMLImportPropertyMapper, ... | Miklos Vajna | 3 | -40/+40 |
2023-05-01 | AutoName is only used as Any, no need to extract into intermediate string | Mike Kaganski | 1 | -4/+4 |
2023-04-27 | sc: pivot table compact layout | Dennis Francis | 1 | -0/+2 |
2023-04-24 | sw: prefix members of XMLFontAutoStylePool, XMLPageExport, ... | Miklos Vajna | 4 | -17/+17 |
2023-04-18 | fix brain malfunction | Noel Grandin | 4 | -19/+4 |
2023-04-18 | convert XmlShapeType to scoped enum | Noel Grandin | 1 | -57/+57 |
2023-04-17 | crashtesting: crash on export of forum-mso-de-102589.docx to odt | Caolán McNamara | 1 | -0/+5 |
2023-04-17 | xmloff: prefix members of SvXMLNumFmtExport | Miklos Vajna | 1 | -7/+7 |
2023-04-15 | just use a reference instead of an always dereferenced pointer | Caolán McNamara | 1 | -1/+1 |
2023-04-14 | XMLPropertyState needs to be a complete type here now | Stephan Bergmann | 1 | -1/+2 |
2023-04-13 | remove unnecessary exportStyleFamily method | Noel Grandin | 1 | -6/+0 |
2023-04-12 | xmloff: ODF import/export for style:overflow-behavior "clip" | Sarper Akdemir | 2 | -0/+3 |
2023-04-08 | Delete other special copy/move functions | Mike Kaganski | 1 | -0/+3 |