summaryrefslogtreecommitdiffstats
path: root/include/svx/dialogs.hrc
Commit message (Collapse)AuthorAgeFilesLines
* tdf#105225 A table properties background tab pageJim Raykowski2018-04-091-0/+1
| | | | | | | Change-Id: I86be7b0d9850ffe46f1033beac342739b3289fa8 Reviewed-on: https://gerrit.libreoffice.org/48797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* de-hrc various thingsCaolán McNamara2017-07-211-1/+2
| | | | | | | | | | | | e.g. helpid[s].hrc -> helpids.h and insert include guards where missing move "ordinary" defines into .hxx files remove .hrc entries that are used as arguments to dialog factory when a dedicated method can be added instead Change-Id: I792fb8eb0adfaa63cf354e6e57401fc943e9196e
* migrate to boost::gettextCaolán McNamara2017-07-211-794/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
* support for saving a modified image instead of original versionMarco Cecchetti2017-07-041-0/+3
| | | | | | | | | | | | | | | | Normally when you save an image through the "Save..." entry in the context menu for an image, the saved image is the original one more eventually applied filters (which are not removeable). Further applied transformations like rotations, cropping, color effects are not included in the saved image. This patch offers the user to choose if saving the original image (with filters) or the modified version through a pop-up dialog. The new feature is available in Writer, Draw and Calc. Change-Id: I4f983e3a5e8a6839fa5789a96c4d8c44477c1fd7 Reviewed-on: https://gerrit.libreoffice.org/39480 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
* Resolves: tdf#107981 SID_FM_CTL_PROPERTIES colorbox needs a 'default' entryCaolán McNamara2017-05-221-0/+1
| | | | | | | | | we don't need MakeHexStr either, the colorbox will do that on its own Change-Id: Ifad523092c0f15cd51d0d829790c0cec1c96bb53 Reviewed-on: https://gerrit.libreoffice.org/37898 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* remove svx bitmaps from .src filesCaolán McNamara2017-04-271-134/+0
| | | | | | | | Change-Id: Ie3795870484648e62dea483f9976af31cd1be167 Reviewed-on: https://gerrit.libreoffice.org/37006 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Translate German comments (leftovers in include/svx/)Johnny_M2017-04-261-1/+1
| | | | | | | Change-Id: I1f4238525962d57956fd08c93e7c4d3bc52e4dc5 Reviewed-on: https://gerrit.libreoffice.org/36808 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* tdf#103872 Localize "Export as image" window titleGabor Kelemen2017-04-211-1/+1
| | | | | | | | | | In Calc select Export as image from the local menu of a chart to see this Change-Id: I9753f4750bd619f161c52f9e067290743ad2f2ec Reviewed-on: https://gerrit.libreoffice.org/36758 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* convert function menu to .uiCaolán McNamara2017-04-141-3/+0
| | | | Change-Id: I6ff1ccc0fb20c638c7bdb587c8fe81a710a49d21
* convert selection menu to .uiCaolán McNamara2017-04-121-1/+0
| | | | | | | Change-Id: Ie4cf80202c333600ce027c78aa3c379ef33f4f80 Reviewed-on: https://gerrit.libreoffice.org/36449 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* convert style menu to .uiCaolán McNamara2017-04-121-5/+0
| | | | Change-Id: I85683007062c4cc1160ace7b3bf962ee5c021b6e
* convert preset menu to .uiCaolán McNamara2017-04-121-5/+0
| | | | Change-Id: I31cbe438f5f5b790ca8f4373010b28d948c2b53e
* convert ruler menu to .uiCaolán McNamara2017-04-111-3/+0
| | | | Change-Id: I5f9b0033288ccd4b58e055998834185970f987b0
* convert zoom menu to .uiCaolán McNamara2017-04-061-3/+0
| | | | Change-Id: I4163042773f0f38e3372527d0a77a1b370bcafe9
* convert RID_SVXMNU_XMLSECSTATBAR menu to .uiCaolán McNamara2017-04-051-1/+0
| | | | Change-Id: I16ca1543baa14cdc14dbcebd5e6093e6f3029a61
* Make HangingIndent a commandSzymon Kłos2017-04-041-1/+0
| | | | | | | | | | New command .uno:HangingIndent. Code moved from the sidebar to slots. Change-Id: Ib389f9fb3368409a90cf90ad8b19f1be322fa120 Reviewed-on: https://gerrit.libreoffice.org/35930 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* Resolves: tdf#106079 automatic color described as 'white'Caolán McNamara2017-03-291-1/+0
| | | | | | move RID_SVXSTR_AUTOMATIC from svx to editeng for this Change-Id: Icc3fbb15e627ed54770d11bce7aadf30a0d12aa7
* remove unused defines from HRC files in svx(2)Noel Grandin2017-03-201-10/+0
| | | | | | | Change-Id: I5361faaaf7fcfc1992919b1fb687b436470ed6a8 Reviewed-on: https://gerrit.libreoffice.org/35334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* remove unused RID constantsNoel Grandin2017-03-141-63/+0
| | | | | | | | | found with the attached bin/find-unused-rid.py script Change-Id: I1cf79caa6cafedb8bc642f394dc7e7da889d6fdf Reviewed-on: https://gerrit.libreoffice.org/35136 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* add SID_SC_TP_STAT and replace RID_SCPAGE_STAT with itCaolán McNamara2017-02-161-0/+1
| | | | Change-Id: Ia4364ba408b439f66e959be915e8b6e9cc5eacb4
* tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna2017-02-031-1/+2
| | | | | | | | | | | | | | By the time DiagramGraphicDataContext::onCreateContext() completes, we know if there will be a DrawingML fallback for the SmartArt (called ExtDrawing in the code) or not. Warn about this case once at the end of the import when in interactive mode. Headless mode silently ignores the warning as expected. Change-Id: I2bfeeedcaa244f08d8a0c208167e79d7bb697e6d Reviewed-on: https://gerrit.libreoffice.org/33866 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
* svx: load BitmapEx resources instead of Image onesCaolán McNamara2017-01-191-66/+66
| | | | Change-Id: Id23523170f757361f3fc3d8a18b6db827f45d109
* drop unused image idsCaolán McNamara2017-01-191-10/+7
| | | | Change-Id: I433613a7c850ecf888be48153f81cca3f093b789
* unwind RID_SVXBMP_FRMSEL_ARROWS imagelistCaolán McNamara2017-01-051-3/+18
| | | | Change-Id: Id74ebd81b3688383271b581b69734fecfe3eb079
* flatten and simplify this resource hierarchyCaolán McNamara2017-01-051-2/+4
| | | | Change-Id: I622dae5f36b44c08e597d94fe8184ad92504d038
* Use command labels for the color popup titleMaxim Monastirsky2017-01-051-10/+0
| | | | Change-Id: I2f61e25ef4451775320f8fa1761a951ab94af7d5
* unwind RID_SVXIMGLIST_XFORMS_TBX ImageListCaolán McNamara2016-12-211-0/+6
| | | | Change-Id: Ib2e41e65dbc5079db12bf7ad63f857c8473cf0f3
* unwind RID_SVXIL_FRAME ImageListCaolán McNamara2016-12-211-2/+13
| | | | Change-Id: I18f567d3ff7f415c75e29043ef29a460be8a21c5
* unwind RID_SVXIL_DATANAVI ImageListCaolán McNamara2016-12-211-1/+7
| | | | Change-Id: I0aae6774ee0b42d32838b9010ddddaa33324c6c6
* rename to numberingtype instead of pagenumberingEike Rathke2016-12-131-1/+1
| | | | | | ... because that now is what it is about, it's just used in page numbering as well. Change-Id: I5516b6babcd5438b6505d189943c21abfbe35a7e
* Revert "Reverts a commit series that cripple windows ci."Caolán McNamara2016-11-071-4/+3
| | | | | | | | | | | | | | | with addition of... - svxlo-SvxColorListBox + svxcorelo-SvxColorListBox This reverts commit db380aab1063e8a5e40111c40ee9f7921aa82601. Change-Id: I3af7aa0abb1a430bce64188244404fcbd480b128 Reviewed-on: https://gerrit.libreoffice.org/30598 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Reverts a commit series that cripple windows ci.Norbert Thiebaud2016-11-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "SvxShadowTabPage::Construct was removed" f9a2c1c12ecad833c63b894c89d6008907477eb5. Revert "replace OColorPopup with SvxColorWindow" f300754bb1c6a347c92bb9548be7a65237176542. Revert "drop AutoColorInvalid/SID_ATTR_AUTO_COLOR_INVALID" 347c2c334589b18cc62af292674bb3df1dd54b71. Revert "replace last ColorLB use with a listbox of colors" 604b35bf55351751a396e34dcca3f85e75860fd5. Revert "simplify, its just a vector of colors" 351a97ce6bda3075677b59fa1387ba3d1ab17d7a. Revert "replace user draw with an Image of the color" df738e0f8ceedb4bad756960be14d9c41adc165d. Revert "strip down to the used pieces" commit 08d6cd788f2584ce10ab8fa10665245e953c59d9. Revert "move now combined ColorLB to location of last user" a19b18ad7c9eb0197c10e6d7e451ec4542e4bc9e. Revert "fold ColorListBox and ColorLB together" a989a0b1f2b425f05b58d0e44ce2de31c842ed65. Revert "move ColorListBox beside sole thing that uses it" 760a198e697f3070a5e0e029e4eff7be220eb9cd. Revert "extensions leaks out details of Color Selector, patch it up" 8bea644d6117a49405e6426dc97214220fc869d1. Revert "inherit FillAttrLB from ListBox not ColorListBox" d2ce812f1d3a7a2aad89ca0bd11948b63d2db7b0. Revert "unify color selectors" 43bc3031483d172eccd72c3804e2d4fc2ef37de4.
* unify color selectorsCaolán McNamara2016-11-041-4/+3
| | | | | | | Note: this removes the use of auto-color from writer's asian text grid, because its always invisible as far as I can see in practice. Change-Id: Ie850790d740a4d56c43015e493e093678cef3b4e
* SafeModeDialog: Allow to create zip file from profileSamuel Mehrbrodt2016-11-031-1/+5
| | | | | | | Change-Id: I4296d1cf5058be359ffed46745673cf26eba3375 Reviewed-on: https://gerrit.libreoffice.org/30479 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* de-src empty panel placeholder widgetryCaolán McNamara2016-10-121-3/+1
| | | | Change-Id: I99a292cd76f40159f12cb98b362559e4109121c3
* de-src SvxStyleBox_Impl comboboxCaolán McNamara2016-10-071-1/+0
| | | | Change-Id: I42963a03fcc2657f55fb7b807aa5312c654928cd
* convert AreaTransparencyGradientPopup to .uiCaolán McNamara2016-10-061-4/+0
| | | | | | | | | | | | and 1) merge with AreaTransparencyGradientControl 2) grab focus for keyboard a11y like similar popups 3) use degree symbol instead of "degrees" text and it now grows nicely to fit everything in correctly Change-Id: I326f3393165f7a098d739be70b644b29dd5238f0
* tdf#83830: Use samecontentlistbox in Header/Footer PanelSusobhan Ghosh2016-08-291-1/+2
| | | | | | | | Change-Id: Ib24f6e6ac91859467f105c4db9b094454443ff9d Reviewed-on: https://gerrit.libreoffice.org/28218 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* tdf#83830: Use SpacingListBox in Header/Footer and Sidebar Wrap PanelSusobhan Ghosh2016-08-251-1/+2
| | | | | | | Change-Id: I80ea84b6eaabcf241b313d46695cffdd74174c08 Reviewed-on: https://gerrit.libreoffice.org/28104 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
* [GSoC] Rework of color tabRishabh Kumar2016-08-031-1/+1
| | | | | | | | | | | | | | | | New Features - 1. Multiple Palettes in color tab. 2. Remember the selected palette. 3. Recent colors. 4. Custom colors. Change-Id: I36a438a0c282059ddcbda35f934fcd90337fd451 Reviewed-on: https://gerrit.libreoffice.org/26868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Icon view listbox for XHatchListRishabh Kumar2016-07-051-0/+5
| | | | | | | Change-Id: I40d39c28bbc217cb63a3857c8a90dba72d196878 Reviewed-on: https://gerrit.libreoffice.org/26896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* Convert Bitmap tab to Pattern tabRishabh Kumar2016-06-281-0/+3
| | | | | | | Change-Id: I5cf02f1889090539f7adb826483c91a1ef3c3925 Reviewed-on: https://gerrit.libreoffice.org/26015 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* tdf#83830: Page Styles PanelSusobhan Ghosh2016-06-231-1/+2
| | | | | | | | | Added new helper class to svx for numbering Change-Id: Ie7db4059568024e9bed460fcf7c9215bd2ef788f Reviewed-on: https://gerrit.libreoffice.org/26020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* remove unused constants in HRC filesNoel Grandin2016-06-061-18/+0
| | | | | | | Change-Id: Ia034fb16ce75caeb69fd746d4a602cd5fcfef6d1 Reviewed-on: https://gerrit.libreoffice.org/25817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Move page size listbox from cui to svxKatarina Behrens2016-06-031-1/+3
| | | | | | | | | make it a custom widget so it is accessible e.g. to sidebar panels Change-Id: Ic36a9a8af96a09fc76efd8e9ae75b8ebdf81717e Reviewed-on: https://gerrit.libreoffice.org/25764 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
* character spacing control possible to use outside sidebarSzymon Kłos2016-04-201-1/+0
| | | | | | | Change-Id: Ic0c6458268b529bd0107d6ed5a35f49241cfb833 Reviewed-on: https://gerrit.libreoffice.org/24146 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* Avoid reserved identifiersStephan Bergmann2016-04-121-2/+2
| | | | Change-Id: I85135c3fa5e6fe823491739c3c1ab601505f0626
* convert src line width popup to .ui formatCaolán McNamara2016-04-051-2/+6
| | | | Change-Id: I39e8bfd89538c36c97afb3e4e86c3ba9156274e0
* tdf#86595 One "Text Background Color" missedMaxim Monastirsky2015-11-041-1/+0
| | | | Change-Id: Ia640b9bc044a8445751f0ebad7f027466c352d1f
* com::sun::star->css in include/sot to include/typelibNoel Grandin2015-10-231-1/+1
| | | | Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de