xcu files are made from several sections, the main ones are: Properties and Features Property: actual setting with its underlying type and its default value Feature: a boolean that says "let the user change that setting in the Advanced Settings UI" This is checked by using officecfg/registry/schema/org/openoffice/Office/DataAccess/Drivers.xcs and configmgr mechanism There are two kinds of properties named "Value": - first one is in "Property" groups and has a static oor:type="any" (can take on boolean, int and other types of values) - second one is in "Feature" groups and has a static oor:type="boolean" so can take on only boolean values. Each node in Feature section must have an equivalent in Property section Most of the time the node name of both sections should be equal, however there are 5 known exceptions (more?): - "UseBracketedOuterJoinSyntax" feature => "EnableOuterJoinEscape" property - "UseDOSLineEnds" feature => "PreferDosLikeLineEnds" property - "UseSQL92NamingConstraints" feature => "EnableSQL92Check" property - "AppendTableAliasInSelect" feature => "AppendTableAliasName" property - "UseKeywordAsBeforeAlias" feature => "GenerateASBeforeCorrelationName" See dbaccess/source/ui/dlg/DbAdminImpl.cxx, ODbDataSourceAdministrationHelper constructor, eg: m_aIndirectPropTranslator.emplace( , ) and dbaccess/source/ui/misc/dsmeta.cxx, lcl_getFeatureMappings() function, eg: { , } LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-17Colibre: fix typehistogram_16.png iconIlmari Lauhakangas
Change-Id: Iebbe9f31d9c42dc2af82a9afefdae1fd711a4677 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173562 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-07-29tdf#161090 - Spec how many / which values are in remainder of-Pie chartKurt Nordback
This commit moves bar-of-pie and pie-of-pie chart types into a separate line in the chart type selection UI from 'plain' pie chart types. This allows for separate UI controls, including a spin button added in this commit for of-pie types to specify the number of entries to be included in the composite wedge and broken out in the right-hand subchart. Per discussion in this and related bugs, this may not be the long-term best approach for specifying which entries go into the composite, and it still only allows for the last entries in the composite. But it is a step towards allowing greater control. I've also changed the default number in the composite from 3 to 2, to better match MSO. I/O of the 'number in the composite wedge' parameter is not included in this commit. Implementing that for ODF and OOXML perhaps should be a separate bug or bugs. Change-Id: If4afc1417ea94c15e86a9a4dfe967a6f8ecb7ca8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168690 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-07-21tdf#82716 Add initial implementation of the Histogram Chartvarshneydevansh
- Add the Histogram selection to the UI - Histogram bars showing with No Gap - Convert X and Y axis to group data into bins and frequency - Adjusted failing UI test (tdf138556) as a new chart type was added Change-Id: Id1f161adac943ead5e17c7fbb7e14c9ab7f1655e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167068 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-05-23tdf#161092 Colibre: Graphics for bar-of-pie and pie-of-pie chart typeRizal Muttaqin
Change-Id: I6af94e0792b17c58dc673732a0c96a844143315b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167972 Tested-by: Jenkins Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2024-02-19tdf#50934: Rudimentary UI images for pie-of-pie and bar-of-pieKurt Nordback
Change-Id: If2ddf1ea12804717583ab6df18dc7fbfffc37d31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160740 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-03-19Colibre: tdf#148029 Remove dark area in dark variantRizal Muttaqin
Change-Id: I53c550ae5a0ec619c7bfe3e46defc72227bb90fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131844 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-02-03Colibre: tdf#147106 Update chart type designRizal Muttaqin
Change-Id: I432af416fee44a78d8e4ef73b08404eadc8358b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129274 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-06-02tdf#133268 (Sync w Sukapura, + & improve many icons)Rizal Muttaqin
Change-Id: I00c5959993cbbb2bd18fd37b264eae5b709cc8d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95333 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-05-31Resolves tdf#133268: Update Colibre color paletteRizal Muttaqin
- Change color to latest MS Office monoline style - Overhaul overall appearance Change-Id: If181b58dc68310cacb926cf814c6d99d4b0b47d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95189 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-02-23Breeze, Colibre. Sifr: Fix for tdf#130871rizmut
- Breeze & Sifr: Make dark previous light background Change-Id: I8bbb7ab7ea9e3dbcc60da6332fd82790fe9db73b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89260 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-12-18Link duplicate icons instead of including a copyJan-Marek Glogowski
The respective SVG and PNG versions have the same md5sums, so just list them in the linking file. Change-Id: I479b7d40980707bbba169171dd9279a62080561e Reviewed-on: https://gerrit.libreoffice.org/85394 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-10-16tdf126796 percent stacked image fixed for colibreandreas kainz
Change-Id: Iad8d37c5d0f9fa10bad426ce2b1fb7e760b2e1fd Reviewed-on: https://gerrit.libreoffice.org/80865 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-07-17remove the GL based 3D chartsMarkus Mohrhard
Change-Id: Ia578c71ae70aa0a85b49fa50138edf90f961b1e9 Reviewed-on: https://gerrit.libreoffice.org/57533 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2018-03-29Colibre icons: finish chart iconsandreas kainz
Change-Id: I658c1e29a468900297ccbfcfc4b1b7a2c073caee Reviewed-on: https://gerrit.libreoffice.org/52035 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-03-18Colibre icons: update chart2 iconsandreas kainz
Change-Id: Ie62ff6708f549b5a500aec91633a74ffd007c58d Reviewed-on: https://gerrit.libreoffice.org/51500 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-09tdf#115867: Add colibre icon theme which follow MSO color schemeandreas kainz
Change-Id: Id09932212f348952fe9fb141dec1b5b13d727a54 Reviewed-on: https://gerrit.libreoffice.org/50989 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>