summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-08-28the default value now needs to come from the style if the style is availablefeature/chart-style-experiment-markusMarkus Mohrhard2-4/+18
Change-Id: I54b3563aabcde71e7bcddacc8a7a5b1a9eb70ccd
2019-08-27move default values from hard formatting to styleGagandeep Singh4-11/+20
Change-Id: I240e58573d7cf24c2f2f36193a47dfce4bd92a11
2019-08-27implement the sidebar model update interface for chart styles panelGagandeep Singh2-2/+48
Change-Id: Id6e46b405ecd8c46648968c8dc91f960e44259e7
2019-08-27set the Name for properties in XPropertyAcess' methodsMarkus Mohrhard1-0/+4
Change-Id: Ia5e0b10be09b852855452304df482a523830e5f7
2019-08-27make sure we are setting the correct typeMarkus Mohrhard1-1/+3
Change-Id: I0daeaa5caf2ddee243020d46e7fbb9fd6b04c488
2019-08-27update chart styles sidebarMarkus Mohrhard6-10/+10
Change-Id: I83edde38c4c76624916ee023f43242a22d8f27b9
2019-08-21small changes to the chart styles sidebarMarkus Mohrhard7-208/+192
Change-Id: I76ccf9d4ea3663f89787db22476004a37dd6e1e3
2019-08-20Add XPropertyAccess and XCloneable to ChartStylesGagandeep Singh15-132/+405
* This patch also adds the Style Update to GUI * Added liscense details to ChartStylesPanel.(h/c)xx * Some minor bug fixes to applyStyleToCoordinates function * Added the Default Chart GtkEntry to ChartStylePanel Change-Id: I730fbf2f748b05d82d22ba45fa36bb70226db4c9
2019-08-16format fileMarkus Mohrhard1-3/+4
Change-Id: I42c0069b63ced24eee99d43a7319cc50fd629e30
2019-08-16Add more methods to XChartStyle.idl for applying styles to title, axis,..Gagandeep Singh4-1/+98
Change-Id: I6ce9b3da584671636830122ef9ac9f6b9f54d132
2019-08-15don't force huge control sizeMarkus Mohrhard1-1/+0
Change-Id: I9b42a8b16a333b0833d8444cdc70f32455859028
2019-08-15make sure the ChartStyles panel shows up in chart sidebarMarkus Mohrhard1-29/+9
Change-Id: I8c6cef96d12a97fb8246efc5186d02c5f26733eb
2019-08-15Chart Styles : Added a list box for chart Style in sidebarGagandeep Singh8-0/+327
Just a GUI update for help in testing chart styles Change-Id: If7990af383e73996e42ce756c46a8d69d3ab95f3
2019-08-12initial stab at adding ugly chart style selectorMarkus Mohrhard5-7/+66
Change-Id: Ica266b608d5868be5abe04929c912673e7c4f011
2019-08-12tdf#126837: fix incorrect handling of visible flag for chart titlesMarkus Mohrhard1-0/+3
Change-Id: Idb8dfa18e924324dcf27339fd18ff90616651d40
2019-08-12implement a ChartStyles objectMarkus Mohrhard4-15/+145
Change-Id: Id7992faa801816be99c47f2bea754108b0296da5
2019-08-11add the ChartObjectType::FLOOR IDMarkus Mohrhard1-1/+2
Change-Id: I14c6f6e653c7e95a6503eae220140563977609eb
2019-08-10move chart wall default formatting to styleMarkus Mohrhard2-8/+19
Change-Id: Ieddeb087df2c60ffa59c5ebba378f862350377bf
2019-08-10This updates the chart model elements to be used with ChartStyles.cxxGagandeep Singh27-1578/+1797
Based on Markus' patch: d63f1346a6c5767d995c787fe2bb36b023a64788 Change-Id: I712793f7299ca33773b004711400af4e070c6485
2019-08-10move default chart legend formatting to the styleMarkus Mohrhard2-5/+11
Change-Id: If996e2d86ce07e91da77789732a1abf1ae1b3f99
2019-08-10add initial code to apply style to chartMarkus Mohrhard5-0/+28
Change-Id: I33207f95236f4102f8ae5620465494b3384fbbbb
2019-08-07store the first style in ChartStyleMarkus Mohrhard5-228/+271
Change-Id: Ib72b2c9aeb3ba2c09e8be6edbbd713cb2512b3e7
2019-08-07use a map instead of a vectorMarkus Mohrhard2-6/+6
Change-Id: I9248557b4500cfcaf81ea70b1d5b2f1a92d504f3
2019-08-06try a different idea how to quickly get some chart styles implementedMarkus Mohrhard2-0/+86
Change-Id: I3856c97f8b58d9631b577700dd5aabe7f4f5798b
2019-08-06ChartStyle service prototype and integration into ChartModelGagandeep Singh8-3/+151
Change-Id: I6462886fba99f16df36a847121adc31ac1924424
2019-08-06Revert "[WIP] Core Structures for Chart Styles Implementation"Markus Mohrhard44-758/+1
This reverts commit 2fd7ed670df9bd4390d26b6a8c6b64c6a4242e50. Change-Id: I6fc8474f251a7507ea31db623a4bd3908e198b82
2019-08-06ChartStyle class for XChartStyle interfaceGagandeep Singh4-0/+97
Change-Id: I8b2cf62e9791f70739d6973aab96c344cb3c3ffb Reviewed-on: https://gerrit.libreoffice.org/75308 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2019-08-06Populating the ChartObjectType.idlGagandeep Singh1-1/+13
Change-Id: I253f720d7afc749b1d35946a929f2a762ec03a54 Reviewed-on: https://gerrit.libreoffice.org/75107 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2019-08-06add interfaces for chart styleMarkus Mohrhard3-0/+54
Change-Id: Ib8e118a5c866187507d438f1decbc49ffafd0dd4
2019-08-06[WIP] Core Structures for Chart Styles ImplementationGagandeep Singh44-1/+758
Change-Id: I2e96606184b895d572eabdfbac1539a2881e3541
2019-08-04tdf#93476 Sort Macro library list after creating/importing a macroAndreas Heinisch1-33/+19
Improved GetMergedLibraryNames: Create only one list and sort it at the end Change-Id: Id02aa994fe3b8fcaad115c0e3fcaca56601ee8bf Reviewed-on: https://gerrit.libreoffice.org/76911 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-08-04Removed executable permission on fileAndrea Gelmini2-0/+0
Change-Id: If47f2960372668b1d34ac28df09b6efe7b11eada Reviewed-on: https://gerrit.libreoffice.org/76907 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2019-08-04Fix typoAndrea Gelmini6-6/+6
Change-Id: I2991d07cb777ee83c24931798035fcc17ae48662 Reviewed-on: https://gerrit.libreoffice.org/76908 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2019-08-03tdf#39593 Drop lcl_GetIndexFromNameArkadiy Illarionov1-13/+3
Use comphelper::findValue instead Change-Id: Id8490034b0f957084680fef18ba07974b5373fb2 Reviewed-on: https://gerrit.libreoffice.org/76896 Tested-by: Jenkins Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com>
2019-08-03tdf#120286 Disable edit style if inherit from is disabled or NoneJim Raykowski1-0/+5
Change-Id: Ia08adef09292d330d570a5a931d83317ffa7c3f2 Reviewed-on: https://gerrit.libreoffice.org/76825 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2019-08-03tdf#93476 Sort Macro library list after creating/importing a macroAndreas Heinisch2-25/+28
Moved sorting to inline functions, so the sorter is created only once Change-Id: I5f06e8d94d2b93f8856cacfd42257f62b84d6e73 Reviewed-on: https://gerrit.libreoffice.org/76867 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-08-03ofz#16191 add en_LK locale data stubCaolán McNamara2-0/+145
Change-Id: I0a4fd74e9f50e5d62d2bbd294a42cd272af90e44 Reviewed-on: https://gerrit.libreoffice.org/76891 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-03some missed vcl::Window->TabPageParent opportunitiesCaolán McNamara2-2/+2
Change-Id: Idb652586ff659874750779d30cb2b38b3df8892e Reviewed-on: https://gerrit.libreoffice.org/76893 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-03tdf#39593 extract getting max row length to template functionArkadiy Illarionov1-24/+18
Change-Id: I23c81ac7dbd8785b12620aaf8ae2c090ae1785f8 Reviewed-on: https://gerrit.libreoffice.org/76894 Tested-by: Jenkins Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com>
2019-08-03Update git submodulesAndras Timar1-0/+0
* Update dictionaries from branch 'master' - Updated Slovenian thesaurus Change-Id: I92b7d40652ce056b627fdac251a36976a2a9301c Reviewed-on: https://gerrit.libreoffice.org/76708 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2019-08-03Fix typosAndrea Gelmini31-73/+73
Change-Id: Ia6a6d93bade801fab77bfba701b64a905328c695 Reviewed-on: https://gerrit.libreoffice.org/76774 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-03Fix typosAndrea Gelmini17-35/+35
Change-Id: Iaf2691b60796300f6c3acf56f60dcc526685eeb9 Reviewed-on: https://gerrit.libreoffice.org/76855 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-03Fix typosAndrea Gelmini16-20/+20
Change-Id: I5c95e180681220fc592400435d90e4d46603d41c Reviewed-on: https://gerrit.libreoffice.org/76883 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-02calc: simplify getDocumentSize calculation.Michael Meeks1-9/+1
Change-Id: Iee2ebf2c6ed74651556647264f519caa9c59dad7 Reviewed-on: https://gerrit.libreoffice.org/76492 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2019-08-02clipboard: add profile zones.Michael Meeks1-1/+7
Change-Id: I2c005e78884fbe35c3045f76c203a7a369e97646 Reviewed-on: https://gerrit.libreoffice.org/76885 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2019-08-02clipboard: elide string constructor.Michael Meeks1-4/+1
Change-Id: I1f476d981989296138ab9b9b58075919da4c09b8
2019-08-02clipboard: elide string constructor.Michael Meeks1-1/+1
Change-Id: I18c01e77e0ddf4b86f2f5ba610509555160f96c3
2019-08-02XTransferable2 - add missing 'since' tag on isComplex.Michael Meeks1-0/+2
Change-Id: Ib8165edb4d87fb5bbb115fe26b8dbbe5a70bd59a
2019-08-02Removed duplicated includeAndrea Gelmini1-1/+0
Change-Id: Ic54fab581f34f385f5a6395bb39020299fbf2bde Reviewed-on: https://gerrit.libreoffice.org/76882 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-02Use implicit OString constructor and cleanup casts.Michael Meeks2-13/+13
Change-Id: I686c32d3666bceb23dd86a4220428fa319ffdf45