summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-01WIP: refactor SfxObjectShell out of SvxColorItemfeature/themesupport2Sarper Akdemir51-188/+184
2021-10-11introduce virtual theme color setsSarper Akdemir20-49/+236
2021-09-13import pptx color schemes as color setsSarper Akdemir7-16/+79
2021-09-07WIP: introduce XColorSetsManager interfaceSarper Akdemir4-0/+53
2021-09-01rename CharColorTheme to CharColorThemeColorIndexSarper Akdemir9-12/+12
2021-08-25implement color tint or shade import for pptxSarper Akdemir3-0/+18
2021-08-25rename getSchemeName getSchemeIndex to remove ambiguitySarper Akdemir5-12/+12
2021-08-25implement initial pptx theme color importSarper Akdemir4-0/+21
2021-08-25expose the SvxColorItem theme related uno for draw/impressSarper Akdemir3-2/+8
2021-08-25make colorsets work outside of styles and with direct formattingSarper Akdemir13-240/+474
2021-07-01Unit test (with the content disabled so far) for the theming.Jan Holesovsky2-0/+6
2021-07-01adjust the conversion from theme color type to the color set indexTomaž Vajngerl1-5/+5
2021-07-01convert tint value from ooxml to the value we supportTomaž Vajngerl1-1/+1
2021-07-01check that the color index is validTomaž Vajngerl1-2/+2
2021-07-01Support reading back theme color from an ooxml documentTomaž Vajngerl9-9/+83
2021-07-01Theme color and tint/shade attribute for SvxColorItemTomaž Vajngerl5-7/+87
2021-07-01Improve preview of theme color sets - add color set nameTomaž Vajngerl1-4/+30
2021-07-01Purge out rtl::math::setInfBaiXiaochun9-74/+43
2021-06-30svp: add ostream<< for SvpSalFrameJan-Marek Glogowski2-1/+22
2021-06-30tdf#70633 unset Alt if detected as AltGr in both KeyInput branchesCaolán McNamara1-6/+15
2021-06-30tdf#143113 fix crash in dndCaolán McNamara3-10/+12
2021-06-30ofz#35504 clamp input values in cgm filterCaolán McNamara2-1/+6
2021-06-30fix a size warningLuboš Luňák2-3/+3
2021-06-30XLSX export: improve handling of checkbox (form controls)Miklos Vajna5-2/+131
2021-06-30sfx2: try to fix lifecycle of SfxOfficeDispatchMichael Stahl4-1/+61
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin13-14/+28
2021-06-30tdf#135316 optimise SwCharFormats::FindFormatByNameNoel Grandin10-28/+206
2021-06-30StylePresets: set bacground color for ValueSetTomaž Vajngerl1-1/+3
2021-06-30swap text and background colors in colorsetsTomaž Vajngerl1-16/+16
2021-06-30uitest: combine create_doc_in_start_center methodsXisco Fauli269-439/+434
2021-06-30indexing: add indexing export as an export filter for WriterTomaž Vajngerl8-0/+182
2021-06-30Fix potential (but unlikely) overflowJan-Marek Glogowski1-2/+2
2021-06-30tdf#135316 cache propertysetinfo in SwXShapeNoel Grandin2-13/+17
2021-06-30tdf#135316 make regex object static constNoel Grandin1-1/+1
2021-06-30tdf#140431 XLSX export: fix double file:// prefixTünde Tóth3-2/+21
2021-06-30exclude more UNO type and crypto leaksNoel Grandin1-1/+4
2021-06-30uitest: guard the remaining create_doc_in_start_centerXisco Fauli23-511/+465
2021-06-30uitest: guard create_doc_in_start_center in scXisco Fauli125-7593/+7216
2021-06-30uitest: guard create_doc_in_start_center in swXisco Fauli104-4626/+4347
2021-06-30uitest: guard create_doc_in_start_center in sdXisco Fauli22-629/+584
2021-06-30tdf#132421 - don't URL encode filename for the import ASCII dialog titleAndreas Heinisch1-1/+2
2021-06-30fix failure in JunitTest_unotools_complexNoel Grandin3-1/+9
2021-06-30tdf#139301 tdf#141933 (related) Translate new preset dash namesGabor Kelemen3-8/+47
2021-06-30Add Portuguese support to ScriptForge library (l10n)Rafael Lima2-0/+1142
2021-06-30WinFloatRound has the same content as FRoundCaolán McNamara1-8/+5
2021-06-30Purge out rtl::math::setNanBaiXiaochun55-377/+252
2021-06-30Avoid accumulating a huge number of Trace Events before calling the callbackTor Lillqvist1-0/+7
2021-06-30sw: rework to avoid DECLARE_SW_IMPORT_TEST() in CppunitTest_sw_txtimportMiklos Vajna1-10/+14
2021-06-29Simplify expresionBaiXiaochun1-21/+8
2021-06-29Extend and fix Scheduler GDB printerJan-Marek Glogowski1-4/+27