summaryrefslogtreecommitdiff
path: root/sc/uiconfig
AgeCommit message (Collapse)AuthorFilesLines
2024-09-04tdf#157230: Remove redundant Open and Save buttons in notebookbarKira Tubo1-158/+7
In "Tabbed" UI toolbar, remove redundant buttons: - Recent Documents* - Open Remote* - Save As** - Save Remote** *Buttons/functionality already appear in "Open" popup menu **Buttons already appear in "Save" popup menu Affects Writer, Calc, Impress, and Draw toolbars. Change-Id: I0e37adae57333979bfd232e07c772998b91208d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172622 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2024-09-03tdf#161543 Enhance the searching functionality in FD & FWAhmedHamed1-1/+21
Change-Id: I1a21595228f886c942ae46d90e41705443d31550 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170073 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de> Tested-by: Jenkins
2024-08-29Resolves: tdf#162659 toggle buttons have no "weight" propertyCaolán McNamara1-2/+6
so those extra columns don't make sense, they make sense if those were text entries. and add sensitive as a property we expect to see in tree/list-stores if sensitivity or later properties are used. Checking all the existing cases shows the only other cases like this are where we've just used the -1 'col' arg to set all columns to the desired sensitivity and previously shared a single sensitive property between checkboxes and the main 'text' case. Change-Id: I0b22fb93b935a06bfcda6f6a3169df0e24d8b9e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172546 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-08-15tdf#162475 sc: display all the conditions of same ranges in conditional ↵Pranam Lashkari1-1/+1
format manager Change-Id: I775f96f4cea19e8da34c2d64ac601e5ea3fc5c43 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169482 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170914 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-08-15tdf#162475 sc: preview style in easy format dialogPranam Lashkari1-0/+30
Change-Id: If9c96129daefd5100b4211c9b3b07953b603166d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169483 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170913 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-08-15sc: now formula conditions can be managed from condition format managerPranam Lashkari1-1/+0
Change-Id: I52cab33f5486c835dd13720eff93b497331561ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169536 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170912 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins
2024-08-15tdf#162475 sc: added date condition option in conditional format manage dialogPranam Lashkari2-4/+52
Change-Id: I453b4ef47bed1607f42fbb3e48303531c6f355a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169323 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170911 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins
2024-08-15sc: tdf#162475 manage conditional format with simpler dialogPranam Lashkari1-5/+61
now we can add new conitions for formating from manage conditional formating dialog Change-Id: I69660f108068a64e66301d62a61c485c81e8b97b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169322 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170910 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-08-06Ref: TDF#157930 Refine conditionaleasydialog.uiOlivier Hallot1-6/+45
+ Add Help button + Add extended tips + reword labels Change-Id: Ic1b24aedc3eb4c43fc1cf19f6bbcb8b3b72c94e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171210 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-08-01Add extended tip to definedatabaserangedialog.uiOlivier Hallot1-1/+11
+ totals row + available ranges Change-Id: I5beef214d118ac07bd707d094a2156f83b9ca095 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171381 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-07-19tdf#161296 Convert functions list in FD & FW into collapsible sectionsAhmedHamed1-1/+1
Change-Id: I9211c0cf02be8d21e343d57f53d14e50d7b5fd0d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169639 Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de> Tested-by: Jenkins
2024-07-12tdf#161534 Add a Help button in FD & FW to open respective Help documentationAhmedHamed1-1/+16
Change-Id: I35f5965401e970e02fa196f767bbd08d00de424f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170181 Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2024-06-27Resave with newer Glade versionBogdan Buzea26-1470/+957
Change-Id: Id30a7872e3f0d2689f77ece82d138696e3249882 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169560 Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp> Tested-by: Jenkins
2024-06-27Resave with newer Glade versionBogdan Buzea21-1158/+867
Change-Id: Ia53a3474107874d5b97156e8bc9a971db7a1e21a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169545 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-06-24Resave with newer Glade versionBogdan Buzea1-45/+45
Change-Id: Ia266b96c1cc558ca4eb17194a58a1623c3f3ed54 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169392 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-06-20tdf#146468: Match border tooltips in toolbar/sidebarKira Tubo1-16/+0
Update the border tooltips within Calc's toolbar and sidebar so that they have matching descriptions. Also update tooltips in Writer toolbar so that descriptions match across both apps. Change-Id: Ib7c682ed5035fe61d991209c4f2cf7f0a1a08a5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169052 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org>
2024-06-20tdf#161648 sc a11y: Set a11y name for border style button in sidebarMichael Weghorn1-0/+5
Set accessible name for the button to open the popup to select a border style. This is announced by Orca with the gtk3 VCL plugin when the button gets focused as expected. Setting accessible names for the items in the popup still remains to be done, s.a. discussion in pending Gerrit change [1] that's related. (If that gets merged, setting a11y names should probably be done in C++ code, not the corresponding .ui file.) [1] https://gerrit.libreoffice.org/c/core/+/169052 Change-Id: I200e160e64735e8701866428bf51e8b955dcc930 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169188 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-06-04Resolves tdf#161395 - Rename Whole Number to IntegerHeiko Tietze1-1/+1
Change-Id: Id4cce115823781e5f2a4870d38d1f456cdf417a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168395 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-06-03Rename 'Organizer' to 'General' in style dialogsSamuel Mehrbrodt3-3/+3
This tab page has general information about the style - name, inheritance, etc. Change-Id: Ie06cf8b149a369117c5102ba7e2aae0d97249b83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166773 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2024-05-21Fix typos in sparklines extended tipsOlivier Hallot1-9/+16
Change-Id: I96848ed20e9a6d3e2d18e07c5f781bb98ed72f80 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167902 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-05-20tdf#160969 Update extended tip for Comment IndicatorDione Maddern1-1/+1
In sc/uiconfig/scalc/ui/tpviewpage.ui - Updated extended tip for "Comment Indicator" to reflect the current appearance of the Tools > Options> Scalc > View dialog Change-Id: Iff0d7b0c05d54099818816e6146bc678d06a1e32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167867 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-05-16tdf#160969 Add missing tooltips for Tools > Options > Scalc > ViewDione Maddern1-1/+51
In sc/uiconfig/scalc/ui/tpviewpage.ui - Added extended tips for: - Comment indicator - Comment authorship - Formula indicator and tip - Summary on search - Grid lines - Pointer - Objects/Images - Charts - Drawing objects Change-Id: I1610e5282e85904d8aff30417466ec1015f97235 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167613 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-05-13tdf#157657 - sc: add option to make data validity case-sensitiveBalazs Varga1-10/+32
Add option to check data validity with case sensitive and case insensitive. The default set would remain the original case insensitive mode for data validity. Change-Id: Ic4fe56e2b31b7fc348b742f3b95fb44cd35bc49d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167280 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
2024-05-13Resolves tdf#63374 and tdf#160908Printf Debugging1-2/+2
Show edit highlight only when arrow keys won't commit. Use shorter UI label. Edit mode can be activated in two major ways, in which arrow keys behave differently. a) F2 | double_click | edit > Cell Edit Mode, in which case, the arrow keys either move the caret "|" or "reference cell frame". b) just start typing on the cell, in which case, pressing arrow keys commit the change. Edit highlight should be shown in case "a" to differentiate between the two. If the cell has some background color, or multiselection, then highlight is not shown. Change-Id: I710aa641cd47e8ca279dd8bd0e3b4e857d1b0c40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167092 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-05-07Resolves tdf#156885 - Make comment authorship optionalHeiko Tietze1-13/+39
Change-Id: I3422c9e5606fa9eb9aa450f518af8426e598ab8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167260 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-05-07tdf#149252 Add extended tips to sparklines dialogOlivier Hallot1-9/+130
Change-Id: I62487894a2e507b9f63f88745e1ce54ce471e863 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167246 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-05-06tdf#99528 Use vertical tabs in Calc paragraph styles dialogSamuel Mehrbrodt1-0/+1
Change-Id: I1528a3b38dac3c69b80b294a156359b5dc34f5bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166859 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2024-05-06tdf#99528 Use vertical tabs in 'Format cells' dialogSamuel Mehrbrodt1-0/+1
Change-Id: Id3ea15b1ae2ea22762f9c645e42548399eec3b0c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166748 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2024-05-06tdf#99528 Use vertical tabs in Calc page styles dialogSamuel Mehrbrodt1-0/+1
Change-Id: Ia08a7351470a1561269238c29af3da58fc0b8e20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166858 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2024-05-06tdf#99528 Use vertical tabs in Calc draw styles dialogSamuel Mehrbrodt1-0/+1
Change-Id: Idff126955c7b4721a2009febbde6a138bc4af93e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166857 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2024-05-03tdf#160349: add .uno:ChangeTheme to notebookbar to toggle dark modeJustin Luth1-0/+54
A temporary (ugly, but appropriate) icon has been assigned. The toggle can be customize-assigned to keyboard, menu, and toolbar, and can be found by searching for "Dark Mode". In the menu, it is checked when in Dark mode, and in the toolbar it is "depressed" or highlighted as active. Dark mode has been added to the view tab of notebookbar.ui. I added it as NOT VISIBLE, for several reasons. - dark mode is rather new and not so stable, so don't over-promote it. - notebookbars cannot be infinitely customized by the end user, so developers have to add all items. Users only enable or disable. - toggling dark mode really ought to be done at the OS level, and typically should be a one-time setting, therefore not appropriate to waste precious toolbar space. The primary benefit of making it available in the menu is for QA testers who want to easily switch back and forth. WARNING: by customizing the notebookbar, you prevent seeing any future NBB changes made to the program (until you reset to defaults or blow away the user profile). Dark Mode can easily be added to a menu, toolbar or keyboard shortcut by the end user, so I didn't bother adding it anywhere else. To avoid completely cluttering up this commit, I only added Dark mode to the main notebookbar. Once this commit has been finalized, the other writer-apps and notebookbars can also gain this command. Change-Id: Ia7594ad81e305ead922abd0ad7b41d6fc0413053 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166781 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2024-05-02Save with newer Glade versionSamuel Mehrbrodt1-241/+46
Change-Id: Ib1380e4771bbeeaebece1bb5bae0617e588ec378 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166747 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2024-05-02Save with newer Glade versionSamuel Mehrbrodt3-923/+170
Change-Id: I0b3c4d263cef98ae9b28b863e25def3819ca9186 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166772 Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Tested-by: Jenkins
2024-04-24Resolves tdf#159569 - Conditional Formatting dialog jumps with message stringHeiko Tietze1-183/+160
Some defined width solves the issue Change-Id: I1f92815e690828e283c275a58a71dd07613642fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166579 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-04-22tdf#61313 Replace the static ">=" with a dropdown of different operatorsAhmedHamed1-2/+9
The problem is with conditional formatting using icon set, as the icons order is fixed. It is solved by using comboBoxes for condition mode in ScIconSetFrmtDataEntry for every icon, and adjusting the UI file. A function that compares according to the currnt mode is added. Related CppunitTest files are updated. For every cell, last valid condition is applied. Change-Id: I489206d349a46092b307203c180705f42883183d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165701 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2024-04-22tdf#63374 Change cell background color when in edit modeSahil Gautam1-5/+37
Set the edit cell background (EditView) color to CALCCELLFOCUS and allow enabling/disabling via a checkbox tools > options > Calc > View > Edit cell background highlighting Change-Id: I1216dfa0880e1080d23059512e3801d6af3b3c11 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165075 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-04-20tdf#80390 Extend InsertCells Dialog to allow adding a set of Rows/ColumnsSahil Gautam1-59/+111
Change-Id: I103574d720fef685b806943672a2aeb1fbf87097 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164316 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2024-04-10tdf#160293 sc NBB: tabbed groupbar_compact keep tabs in Pivot contextJustin Luth1-0/+3
The VBox was hidding each child item since none had Pivot or any as context types. This didn't affect any other NBB variants because they hadn't wrapped the tabs in a ContextVBox. Using context-any would be bad for PrintPreview for example. Change-Id: I47c4c9c813c17dde5440ae6dbadb8d1ab066d293 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165956 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2024-04-08tdf#50998 tdf#87892 Add sinusoid shapeRMZeroFour1-0/+2
In response to #50998 (as well as #87892 indirectly), regarding adding sinusoidal and coil-like shapes to the shape gallery in LibreOffice, this commit adds a sinusoid shape to the gallery. The shape is still incomplete for release, at least lacking icons for the sidebar. Further details posted on the Bugzilla thread for issue #50998. PS-2: Removed the previously added flag shape. PS-4: Moved sinusoid to the end in a new subgroup. Change-Id: Ie0f6e3948b6dce98dc2b4f87289cfd37f2d16911 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165353 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-04-06use "ok" id like the other 446 dialogs instead of "okay"Caolán McNamara1-3/+14
and similar standardizations of stock labels and allow mnemonics Change-Id: I75c06f5a8ab961cf3b5427c33c801ae0f5ea5a78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165854 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-06Add dialog name to dataproviderdlg.uiTaichi Haradaguchi1-2/+3
...and change "Okay" to "OK" in the dialog. Change-Id: I7d64758b83f28edc3dadedaed883c8109eb3a9bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165786 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-03tdf#160376 Add uno:Reload to the Notebookbar UIRafael Lima4-10/+49
The command uno:Reload is missing from some of the Notebookbar UI variants (f.i. in Calc notebookbar_compact.ui has it, but the others do not). This patch adds the uno:Reload command to all variants of the Tabbed UI in all LO apps. Change-Id: Ic56a05a15bc52a51bc45435ca938a6879452189f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165675 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2024-04-02Conditional Formatting: Adding More Specified Dialoguescodewithvk1-14/+14
We have added additional single conditional dialogues to enhance the conditional formatting options for conditions such as duplicates, N elements, etc. Signed-off-by: codewithvk <vivek.javiya@collabora.com> Change-Id: I46d069f259d47739ad1bc859b19513f19d414eb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165290 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> (cherry picked from commit abcb07e2baf2d59904b50e9c20f8a108ab9f17de) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165626 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-03-30tdf#160378 Remove NewGlobalDoc from the Tabbed UI in sd and scRafael Lima3-21/+0
The command NewGlobalDoc is not supported by Calc, Impress and Draw, so they should not exist in the Tabbed UI. Otherwise, a gap appears, since there's no info about this command. Change-Id: I0dd2b4639cfb44437d6726d6f138c4767c5a3175 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165351 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-03-07fix indentCaolán McNamara1-4/+4
Change-Id: Ia96cd097829765d8e00c1ffa5962cd458d3820c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164489 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-03-07add truncate-multiline for consistencyCaolán McNamara1-0/+3
Change-Id: Ib9c2e28b583dd3cc8d877d69a39dce73fd54fdba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164488 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-02-19tdf#124098 sc add global config setting "RecalcOptimalRowHeightMode"Balazs Varga1-1/+36
to optimal row height recalculation for optimal document loading. If the "RecalcOptimalRowHeightMode" is set to "Recalc always" we always recalculate the optimal row heights at load time, without any warning dialog. If the "RecalcOptimalRowHeightMode" is set to "Recalc" we never recalculate the optimal row heights at load time, without any warning dialog. If the "RecalcOptimalRowHeightMode" is set to "Ask before Recalc" we ask the user if want to recalculate the optimal row heights at load time or not. The default value is the same what we are doing now: "Recalc always" This option was necessary, since optimal row height calculation depending on also the result of the conditional formatted formulas and it takes a lot of time to calculate the optimal row heights and load the document. Because we allow a lot of text/cell format attribute which are effect on the cell size, therefor it is necessary to evaluate all the formulas. Also if we have 20 condition for a cell range we need to evaluate all the 20 formulas for all the cells and it is very expensive at load time. Change-Id: I9288d11dd2f061f85fa36292a909402a6bb89ea9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163421 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
2024-02-16Resave with newer Glade versionBalazs Varga1-144/+144
Change-Id: Id3a9d60a82cfee0ccbb1275a32274697b54ebff3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163445 Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de> Tested-by: Balazs Varga <balazs.varga.extern@allotropia.de>
2024-02-12tdf#133836 Autofilter allow adding up members to the current selectionSahil1-4/+20
Added a new checkbox [x] Lock, which if checked locks the current selection, and further items then can be added to that locked selection Change-Id: If8a5da308443458abfed59b303ee25feffa0aa6d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159737 Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-01-30lok: notebookbar: fix number format fieldSzymon Kłos1-1/+7
- number format filed is inside different container in online - make it working again by putting into standalone sfxlo-NotebookbarToolBox Change-Id: Iecf85aad598cc5a68b5128e32f27818f2b372d92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162683 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162705 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>