aboutsummaryrefslogtreecommitdiff
path: root/source/mni/svtools
AgeCommit message (Expand)Author
ption value='feature/mork'>feature/mork LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/sfx2/sfx.hrc
AgeCommit message (Collapse)Author
2016-06-10Move accessibility relations to .ui files, Part 8: tdf#87026Muhammet Kara
By removing unnecessary variables/strings/function calls, and making proper changes in the related .ui files. Change-Id: I04244b360b4bb32ccbbe5bde4756a9166ae1fcaf Reviewed-on: https://gerrit.libreoffice.org/26018 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-06-06remove unused constants in HRC filesNoel Grandin
Change-Id: Ia034fb16ce75caeb69fd746d4a602cd5fcfef6d1 Reviewed-on: https://gerrit.libreoffice.org/25817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-19sfx2 classification toolbar: add listboxes for all policy typesMiklos Vajna
Previously only a single listbox was shown, but SfxClassificationPolicyType has 3 elements. Change-Id: Id51b73467ff4e85a1cef3e1aa71f636ae7c7afb9 Reviewed-on: https://gerrit.libreoffice.org/25161 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-05-19sfx2 classification toolbar: add a label next to the listboxMiklos Vajna
This is in preparation of adding two more listboxes; they would be confusing without matching labels. Change-Id: I7c1d880458a74d25463c60f9cfbf30f0a00f6442 Reviewed-on: https://gerrit.libreoffice.org/25149 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-04-12Avoid reserved identifiersStephan Bergmann
Change-Id: Ia2be9eeda4c1035f8e1d3b68446807aeffe59453
2016-03-09Move classified copy/paste strings from sw to sfx2Miklos Vajna
So that other modules can use them as well. The RTF import in writerfilter is one potential user. Change-Id: Ib009e1be2aff14d0fcac643c0c6000d2895515b0
2016-02-17sfx2 classification infobar: improve messageMiklos Vajna
Change-Id: If8fe5b145014055639a9a2eadd8fded7ebf7c2b3
2015-11-10tdf#87995 - settings : missing a checkbox in order to avoid thumbnail savingbureken
Change-Id: I9822c930bb7e133306a3e90fd80f29648877d5f9 Reviewed-on: https://gerrit.libreoffice.org/19596 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-06tdf#90258 Sidebar: toggle Thousand/EngineeringLaurent Balland-Poirier
Continue https://gerrit.libreoffice.org/15606/ 5a8c7fd551522bdfe935f4138bde0df376464608 Rebase of https://gerrit.libreoffice.org/15233/ Update with more robust tests. Update create NumberFormatPropertyPanel.[hs]rc Change-Id: I36bd95cbaee160f96e7e7369096b5c8fb0aa8a4d Reviewed-on: https://gerrit.libreoffice.org/15609 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
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-08-29fdo#80538 Show an infobar when document is in read-only modeSamuel Mehrbrodt
and remove the Edit icon from the toolbar Change-Id: I27d9506bd0fb76b3f1ad056a9866f7744674a3e2 Reviewed-on: https://gerrit.libreoffice.org/11182 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara
Change-Id: I031a145ca62e3bf7e74b9d447ff8bb041974daa6
2014-08-21QueryBox RID_SFXQB_SET_LANGUAGE -> MessageDialog + stringCaolán McNamara
Change-Id: Ic1b5233563ff9ce3e3453b47fe86138ae2497a18
2014-08-15ErrorBox RID_ERRBOX_MODULENOTINSTALLED to StringThomas Arnhold
And move to sfx2 to stop this ResMgr mangling Change-Id: I4633766fdcc53189cdb508f9eddaa6b2e8448858
2014-08-09remove unused resource definitionsThomas Arnhold
Change-Id: Ie982ad04c084841f04215b3f58705bb9d9544a71
2014-06-04fdo#79597 Password UI: correct typo for 1 characterLaurent Balland-Poirier
Display a different string in case of 1 character for minimum length Change-Id: Iba2fbbb7d4101718def7c79ce5354debf5d97041 Reviewed-on: https://gerrit.libreoffice.org/9631 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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-06Application::UserEvent and Window::UserEvent are emptyStephan Bergmann
...and never overridden, so can be removed along with the dead SVX_EVENT_COLUM_WINDOW_EXECUTE code that calls them. Change-Id: Ie500066c083f8fbf649c64f2d61fb85901473b5c
2014-04-23huge hrc and src file cleanupThomas Arnhold
* mostly fallout from ui conversion * some completely unused defines from src files * lots of unused HID ids Change-Id: I976561205798db3d06ee139de6223f638e58f47a Reviewed-on: https://gerrit.libreoffice.org/9142 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-03-01Remove visual noise from includeAlexander Wilms
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-14RET_NEWTASK is apparently unused (since around 2000)Stephan Bergmann
Change-Id: I3c0804d35c5ff7a00ec7169d0ab387f4b63d65d3