summaryrefslogtreecommitdiff
path: root/sw/inc/chrdlg.hrc
AgeCommit message (Collapse)Author
2017-07-21de-hrc various thingsCaolán McNamara
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
2017-07-21migrate to boost::gettextCaolán McNamara
* 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
2017-03-16remove unused defines from HRC files in sw/Noel Grandin
Change-Id: I74fb244b2440ddf7682362444c20730ac0e58cea Reviewed-on: https://gerrit.libreoffice.org/35212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-04-12Avoid reserved identifiersStephan Bergmann
Change-Id: Ib8cbcdff79ad8d621b8e9567df0afe32e9501279
2014-08-18InfoBox MSG_ILLEGAL_PAGENUM to StringThomas Arnhold
Change-Id: Idef182a43e7aa631aeea92870e3c51a7c2b8b7c5
2014-04-24chrdlg.hrc: some kind of cleanupThomas Arnhold
DLG_PARA and DLG_DRAWPARA are unused. So remove them and clean up. Change-Id: Ie8beea17b16590fe51fcf944371cb494fe2055b4
2013-07-05cleanup src filesThomas Arnhold
Those items are unused. Change-Id: If4fce0f91309d2ca09cbb636d4a5d9f86f38eb9a
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-01-19convert character properties tabdialog to .uiCaolán McNamara
Change-Id: I73fc5fc19ae75971b0569b708f4104c79b9a9cc2
2012-12-06adapt code to use gokul's printoptions .uiCaolán McNamara
Change-Id: Ibc66c52567911075841d6d5f53c66abf4abf7eeb
2012-10-02Resolves: fdo#55524 convert insert break dialog fullyCaolán McNamara
Change-Id: Id25bde8db310a83b52ebda7d47d0b1dcda79ed45
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2010-11-16translated some comments from german -> englishDaniel Di Marco
2010-11-15Comment translations, bogus comments, commented code removed from SW includesRobert Roth
2010-11-01Commented lines, bogus comments removed.Robert Roth
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.4.242); FILE MERGEDRüdiger Timm
2008/03/31 16:52:34 rt 1.4.242.1: #i87441# Change license header to LPGL v3.
2007-09-27INTEGRATION: CWS swwarnings (1.3.710); FILE MERGEDJens-Heiner Rechtien
2007/04/03 12:57:04 tl 1.3.710.1: #i69287# warning-free code
2005-09-09INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGEDRüdiger Timm
2005/09/05 13:35:44 rt 1.2.726.1: #i54170# Change license header: remove SISSL
2004-05-10INTEGRATION: CWS dialogdiet01 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2004/03/26 09:18:27 mwu 1.1.2.1: sw model converted. 20040326