/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #include "subtdlg.hrc" TabPage RID_SCPAGE_SUBT_OPTIONS { HelpId = HID_SCPAGE_SUBT_OPTIONS ; Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; Hide = TRUE ; FixedLine FL_GROUP { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Groups"; }; CheckBox BTN_PAGEBREAK { HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK"; Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 239 , 10 ) ; Text [ en-US ] = "~Page break between groups" ; TabStop = TRUE ; }; CheckBox BTN_CASE { HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE"; Pos = MAP_APPFONT ( 12 , 28 ) ; Size = MAP_APPFONT ( 239 , 10 ) ; Text [ en-US ] = "~Case sensitive" ; TabStop = TRUE ; }; CheckBox BTN_SORT { HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_SORT"; Pos = MAP_APPFONT ( 12 , 42 ) ; Size = MAP_APPFONT ( 239 , 10 ) ; Text [ en-US ] = "Pre-~sort area according to groups" ; TabStop = TRUE ; }; CheckBox BTN_FORMATS { HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS"; Pos = MAP_APPFONT ( 12 , 101 ) ; Size = MAP_APPFONT ( 239 , 10 ) ; Text [ en-US ] = "I~nclude formats" ; TabStop = TRUE ; }; CheckBox BTN_USERDEF { HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_USERDEF"; Pos = MAP_APPFONT ( 12 , 115 ) ; Size = MAP_APPFONT ( 239 , 10 ) ; Text [ en-US ] = "C~ustom sort order" ; TabStop = TRUE ; }; ListBox LB_USERDEF { HelpID = "sc:ListBox:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF"; Border = TRUE ; Pos = MAP_APPFONT ( 20 , 127 ) ; Size = MAP_APPFONT ( 231 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; RadioButton BTN_ASCENDING { HelpID = "sc:RadioButton:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING"; Pos = MAP_APPFONT ( 12 , 69 ) ; Size = MAP_APPFONT ( 239 , 10 ) ; Text [ en-US ] = "~Ascending" ; TabStop = TRUE ; }; RadioButton BTN_DESCENDING { HelpID = "sc:RadioButton:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING"; Pos = MAP_APPFONT ( 12 , 83 ) ; Size = MAP_APPFONT ( 239 , 10 ) ; Text [ en-US ] = "D~escending" ; TabStop = TRUE ; }; FixedLine FL_SORT { Pos = MAP_APPFONT ( 6 , 58 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Sort" ; }; }; TabPage RID_SUBTBASE { // Die Elemente haben hart vergebene Hilfe-IDs, weil automatisch generierte // aus den Ableitungen nicht in der HID-Liste auftauchen wuerden HelpId = HID_SCPAGE_SUBT_GROUP ; Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; Hide = TRUE ; FixedText FT_GROUP { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 121 , 8 ) ; Text [ en-US ] = "~Group by" ; }; ListBox LB_GROUP { HelpId = HID_SC_SUBT_GROUP ; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 14 ) ; Size = MAP_APPFONT ( 121 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; FixedText FT_COLUMNS { Pos = MAP_APPFONT ( 6 , 32 ) ; Size = MAP_APPFONT ( 121 , 8 ) ; Text [ en-US ] = "~Calculate subtotals for" ; }; Control WND_COLUMNS { HelpId = HID_SC_SUBT_COLS ; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 43 ) ; Size = MAP_APPFONT ( 121 , 136 ) ; TabStop = TRUE ; }; FixedText FT_FUNCTIONS { Pos = MAP_APPFONT ( 133 , 32 ) ; Size = MAP_APPFONT ( 121 , 8 ) ; Text [ en-US ] = "Use ~function" ; }; ListBox LB_FUNCTIONS { HelpId = HID_SC_SUBT_FUNC ; Border = TRUE ; Pos = MAP_APPFONT ( 133 , 43 ) ; Size = MAP_APPFONT ( 121 , 136 ) ; TabStop = TRUE ; StringList [ en-US ] = { < "Sum" ; Default ; > ; < "Count" ; Default ; > ; < "Average" ; Default ; > ; < "Max" ; Default ; > ; < "Min" ; Default ; > ; < "Product" ; Default ; > ; < "Count (numbers only)" ; Default ; > ; < "StDev (Sample)" ; Default ; > ; < "StDevP (Population)" ; Default ; > ; < "Var (Sample)" ; Default ; > ; < "VarP (Population)" ; Default ; > ; }; }; }; // "Control" braucht immer eigene HelpId - ansonsten aus RID_SUBTBASE kopiert TabPage RID_SCPAGE_SUBT_GROUP1 < RID_SUBTBASE { HelpId = HID_SCPAGE_SUBT_GROUP1 ; }; TabPage RID_SCPAGE_SUBT_GROUP2 < RID_SUBTBASE { HelpId = HID_SCPAGE_SUBT_GROUP2 ; }; TabPage RID_SCPAGE_SUBT_GROUP3 < RID_SUBTBASE { HelpId = HID_SCPAGE_SUBT_GROUP3 ; }; TabDialog RID_SCDLG_SUBTOTALS { OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 294 , 176 ) ; Text [ en-US ] = "Subtotals" ; Moveable = TRUE ; Closeable = FALSE ; TabControl 1 { OutputSize = TRUE ; SVLook = TRUE ; Pos = MAP_APPFONT ( 3 , 3 ) ; Size = MAP_APPFONT ( 240 , 150 ) ; PageList = { PageItem { Identifier = PAGE_GROUP1 ; Text [ en-US ] = "1st Group" ; }; PageItem { Identifier = PAGE_GROUP2 ; Text [ en-US ] = "2nd Group" ; }; PageItem { Identifier = PAGE_GROUP3 ; Text [ en-US ] = "3rd Group" ; }; PageItem { Identifier = PAGE_OPTIONS ; Text [ en-US ] = "Options" ; }; }; }; PushButton BTN_REMOVE { Pos = MAP_APPFONT ( 143 , 160 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; }; /mimo-5-4-7-2'>distro/mimo/mimo-5-4-7-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/breeze/chart2
AgeCommit message (Collapse)Author
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-05-23tdf#161092 Breeze: Graphics for bar-of-pie and pie-of-pie chart typeRizal Muttaqin
Change-Id: I6f0f794abe567020f4e7e0d758ac9132b57611fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167976 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org> Tested-by: Jenkins
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>
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-10-31Breeze & Sifr: fix for tdf#126796 wrong percent stacked chart imagesrizmut
- Add more 32 px Sifr icons - Make all chart Breeze dark background dark - Fix for wrong vertical text Sifr icons Change-Id: I275a596a00361b5e43a8e6bf453314a020ad2c36 Reviewed-on: https://gerrit.libreoffice.org/81747 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-10-26 Breeze: tdf#127976, Fix icons in Navigator Writer master document moderizmut
- Fix for find search icons - Update Add Name and Manage Name icons in Calc - Fix blurred CHANGE CASE TO UPPER icons Change-Id: Ib0d21a592f636ebd192f1c5bfdb0e316edc0f403 Reviewed-on: https://gerrit.libreoffice.org/81541 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-10-16tdf#126796 percent stacked image fixed for breezeandreas kainz
Change-Id: I6687d462de7e21e770220cc1e804a28231b9e38d Reviewed-on: https://gerrit.libreoffice.org/80866 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-06-30Breeze: Fix for tdf#126155, tdf#124127, tdf#89884,Rizal Muttaqin
- Syn color code with upstream - Add support for 32px Arabic and RTL icons - Add support for 32px non English /locale UI for bold, italic and underline - Add more missing menu item icons - Update connector to be thinner - etc Change-Id: I6809eaee40af8b2d277d966ba9a09c1d3c5a8e8e Reviewed-on: https://gerrit.libreoffice.org/74912 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
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-29Breeze icons: add chart2 iconsandreas kainz
Change-Id: I40bc25fa6c230d5ee5b9e3af68e01d0d8ad56e72 Reviewed-on: https://gerrit.libreoffice.org/52038 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2016-01-11Breeze and galaxy transition icons update according to jays recsandreas kainz
Change-Id: I96b0a80962e1dc6925a57e5fe07041f2dccdacc6 Reviewed-on: https://gerrit.libreoffice.org/21375 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-12-09Breeze Icon change calc type icon for gl 3dandreas kainz
Change-Id: I63fa25c4c9333cb4a3a51543a5bbb4fda08ebd63 Reviewed-on: https://gerrit.libreoffice.org/20352 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-12-028 bit palettes are on the slow path for quartz/svp/gtk3Caolán McNamara
Change-Id: Id2ed21b397a3f56413c344dcf9211ab64a939286
2015-11-24Breeze Icons: change icons according to review from jayandreas kainz
Change-Id: Ib6614db33ede42e90a4706b3ccd7d3b8fb6be3e5 Reviewed-on: https://gerrit.libreoffice.org/20139 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>