summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
2018-05-22tdf#116241 Customizing value highlighting colorsSzymon Kłos2-0/+60
Available in: Tools->Options->Application colors Change-Id: I6e4f7a0dcad9a6ee222275019596853f0cbd3ab0 Reviewed-on: https://gerrit.libreoffice.org/51791 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/51943 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-05-22Let sysadmins disable individual file format filtersAndras Timar1-0/+8
It makes sense to disable a filter, as a temporary security measure, when there is a 0-day vulnerability in it. E.g., when 0-day found in AbiWord filter, this config snippet disables it: <item oor:path="/org.openoffice.TypeDetection.Filter"> <node oor:name="Filters"> <node oor:name="AbiWord"> <prop oor:name="Enabled" oor:finalized="true"> <value>false</value> </prop> </node> </node> </item> Reviewed-on: https://gerrit.libreoffice.org/50961 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 4547fa2c1e205e1989611b1c4493cbbd12541372) Change-Id: I8b84250c7e4aac3555877d23f58ed13a2210ebfc Reviewed-on: https://gerrit.libreoffice.org/51058 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-03-06rhbz#1541486: Fix localized'ness of ooSetupFactoryUIName propsStephan Bergmann1-1/+1
8f44fb5ee0bd21d192820ffd359504f6d1c68a52 "Mark Base window titles for localisation" localized some uses of ooSetupFactoryUIName in officecfg/registry/data/org/openoffice/Setup.xcu, but failed to mark the prop as oor:localized="true" in officecfg/registry/schema/org/openoffice/Setup.xcs. (So some arbitrary localized version of the prop would win at runtime, potentially displaying certain window titles in wrong languages.) Other uses of ooSetupFactoryUIName in Setup.xcu (for "Calc", "Impress", "Writer", etc.) have never been localized, and are probably not meant to be localized. AFAICS, irrespective of oor:localized="true" in Setup.xcs, their values not being marked with xml:lang="en-US" in Setup.xcu will mean that they will not appear in translations/source/*/officecfg/registry/data/org/openoffice.po and will not accidentally start to be translated after this commit. (Theoretically, inconsistencies between oor:localized in xcs and uses of xml:lang in xcu could statically be caught at build time, e.g., with officecfg/util/sanity.xsl. However, those checks work on each XML file individually, so don't have the schema information available when looking at the data in the xcu file. And those checks are written in XSLT, which makes writing new checks rather, erm, unpleasant.) Change-Id: I9c61e8ebf75d3d54f7e5b6688eac47a6ed8dc5c3 Reviewed-on: https://gerrit.libreoffice.org/49252 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit ffd8369b909c86653ef30593fddf67c9f5308583) Reviewed-on: https://gerrit.libreoffice.org/49271 Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit e9d8b260708bc12e00bf79ff436cb87e12922fab)
2017-12-05Fix typosAndrea Gelmini1-1/+1
Reviewed-on: https://gerrit.libreoffice.org/42726 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit e44c188a7353cc183fac8ece0cbf3611d842835e) Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2 Reviewed-on: https://gerrit.libreoffice.org/45454 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 50e37a41acae8597fdb097715f8b76b16bce9f31)
2017-11-28sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro1-0/+28
Change-Id: I04d747343e24cb498a621c965d034d0791411d83 Reviewed-on: https://gerrit.libreoffice.org/44311 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/44486 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2017-07-31tdf#104883 Don't call InstallFontconfigResources if it's not availableSamuel Mehrbrodt2-0/+16
We need to call it once because we have no other way to detect whether it's working or not. But if we receive an error the first time, we disable it from now on. Change-Id: I67dba8b65660ff7e05bdf2ddc18b565550901cd1 Reviewed-on: https://gerrit.libreoffice.org/39895 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit f86d9d732d9b2aa711d321a8c9f4110b638560b4)
2017-06-06Watermark command opens a dialog, add ... to the labelAndras Timar1-1/+1
Change-Id: I274661b1ec892425d84cd72194c376e498bf70ed (cherry picked from commit 439cdc8530fef0d7e1a62a66c094a27af2181309)
2017-05-31Watermark: Insert watermark commandSzymon Kłos1-0/+8
* added new command .uno:Watermark * if no arguments are provided the dialog is opened where user can enter the text * with provided Text argument the watermark is created * created SfxWatermarkItem to transfer watermark properties * dialog loads current setings * SetClassification use SetWatermark Change-Id: Ifc1319f5aa7c11bb141f8e4b5b9a5088613021c2 Reviewed-on: https://gerrit.libreoffice.org/37599 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2017-05-31tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat optionMiklos Vajna1-0/+6
There is a reason this is off by default, make it a bit more easier for users to not depend this option when they don't actually need it. (cherry picked from commit f85ded43446b17fbfdd868cc057ba39666d3d7cb) Conflicts: include/unotools/compatibility.hxx officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs sw/inc/viewsh.hxx sw/source/ui/config/optcomp.cxx sw/uiconfig/swriter/ui/optcompatpage.ui unotools/source/config/compatibility.cxx Change-Id: I21c5b942c6021fa21840779e1a9f53055fbf279f Reviewed-on: https://gerrit.libreoffice.org/38081 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-05-07Related: rhbz#1447830 ExportHiddenSlides isn't persistent in dialogCaolán McNamara1-0/+7
every time the dialog is run its back to its default setting again unlike the other options Change-Id: Ieb6c94a4ec8670957f9e295acee7114d5c4c6d5a (cherry picked from commit 651169f85640c9d15381c424dfe0ed5cd93e58ee) Reviewed-on: https://gerrit.libreoffice.org/37232 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 508b7ef82eff5147522f270650c4a4bb97d4d116)
2017-05-07tdf#107649: cp-specific: Try system credentials first by defaultMike Kaganski1-1/+1
Change-Id: I39f3cd85153f939c1a5ebd7c6830c0175328a966 Reviewed-on: https://gerrit.libreoffice.org/37335 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2017-05-06tdf#107649: add TrySystemCredentialsFirst config optionMike Kaganski1-0/+8
This will allow automatically try system credentials for any URI (including unknown) before displaying dialogs. This is intended for corporate enviromnents. Default value of this option is false, keeping current behavior. Change-Id: I96cb18e089134325e1f92f1afdef331975000e3b Reviewed-on: https://gerrit.libreoffice.org/37297 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit ffd8e6b44e7dacb28047661fd6b73061790761cf) Reviewed-on: https://gerrit.libreoffice.org/37303 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-05-04tdf#105841: Avoid REGRESSION!!!Tor Lillqvist1-7/+1
Let's reinstate the name charade instead. Pitäkää tunkkinne. This reverts commit 5941496601600269296dde3e4ff8b615a8bb45ca. This reverts commit db231633af4667e24281e0be69ab63ad3081fdc3. Change-Id: Iaa6d43b38645bf90c5b83a8002448bd64048d600 Reviewed-on: https://gerrit.libreoffice.org/37101 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit dc19bd9224850e8dd8ca873bc86a7e7945f95b08)
2017-04-19Change merge cell defaults for Collabora OfficeAndras Timar1-2/+2
Change-Id: Ib0f96e52f268df999fde34ea7bcf9ea9706ea11a
2017-04-19Settings for not showing Merge Cells dialog and for emptying hidden cellsAndras Timar1-0/+20
By default nothing changes. But users have the possibility to avoid the confusing (?) Merge Cell dialog. Also, when the dialog is disabled, users may want to set the EmptyMergedCells to true, to mimic Excel's behaviour. Change-Id: I9656ae59199bb697c45786dd478379f5c89eb08f Reviewed-on: https://gerrit.libreoffice.org/36680 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2017-04-07tdf#104706 Enable icon for Clear Direct Formatting commandYousuf Philips1-0/+3
Change-Id: Iba3cbd8148794ac984a91d22d33cdec1f4453c5f Reviewed-on: https://gerrit.libreoffice.org/36221 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 54f6a0fe470096f6bdc3942e9f3032e40dbfcd23) Reviewed-on: https://gerrit.libreoffice.org/36237 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit bb8b699f217dd0d0f25e4efb37ef5380074c61ca)
2017-04-06tdf#106525: Implement an XSLT import filter for ADO rowset XMLMike Kaganski2-2/+2
There are online services and management systems (like SharePoint) that allow to export datasets in ADO rowset XML format ([MS-PRSTFR], https://msdn.microsoft.com/en-us/library/cc313112). Usually they are intended to be open with MS Excel as a spreadsheet (with autofilter). This allows to open this data in Calc. Change-Id: I495cd790138bdd6bd24630c0f422a0c8b4e3d0fb Reviewed-on: https://gerrit.libreoffice.org/35159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit d6323a2180cf51f9bd6a62d50503c2e0ef0964f1) Reviewed-on: https://gerrit.libreoffice.org/36131 Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-02-24Disable OpenGL by default on WindowsAndras Timar1-1/+1
Change-Id: Ib2cb9e26578ed0911f08965f9675580d45f85cee (cherry picked from commit 7327491b4a4744123d62a9d884c6cba07a27274e)
2017-02-20Ctrl+3 keyboard shortcut for Set Optimal Column Width in CalcAndras Timar1-0/+6
Change-Id: I1e218a429b509fda35accc832d01fc1f12e8dddd (cherry picked from commit fc53041c0387388f1275abf7beefea4d80d5ee3b) (cherry picked from commit 895e91d8aeaf77dc38fe14ad165b6f7ad5272491)
2017-01-26tdf#75471 Document is not focused when opening a second windowSamuel Mehrbrodt1-1/+1
This reverts commit fa52e16b3fb1b8b051f8f64a52c126ba3cbf4d54. Change-Id: I30fd747af1c332c361f5015641971fce45eaec01 Reviewed-on: https://gerrit.libreoffice.org/33271 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: V Stuart Foote <vstuart.foote@utsa.edu> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-01-16tdf#104372 Update accelerator command of CTRL+M in Draw.Mark Hung1-2/+2
The UNO command of default formatting in Draw is .uno:SetDefault instead of .uno:ResetAttributes. Cherry-picked from fef38c79e46feaf72e31253d80a82f26b4c2bcc7. Change-Id: I9fea2cb6b89f7869cfcd40fa6e1768952563a4f6 Reviewed-on: https://gerrit.libreoffice.org/33085 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Hung <marklh9@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/33167 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-01-13tdf#104372 Update UNO command of default formatting in Impress.Mark Hung1-2/+2
The UNO command of default formatting in Impress is .uno:SetDefault instead of .uno:ResetAttributes, which is the UNO command of clear direct formatting in Writer. Change-Id: I1f167e7902c333eaa47a07431f67c76d809838c4 Reviewed-on: https://gerrit.libreoffice.org/32531 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Hung <marklh9@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/33031 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-12-26tdf#104914 make 'Toolbar Layout' submenu items localizableAndras Timar1-11/+11
Change-Id: Ic77131063fd52ecf809c5b7b76e5bb5e57b00c59 Reviewed-on: https://gerrit.libreoffice.org/32417 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-11-30EMOJI CONTROL: Add EmojiOne font for Emoji SupportAkshay Deep1-1/+1
Noto Emoji does not provide glyphs for all emojis in the toolbar Change-Id: If3f3ea6e12f0b8824cb95e3db78c3c7aced4de8b Reviewed-on: https://gerrit.libreoffice.org/31215 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit 9e422bc19144ce3f0645e49450428802eab1abba) Reviewed-on: https://gerrit.libreoffice.org/31359 Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
2016-11-21set the search toolbar so it doesn't move around wrt table/numbering toolbarsCaolán McNamara3-9/+9
- in Writer - Ctrl+F => search field/toolbox appears at the bottom - enter some search term and click on the "Find Next" arrow - if the searched term appears in in a list or a table, the corresponding contextual toolbox appears _below_ the search toolbox, pushing it one row above. => as user searchs repeatedly by clicking on the "Find Next" arrow, user tends to click on the appeared toolbox, triggering unwanted actions (like re-starting numbering of lists). As a user, I'd like to have: - the search toolbox remaining fixed on the screen and not moving around Change-Id: I809f1ff4479c31917323a39e15079205553e8b22
2016-11-21Kill the AutoPilotPresentations UNO commandGabor Kelemen1-5/+0
The presentation wizard was removed in bb8040595c9b6f0ccde39e6833f27a50abb891d8 but the corresponding UNO command is still available. Change-Id: I54e676672bb53d0283394a0ebffbe9f94f29d9c0 Reviewed-on: https://gerrit.libreoffice.org/30983 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-17Fix tdf#103855 add language codes and names to language lists from extensionsMartin Hosken1-0/+20
Rationale for changes to languagetag.hxx can be found in the bug tdf#103855. Change-Id: I7fa7c8a3f7b219ce08df69a3965f544ae156beab Reviewed-on: https://gerrit.libreoffice.org/30882 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-11-16Use an own config setting for screenshot mode instead of experimental modeSamuel Mehrbrodt1-0/+6
This is not an experimental feature and it should be possible to enable it without enabling other features. Change-Id: Idbdce23d0db2983a4eb1c8e1d02d15c43733f042 Reviewed-on: https://gerrit.libreoffice.org/30848 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-11-14tdf#103703 Turn on single print jobs for collated prints by defaultGabor Kelemen1-0/+3
This way when printing documents with odd number of pages and collated printing is selected the first page of the second copy is not printed to the empty last page of the firs copy. Change-Id: Ie4d9f6952e39581690c396665a9894970be54b6b Reviewed-on: https://gerrit.libreoffice.org/30774 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-11-10tdf#103826 Missing master page pane context menus in DrawMaxim Monastirsky1-0/+10
Change-Id: I355e9507692e770063a91d05efd3ebc3e2671d57
2016-11-09increase Office::Common::Cache::GraphicManager::TotalCacheSize to 200MBMichael Stahl1-1/+1
We can use a bit more RAM for graphics than we currently do, even on 32 bits, which should improve interactive performance as there will be less swapping of bitmap data and re-parsing of SVGs. Note that currently the value is effectively multiplied by 2, as the limit is stored in GraphicCache::mnMaxDisplaySize, but there are 2 independent "counters" GraphicCache::mnUsedDisplaySize and GraphicManager::mnUsedSize that are both checked against the same limit. Change-Id: I4e33030af7dcd953c35672f80599188a1fbc4453
2016-11-07officecfg: add .uno:SignPDF labelMiklos Vajna1-0/+10
And replace the existing .uno:Signature in the File menus with a submenu that contains .uno:Signature and the new .uno:SignPDF. Change-Id: I801b9332c697985446c64dd208c25dea2494350e
2016-11-05remove OpenGL transitions config. file from schemeDavid Tardon1-1/+1
The OpenGL transitions are optional, so the respective config. file should only be listed in the ogltrans module. This reverts commit dafcb2844bda4af2bc290548548392bda3262307. Change-Id: Ie785db07d04a0baf3dc9fd385f1d8a34837dc38b
2016-11-03tdf#89870: Add config option for layout engineKhaled Hosny1-0/+7
The env variable takes precedence. Change-Id: I273ec867725dd012b005d49fbfaa1dc27203c021
2016-10-31tdf#103591 icon theme name resolving, ui fixes, prioritize pngTomaž Vajngerl1-2/+2
- Prefer "png" over "svg" because for Tango theme we include both "png" and "svg" icon, but rendering of "svg" crashes - We save the choice of which icons to use into the profile. When 32px icons were added the values have shifted - "auto" had value 2 has became "32px" choice and "auto" has the new value 3. In the case of the default "auto", we now always showed 32px icons. This commit reverts the "auto" value 2 and puts "32px" choice to 3. - Name resolving now always removes the icon file extension and adds the ".png" and ".svg" extension before resolving. This makes it possible to define the name of the icon without the file extension. Change-Id: I05e3913aaee0037692609ced246954b14a13828a Reviewed-on: https://gerrit.libreoffice.org/30440 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-0/+5
This adds support for 32 pixel icons - mainly to get them into the toolbar. Most changes made are to change the behavior of having only small and large icons as a boolean choice, but not every code path was converted to non-boolean choice yet. Breeze icon theme has the 32px variants so it can be used already. Change-Id: Iadf832a87826c16b3a83522104dd6c35d61a0f87 Reviewed-on: https://gerrit.libreoffice.org/30398 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2016-10-30Convert RID_MENU_APP_EDIT to xmlMaxim Monastirsky2-0/+13
Change-Id: I6868624b1726b1044e741a1fc0cdabe703f84c31
2016-10-27Fix .uno:Refresh controller registrationMaxim Monastirsky1-2/+16
Amazing how this is broken for years, and no one ever noticed. Change-Id: I65efabad201169e6424a2b8573f6366e4b292e8a
2016-10-27Convert RID_MENU_REFRESH_DATA to xmlMaxim Monastirsky2-1/+23
Change-Id: I22107396eaab848224f26eb54f8638a354c13509
2016-10-27Convert RID_MENU_APP_NEW to xmlMaxim Monastirsky2-1/+30
Achieved by using GenericPopupToolbarController for the associated toolbar button. Change-Id: I406ff40e0c80d6db903de5629088d35487ab6416
2016-10-21tdf#95387 UI: "Custom Animation" probably should be called just "Animation"giacco2-6/+6
modified some .ui Change-Id: I95657829251b91ff07a750945eddf213bc82e3c5 Reviewed-on: https://gerrit.libreoffice.org/30150 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-10-21tdf#103170 Heikobar: Add it to ImpressYousuf Philips1-0/+11
Change-Id: I6563ca2dd736c879c42ab93a509040909f74f884 Reviewed-on: https://gerrit.libreoffice.org/30113 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-10-19tdf#103170 Heikobar: Add it to CalcYousuf Philips1-0/+11
Change-Id: I9b7c004558a15f520b54935c2a712fcdb551757e Reviewed-on: https://gerrit.libreoffice.org/30042 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot1-0/+5
Add the entry "Documentation" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/documentation/?&LOlang=<locale> <locale> is obtained from .getLocale() Patch2: create a member with try/catch for external URLs Patch3 Use sfx2::openUriExternally Revert to User Guides.. in UI. Change-Id: I8332253c31bd3be330cdd794f9e056b632b38037 Patch4: remove 1st '&' in URLs Reviewed-on: https://gerrit.libreoffice.org/28817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-10-18Make 'IsExperimental' property booleanSamuel Mehrbrodt2-8/+8
Change-Id: If88ea931ead8dd031fda9b17d9023a771ab0a0d0 Reviewed-on: https://gerrit.libreoffice.org/29970 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-10-16tdf#74740 <change "Paste Only Value" to "Paste Only Numbers">Mirco Rondini1-1/+1
Changes to be committed: modified: officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu Change-Id: Ie765edcc1490fbdf86d4c64f53dfa84f9899ad2d Reviewed-on: https://gerrit.libreoffice.org/29678 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-10-15Use UNO registration for font name toolbox controlMaxim Monastirsky1-3/+3
Should help to eventually get rid of the wrapper in reportdesign. Change-Id: I9fc94f2ed650561eb47f2f91939b3aa37f031c3b Reviewed-on: https://gerrit.libreoffice.org/29910 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-10-15tdf#103170 Add contextual image section buttonsYousuf Philips1-3/+3
Change-Id: I67306ff39ffc951edc5fd209dbb337caac67ae08 Reviewed-on: https://gerrit.libreoffice.org/29893 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-10-14tdf#95387 - UI: "Custom Animation" probably should be called just "Animation"giacco2-3/+3
modified DrawImpressCommands.xcu and Sidebar.xcu modified: officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu modified: officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu build.log Change-Id: Iba297fc6afb04d0539e1d7fd9944a0e1f7a72d9d Reviewed-on: https://gerrit.libreoffice.org/29703 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-10-13Make the Emoji control experimentalSamuel Mehrbrodt1-0/+3
Change-Id: Iedc9bae0649fe316f3d958abd78bf0dc4e9190d1