summaryrefslogtreecommitdiff
path: root/sc/inc/sc.hrc
AgeCommit message (Collapse)Author
2015-05-05tdf#34555 add to scalc: crop, change img, save img, edit with ext toolsPhilippe Jung
Adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) to scalc. Proposal of new Format menu and image context menu organisation. This is part of a serie of 4 patches that adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) in all products (scalc, sdraw, simpress, swriter). Main menus, toolbars and contextual menus are updated accordingly. Change-Id: I7f5cf2d1eb3870245684eadf5909fe590d56bf42 Reviewed-on: https://gerrit.libreoffice.org/15589 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-04-03tdf#51460 Calc fails to set undo step after changing image anchor modeHenry Castro
Fixed. Note that the undo button is still grayed out. Calc has not set an undo step. Change-Id: I7ff713a906b365b460351e5202161c9152542395 Reviewed-on: https://gerrit.libreoffice.org/14489 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09Revert "move RID_APPTITLE to desktop where its used"Caolán McNamara
this seems to have been re-committed as a conflict fixup, but it had been removed on purpose by commit 8c041824b67caa53d3f7f96803b7a69ced6614b5 Author: Caolán McNamara <caolanm@redhat.com> Date: Tue Nov 25 13:39:28 2014 +0000 all these ids and their associated resources were unnecessary Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156 This reverts commit f43162b09c4876cec317b83e2d6c1afbd8576001. Change-Id: I57514dcc9cd48c841620d4cb20d049ea8c55254e
2014-12-09move RID_APPTITLE to desktop where its usedCaolán McNamara
rename the other ones and remove the unused ones Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara
rename the other ones and remove the unused ones Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl
Change-Id: I35c115a1f1cb733a0d6841596d8baf2e5ade4a1d
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl
Change-Id: I8169e9ceefc48c06b358d5a8e1fc08dabf019eb3
2014-11-03fdo#84844 Use SvxColorToolBoxControl for border colorMaxim Monastirsky
Change-Id: Id177964ec35d6b5a08c46b8ba96615c2a4729136
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for cell fill colorMaxim Monastirsky
Change-Id: I4a067b31b4b518c56a0d18c6e6709955562d77fa
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-09-09fdo#80098 make header of Search Result dialog localizableAndras Timar
Change-Id: I16ec29e4f35f00e39d88dd334284db7bf051a846
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida
The new option is in Calc -> General and is labeled "Update references when sorting range of cells" Change-Id: I5ac686e96742df40f7d8ba5ffec23806db2988a6
2014-08-06RID_SCDLG_CONFLICTS conversion to .uiSzymon Kłos
Change-Id: Ibdfa27e834cd8fba0f732233338e5fba699c1e90 Reviewed-on: https://gerrit.libreoffice.org/10778 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-11move the retype strings to sc.hrcCaolán McNamara
Change-Id: I70bbbac0dff8c64bedcf8a46006378291a7fac23
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida
It's unfortunate that adding a modeless dialog is such a pain. But we still need to implemenet this properly else we'll leak at best, or end up with tons of weird bugs at worst. Change-Id: Ie03260f288fad76f994d0ca6a8b1feeade299ffd
2014-05-21Localize this string.Kohei Yoshida
Change-Id: I88b205d36eede5e63af46f8581896d980b6aa27d
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-02Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida
Excel does this apparently, and lots of people want it. Change-Id: Ia741ebb84526197d28caa323d36709e38b8f1323
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl
Change-Id: I31281e863d82a211d7cca897f3e65a0ecfcb5f6b
2014-03-19fdo#64290 ui:count selected rows and columnsgdm.manmeet
Change-Id: Ie6443fd9b1ac6332b4937c4b6b5d565cca1fe612
2014-03-10convert pivot filter dialog to .uiCaolán McNamara
Change-Id: I795d296bae700d1e3a273fbe71fc842d145c5138
2014-03-06convert calc autoformat dialog to .uiCaolán McNamara
this dialog is hauntingly similar to the writer one, a copy and paste job Change-Id: Ic873038dba4ca4fd737690b917f6cd0d5144218a
2014-03-05fdo#67104 Use correct command for show gridMaxim Monastirsky
Not sure why .uno:ViewGridLines & SID_SCGRIDSHOW were introduced (in "merge sidebar feature" and related commits). Change-Id: I90bdfaef86adcbfa44129b8f7f9df61ca7f35114 Reviewed-on: https://gerrit.libreoffice.org/8459 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-14convert Data Field Options Dialog to .uiCaolán McNamara
Change-Id: Ie940352828a9b58d35dd1644d030d6fb5b72d386
2014-02-13Various adjustments of the pivot tableCaolán McNamara
especially relative positions were relative to the dialog which was assumed to be then a direct parent of the widgets so that a simple calculation could make the positions relative to the widgets also now the pivot table fits into a 768 pixel high screen Change-Id: I86a4155439872e8273943b90f15320e560e237a4
2014-02-11convert change chart data source dialog to .uiCaolán McNamara
Change-Id: Iecccfbcd6b1eaec9d14c594812293c3e2acfda46
2014-02-11convert show changes dialog to .uiCaolán McNamara
Change-Id: I29397e454e30bff98644f0c9e0f3a8e00547af1b
2014-02-05convert scenario dialog to .uiCaolán McNamara
Change-Id: I66f7fe04155ad4c6e42e6aa96bb2db71ba4f682f
2014-02-04convert select data source dialog to .uiCaolán McNamara
Change-Id: Iecca542c2c425a34184ba2c3ae0e34d093fa6a06
2014-02-02convert import options dialog to .uiCaolán McNamara
Change-Id: Iaf20b6d2306ba76f21cb5f7be231f40b403c790a
2014-01-28drop RID_SCDLG_INSCONT, etc. nowCaolán McNamara
Change-Id: Iee2eaf89f662b61fc4ec32b353b13417ee6b2610
2014-01-17convert pivot table subtotals data field dialog to .uiCaolán McNamara
Change-Id: I4ac7fb3a13cdc03d3c75cdd730bf39a7d814de99
2014-01-17convert data field dialog to .uiCaolán McNamara
Change-Id: I68da93c1227e8140511f3ad4071c87b3cf0443c0
2014-01-16Resolves: rhbz#1047871 convert conditional formattting dialog to widget layoutCaolán McNamara
the wrapper dialog not the list contained within Change-Id: I4f4793888885ec5d991f1ab4218cc371726558e6
2014-01-06convert col or row dialog to .uiCaolán McNamara
Change-Id: I47b0b0abd3cbb992b93cd1db10558fed579e4f1c
2014-01-04convert calc paragraph dialog to .uiCaolán McNamara
and that's the last TabDialog in calc converted Change-Id: Idecf1b4ba991f7b59e40ea0f0813a5dc5644dfd3
2014-01-04convert calc character dialog to .uiCaolán McNamara
Change-Id: I305b18bea24377dcd98b3e06c4cf75bdbdd4d717
2013-12-30convert retype password input dialog to .uiCaolán McNamara
Change-Id: I97940629f93a5a1948a8771b9d9668bc28c49a91
2013-12-30convert simple reference dialog to .uiCaolán McNamara
Change-Id: I4e58c86aa85b2e1639a047b07156b62c9900153c
2013-12-30convert solver options dialog to .uiCaolán McNamara
Change-Id: I319210233dd1b71f6e717c7322b953de8f093150
2013-12-30convert solver progress dialog to .uiCaolán McNamara
Change-Id: I259f7d75591121be584e3a8cfe514232a404c0fa
2013-12-29convert solver success dialog to .uiCaolán McNamara
Change-Id: Ia9062a21afde96510a4953d1b51e7e59e9012fb7
2013-12-29convert tab background color to .uiCaolán McNamara
Change-Id: I121d4abd3227b96a274f1983e61ca313728419f7
2013-12-29convert multiple operations dialog to .uiCaolán McNamara
Change-Id: Ib6bd84e48086a28210be7fa67b8adb211276cc0d
2013-12-28convert xml source dialog to .uiCaolán McNamara
I'd be a bit happier if I know how to use the dialog in order to test it completely, but it should be unchanged. Change-Id: Ie9c561aef7ff697b9e829f9cf0c7e6938c58b217
2013-12-20convert solver no solution dialog to .uiCaolán McNamara
Change-Id: I94ba29d328c443e0f944fef8d33fc25cdc0e9694
2013-12-20convert row/col height/width dialogs to .uiCaolán McNamara
Change-Id: Ie97b9fcdd5fb93d195ea1beb536d5a0ac7bf7cc4
2013-12-19convert show sheets dialog to .uiCaolán McNamara
Change-Id: Ia32aa742b426872c6634a431170c441ae3c8c963
2013-12-19convert sort dialog to .ui formatCaolán McNamara
Change-Id: I9c82b504df0879c338f1858b16ed70a91d459e02