summaryrefslogtreecommitdiff
path: root/sc/inc/globstr.hrc
AgeCommit message (Collapse)Author
2017-01-03tdf#87111 Warn about data loss when deleting source data of pivot tableAbhilash Singh
Change-Id: I59ab7551494622b8f1e68bfd9ef5e7ae19e65aee Reviewed-on: https://gerrit.libreoffice.org/31852 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai
Change-Id: Ife90c8f1c36980254de3cec6e395a6ba94d99fea
2016-11-20Remove some unused resource stringsTamás Zolnai
Change-Id: I8529aa491d37aef5e732909357ddf93372dde6d2
2016-08-22Make the string 'and' translatable in Manage Conditional Formatting dialogAndras Timar
Change-Id: Ieb6422c399866c02e6f1e6170a2753495a7be5fd Reviewed-on: https://gerrit.libreoffice.org/28279 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-06-27SfxProgress::SetState always returns trueStephan Bergmann
Change-Id: Ib606b0391f814ea9ff4383397a40a8a692563fa3
2016-06-01notebookbar: working number format listboxSzymon Kłos
Change-Id: I1555934646148b9cd4164cbaaf09dcb9affe861e Reviewed-on: https://gerrit.libreoffice.org/25579 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky
This reverts commit 4f1ce46b8d65360436e09750242101b566e6186c. Change-Id: I4b93ef8233f172935e72401ec51abd3d4c8a9fac Reviewed-on: https://gerrit.libreoffice.org/25152 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky
Lots of BIFF2-BIFF5 files out there don't have CODEPAGE record at all, or have one with a wrong value, and/or FONT records with wrong charset value. To solve that, this patch adds a new "Choose Encoding" entry to the file picker, so that users could specify the encoding to use for a given file, instead of relying on the information that might be present (or not) inside the file. It can be also used in headless mode, e.g. --infilter="MS Excel (encoded)":61 This doesn't affect BIFF8 import, nor the default behavior when not explicitly using the "Choose Encoding" entry. Change-Id: I89d850d7679b81bd399044478fac7a02e8b7680e
2016-03-07add STR_LONG_ERR_MATRIX_SIZE "Error: Array or matrix size"Eike Rathke
Change-Id: I81f7b278ba75abca6db59ab12dd1cf79dda15d20
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis
Change-Id: I91aa637d654c1f4d828832f2e43ad21f03036ad0 Reviewed-on: https://gerrit.libreoffice.org/20134 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-01-21IMHO " : " doesn't need to be localizable, tdf#95878 follow-upEike Rathke
Removing STR_FUNCTIONS_NAMEDESCS from resident strings, what should poor localizers translate it to anyway? Change-Id: I333f3e48332a0796112c28c230be20529e2241c4
2016-01-18tdf#95878 made more useful function suggestion system in formula editingKeigo Kawamura
I made function list suggestion and description tip in libreoffice calc. This change give us a nice function suggestion and easy function input. For example if I write "=i" then calc suggests "[if], iferror, ifna, and 50 more". You should only choice the function you would write with Ctrl-Tab and Ctrl-Shift-Tab, and then type Enter. Also there is a description of suggesting function, so even if you do not know the true name of the function you want to write, you can find the function. This change also give us a description of arguments of selected function. If I write "=i" and push enter key, then calc show "=if()" and a description of arguments of function "if()". Change-Id: Icd5ad04ea092fa39f27bb2776fd9e93649896baf Reviewed-on: https://gerrit.libreoffice.org/20035 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-28add comment that some STR_COND_... values must be in sequenceEike Rathke
Change-Id: Ibb1b14aa624b1ff6f52c5db8ba799d8cf30c3484
2015-07-13renumber globstr.hrc STR_...Eike Rathke
and move STR_HEADER_RANGE_OR_EXPR and STR_HEADER_RANGE to proper positions. Renumbered sc/inc/globstr.hrc consecutively using sc/util/number-defines-consecutively.awk which closed a gap of six strings. Change-Id: Ibf643ad5b243caf7b01226af399e60bbe0433a15
2015-07-13Resolves: tdf#92709 conditional formats are applied to ranges, not expressionsEike Rathke
Hence we need a separate string as header in the dialog. Unfortunately I did not see this when applying 0cf38e7d0c5d2b67dca828aae1797bff58b6c5fe Change-Id: Ib60cef29e663e71a25849df1d5a926f0e871bb8b
2015-04-10tdf#89641 Page numbering in Calc and Draw/ImpressDobra Gabor
Change-Id: I5ce2f528ae4a243ea8402c787b5c77cf75052d2e Format: "Slide 2 / 3" changed to "Slide 2 of 3 (1)". Reviewed-on: https://gerrit.libreoffice.org/14806 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-03-28tdf#42897 Warn the user if string without quote is entered as condition value.Laszlo Kis-Adam
Change-Id: I5b30b608c0192b434ff237513ed7fbbf5af43f11
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida
You used to have to convert formula cells to static values by copying them and pasting them as values onto the original place. Why not just allow converting them in place? This is something I've always wanted to implement.
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard
Change-Id: I11db1e5824077135c4352ae43cc0e8d139244268
2014-03-19cp#1000022: Display message in print preview when there is nothing to show.Kohei Yoshida
To make this experience slightly less confusing. Change-Id: I844dd2cdbc0349433d445955cdcf5e9723673286
2014-03-19fdo#64290 ui:count selected rows and columnsgdm.manmeet
Change-Id: Ie6443fd9b1ac6332b4937c4b6b5d565cca1fe612
2014-02-05fdo#74132: Do not interrupt search in Calc.Matúš Kukan
Extending f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63 "fdo#74132: Do not interrupt search in Writer." for Calc. Change-Id: I3a7e5070300993d2811a79f17cb1b2edb0355c44
2013-10-30renumbered string ID defines consecutively to close gapsEike Rathke
... and shrink the resident array a little. Also included the awk script that does this. Change-Id: I47ab6d9d49d229dcffeef1a684f5c6fa836f91d0
2013-10-30renamed STR_COUNT to SC_GLOBSTR_STR_COUNT to clarify ...Eike Rathke
... that it is not an ID of a string but indeed the count of global strings. Change-Id: Ia4ebc389bad86333bae6a3ce761399b9248f2696
2013-10-30STR_VALERR had no place in globstr, moved to scstring SCSTR_VALERREike Rathke
Change-Id: I311918aaacc8b0de32af5bd7fd7e5be146d977e2
2013-10-30moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke
They aren't needed in globstr and weren't in RID_GLOBSTR anyway but in global STR_START+... range possibly sharing IDs with something else after STR_END of sc.hrc ... Change-Id: I1f9f8e9e1748afdd00ceb3106ec405456415ee21
2013-10-30commented purpose of this file to clarify resident natureEike Rathke
currently it's a mess of what was added here Change-Id: Iaea4a6a44358c93c9dda45030898e2cb453526af
2013-10-30proper include guard nameEike Rathke
Change-Id: Ib2c8724ba0759860a6374d9152c6a1d93387f5cd
2013-10-29Revert "Related: fdo#63546 bundle both changes together as one undo"Eike Rathke
This reverts commit c4da31d33bcd00230153929bba3165f5257aabde. Conflicts: sc/inc/globstr.hrc sc/source/ui/view/formatsh.cxx Change-Id: If74872b89dff88f1f1fc7fac1a7b6224f3763d26
2013-07-28move global string to globstr fileLionel Elie Mamane
Solves warning: global resources should have number >= 256 Change-Id: Ic1066b6c190c151550e2fc4c4b932ff397d453a5
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl
Change-Id: I877199aa9c0bb275fa678488548c7e6797c0eefc
2013-07-19fdo#66477 Add descriptive statistics calculation to Calc.Tomaž Vajngerl
New menu entry in "Data>>Statistics>>Descriptive Statistics..." to quickly calculate basic statistics for a row of data. These are Mean, Standard Error, Mode, Median, Variance, Standard Deviation, Kurtosis, Skewness, Range, Minimum, Maximum, Sum and Count. Change-Id: I7c4a75adf7731f42f9c7f8e741ff1b5fa245c1c8
2013-07-19SamplingDialog: add random and periodic method of samplingTomaž Vajngerl
Change-Id: I1ed75d1434751da017070fb6903f6288defa02b6
2013-07-15RNG: Externalize strings and add .ui to UIConfigTomaž Vajngerl
Change-Id: I98620d235044365bcc67e29a72f036f5fdfd5e45
2013-06-24fdo#51296 Helptext added for hyperlinks, hlinks behave as in writerAkash Shetye
Added prefixed of "ctrl+click to open hyperlink" to hlinks depending on the security setting. Now clicking links behave as in writer. Change-Id: I87d0fecb6268463cd99478b70eb081ed958976be Reviewed-on: https://gerrit.libreoffice.org/4051 Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2013-06-18use sizegroups and shown/hidden buttons to stop ui jitterCaolán McNamara
i.e. duplicate the buttons rather than change their content and have the same handlers for both variants. Hide the one we don't want at any given time and use size-groups to get the same width regardless of the combination shown. All so the ui doesn't jump around the place as the button content changes. Change-Id: Icca938a6381da1feaf43fd11779d1d6d94d5d3a0
2013-06-18Convert Sort lists tabpage to .ui and adapt code.Jan Holesovsky
Change-Id: I6251d764385ce76deb79606dcada9842544867b2
2013-05-13reenable left/right area swap in .ui layout termsCaolán McNamara
Change-Id: Ic680a0e9f0254722163c1bd1b822d1c51f96454f
2013-05-13Convert Calc page header/footer content to Widget UIOlivier Hallot
Change-Id: I26465f69a7fa50fa58643c00225376a82ba8a7fc
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey
Change-Id: Ic9c911552f2b03bb496f47251917a3736494dce1 Reviewed-on: https://gerrit.libreoffice.org/3213 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-04-18fdo#63290 related: cleanup stings defines due to removalLior Kaplan
follow up to commit af4a947174aafe669c129c54c304caa43d90eac7 Change-Id: Ifaee6d61fada21705574e5ad6bf0fa32957fe75c Reviewed-on: https://gerrit.libreoffice.org/3425 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-18Related: fdo#63546 bundle both changes together as one undoCaolán McNamara
Change-Id: I2a9608339c372ccdeeca2ca0fd9499a4c527cff3
2013-04-17adapt code to solver dialog .ui conversionCaolán McNamara
The vertical scrollbar remains a bit whacky in how it scales and operates when scrolled, this is unchanged. Change-Id: I468a87c75f1c1927d0387c4af64c7ad87f4e1922
2013-04-16adapt code to goal seek dialog .ui conversionCaolán McNamara
Change-Id: Ic3edf3f42365630c903f4e2cf63103a8f59311bb
2013-04-10adapt code to manage names dialog .ui conversionCaolán McNamara
Change-Id: I67d587c0241a1d8377aee199a30bfcc919e3faad
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard
Change-Id: I1c305c67772b46cede6b4da3e79578f2f1a8ee89
2013-03-16Resolves: #i119460# Use localized strings on Data Pilot fields grouped by dateAriel Constenla-Haile
Conflicts: sc/inc/globstr.hrc sc/source/core/data/dpdimsave.cxx sc/source/ui/dbgui/dpgroupdlg.cxx sc/source/ui/src/globstr.src Change-Id: Ie5e1fd473d2e2c58de7ed6eb0aeddb768668f91e
2013-03-09group undo action when hiding/showing sheetsLaurent Godard
- the test if there are enough tabs before hiding is now in HideTabs - a vector is passed to Undo - modification of the displayed text - minor optimization on looping over sheets (exit when condition is fullfilled) Change-Id: I86196c6bb0f5fd6ba5b44c69efadc16b119a7f11 Reviewed-on: https://gerrit.libreoffice.org/2579 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-02-23try and beat this weird SvxAcceptChgCtr into something sanishCaolán McNamara
a) convert to .ui b) The accept/reject changes dialogs now have a "close" button and the accept/reject etc buttons are relocated into the main dialog button area rather than as direct children of the view page. They now get disabled on switching to the non-view page. c) Merges the sc redline changes dialog, the sw redline changes dialog and the sw autocorrect changes dialog Change-Id: If0ba376c3f2d36709aeeed995fa9901741434c40