summaryrefslogtreecommitdiffstats
path: root/officecfg
Commit message (Collapse)AuthorAgeFilesLines
* cleanup options dialog, and add an option for formula grouping.Michael Meeks2013-06-251-0/+12
| | | | Change-Id: I3cb19fb24028bc07d24b56786b6573dc79911bda
* Resolves: #i121577# Allow setting toolbar name in Addons.xcuAriel Constenla-Haile2013-06-241-0/+16
| | | | | | | | | | | | (cherry picked from commit 37894067213a63c51c7a73083d7b0ace5f5c40da) Conflicts: framework/inc/framework/addonsoptions.hxx framework/source/fwe/classes/addonsoptions.cxx framework/source/layoutmanager/toolbarlayoutmanager.cxx officecfg/registry/schema/org/openoffice/Office/Addons.xcs Change-Id: Icc8ed1bb5ac2cfecd6c03c53c137c503dc78bc66
* Remove dbaui::OStatusbarControllerAriel Constenla-Haile2013-06-241-44/+0
| | | | | | | | | | | | | | It actually does not override any method in svt::StatusbarController, so there is no point in keeping it (cherry picked from commit 83bf5a7b85a0e3430cc807415e081a10a1775f9f) Conflicts: dbaccess/source/ui/control/makefile.mk dbaccess/source/ui/control/statusbarontroller.cxx dbaccess/source/ui/inc/statusbarontroller.hxx Change-Id: Id6adc11c3a54f642ebdec9c6016996134908da71
* framework::PopupMenuController clean-upAriel Constenla-Haile2013-06-241-0/+33
| | | | | | | | | | | | | | | | | | | | Changed the name, it is not a PopupMenuController, but a ToolbarController that shows a PopupMenu filled at runtime by a PopupMenuController Make it a base class for other ToolbarController components, there is no sense to make it a component by itself Use this base class for three new pure UNO ToolbarController's (cherry picked from commit 9d1015051c92900def3d465d2eb8bf179f19a398) Conflicts: framework/Library_fwk.mk framework/inc/uielement/popupmenucontroller.hxx framework/source/uielement/popupmenucontroller.cxx officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu Change-Id: I2f5ec06df098d65ffaa17a8f7f6f3ea8774b43c3
* ExtendedColorScheme.xcu is localizableAndras Timar2013-06-231-1/+1
| | | | Change-Id: I566f50761478b9e18a47a460834258902a905b82
* Fix fdo#52204 add new feature ignore diacritics in search for CTLabdulmajeed ahmed2013-06-212-0/+15
| | | | Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1
* Related: #i122120# corrected flag for drawing checkerboards...Armin Le Grand2013-06-181-0/+13
| | | | | | | | | | | | | | adapted previews, added to configuration (cherry picked from commit c17e634e125f524d153e1ad8febff6d11b810ee4) Conflicts: officecfg/registry/schema/org/openoffice/Office/Common.xcs svtools/inc/svtools/accessibilityoptions.hxx svtools/source/inc/configitems/accessibilityoptions_const.hxx vcl/inc/vcl/settings.hxx Change-Id: I3f4fd9525e31cd816599b963ecd2fa42b1f666d7
* Enable Sifr themeIssa Alkurtass2013-06-151-0/+5
| | | | Change-Id: I3adcc90fe7621c11e77b05d4394b8d55ad223469
* Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand2013-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit b2cc0de3fc9adee90787ca760e86869f9255b380) Conflicts: canvas/source/vcl/spritecanvashelper.cxx drawinglayer/Library_drawinglayer.mk drawinglayer/source/processor2d/vclhelperbitmaprender.cxx drawinglayer/source/processor2d/vclhelperbitmaprender.hxx drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx drawinglayer/source/processor2d/vclprocessor2d.cxx officecfg/registry/schema/org/openoffice/Office/Draw.xcs svx/source/svdraw/svdograf.cxx vcl/aqua/source/gdi/salgdi.cxx vcl/inc/aqua/salgdi.h vcl/inc/os2/salgdi.h vcl/inc/salgdi.hxx vcl/inc/unx/pspgraphics.h vcl/inc/vcl/bitmapex.hxx vcl/inc/vcl/outdev.hxx vcl/inc/vcl/salbtype.hxx vcl/os2/source/gdi/salgdi2.cxx vcl/source/gdi/bitmapex.cxx vcl/source/gdi/outdev2.cxx vcl/source/gdi/salgdilayout.cxx vcl/source/gdi/salmisc.cxx vcl/unx/generic/gdi/pspgraphics.cxx vcl/unx/generic/gdi/salgdi2.cxx vcl/unx/headless/svpgdi.cxx vcl/unx/headless/svpgdi.hxx vcl/unx/headless/svppspgraphics.cxx vcl/unx/headless/svppspgraphics.hxx vcl/win/source/gdi/salbmp.cxx vcl/win/source/gdi/salgdi.cxx vcl/win/source/gdi/salgdi3.cxx vcl/win/source/gdi/salgdi_gdiplus.cxx vcl/win/source/gdi/winlayout.cxx Change-Id: I871d1d107b019758f3913e5eb63bc9bc0ba403fd Do not name unused arguments to prevent compiler warnings. (cherry picked from commit f3118889a0cd941f193e9b6557c0792015d77a34) Change-Id: I482d1f96d695c7bf9912ec464bb39e7fdd14adef Related: #i121534# fix graphite-enabled windows build (cherry picked from commit c90a6ca92b1239d01a2892e15488e4a183a88b1a) Conflicts: vcl/win/source/gdi/winlayout.cxx Change-Id: I95fd41ad6f7187f34ba9474674a471fb4fc65314
* Fix support for "dummy" content providersStephan Bergmann2013-06-142-1/+12
| | | | | | | ...and use it so that private: URLs are not needlessly passed to the gio or gnome-vfs "catch-all" UCPs. Change-Id: I85d100567d1641130449fe21ccd072bcc0ec0979
* Resolves: #i121463# Enhanced handle visualization..Armin Le Grand2013-06-133-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and some fixes in that region (cherry picked from commit 2ece2411aa1ab78e6aec269d08d8a9b526390939) Conflicts: default_images/svx/res/cropmarkers.png default_images/svx/res/cropmarkers2.png default_images/svx/res/cropmarkersACC.png default_images/svx/res/markers.png default_images/svx/res/markers2.png default_images/svx/res/markersACC.png officecfg/registry/schema/org/openoffice/Office/Calc.xcs officecfg/registry/schema/org/openoffice/Office/Draw.xcs officecfg/registry/schema/org/openoffice/Office/Impress.xcs officecfg/registry/schema/org/openoffice/Office/Writer.xcs officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs sc/source/core/tool/viewopti.cxx sd/source/ui/app/optsitem.cxx svx/inc/svx/svdhdl.hxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdstr.src sw/source/ui/config/viewopt.cxx sw/source/ui/docvw/edtwin.cxx Change-Id: I4094c2ca18a3c29e8e24a15ddeb040808ce4605d
* fdo#64626 clarify use of border line settings on toolbarWinfried Donkers2013-06-121-1/+1
| | | | | | | | | | | | | | | | Using the toolbar button to set border lines in calc, lines are added, but not removed. I thought this to be a bug, but it isn't. Using the toolbar button is for addition, and using the same button with the SHIFT key is for addition+deletion. Unfortunately, this is not mentioned in help files or hints. This patch remedies this by giving a better hint when using the toolbar button. Change-Id: I0cf5cc9bffbec363cde3c7493f024cdfa72c54f4 Reviewed-on: https://gerrit.libreoffice.org/4220 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Resolves: #i122493# Removed Line/AreaPropertyPanel on Writer OLE contextArmin Le Grand2013-06-101-2/+0
| | | | | | (cherry picked from commit 7fb9e99fcc522731165f3ad20aae43d81bb7df65) Change-Id: Ic4dd8c7c5d964fce9ed971c9a5a337a7cbb04fcc
* Resolves: #i25945# Allow disabling scrollbar tips by API and configurationAriel Constenla-Haile2013-06-071-0/+9
| | | | | | | | | | | | (cherry picked from commit a2bbabbe141de1303ebf052e5c22b6e77387785e) Conflicts: offapi/com/sun/star/text/ViewSettings.idl officecfg/registry/schema/org/openoffice/Office/Writer.xcs sw/source/ui/config/usrpref.cxx sw/source/ui/uiview/viewport.cxx Change-Id: I939ec22527a0b654de5f379e781c24c0a3088739
* Remove remnants of help agentCaolán McNamara2013-06-064-69/+0
| | | | | | | | | | it was removed with 66714f1888eaccef4eb5341971278ae7dfafa16b but gobs of code (and UI) still existed to collect the help id and give it to the missing help agent with various UI visible options and buttons to control the help agent which isn't there Change-Id: I625da27b3046d481e43f4d35d32cc7063a1c6291
* Specify an icon for ".uno:ExtendedHelp"Ariel Constenla-Haile2013-06-051-0/+3
| | | | | | | | | (cherry picked from commit 52a0a12e677e96ae0df70a710c3e10f00c8abf4b) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu Change-Id: If5da2911b3ca94b93e09917f74640ff5ac9f75f3
* Clean zoom redundances in Math and fix fdo#55929Rodolfo Ribeiro Gomes2013-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Zoom can be handled by sfx2 in many ways: - 50%, 75%, 100%, 150%, 200% - Optimal view (fit in window) - Entire page - Page width The math module was doing the first two by itself. Remove it. Strange enough, state methods for zoom interface definitions on sfx2's appslots.sdi were needed. I thought 'Container' property in sfx.sdi should do the job. It seems to do nothing, though. (The zoom should be disabled only if the object is an OLE/Container). The Help-Ids from pop-up menu in Math/Formula were kept, because they doesn't exist in sfx2. Change-Id: Ie1ae413780551b34aa36b338f9a9df79a198319c Reviewed-on: https://gerrit.libreoffice.org/4076 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* Remove icon property from commands without iconAriel Constenla-Haile2013-05-282-15/+0
| | | | | | | | | | (cherry picked from commit 76f5fa8ed67bfcd162de49a74b2f4484935d55b2) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu Change-Id: I72d3f6ae382793943084235a8e8112bba509e694
* do not localize whitespace-only stringsAndras Timar2013-05-281-14/+14
| | | | Change-Id: Ie13a80afd0df6972488b8e7f8629a1c4bc840afb
* fdo#64451 Add "Find All" to the Find bar.Andrzej J.R. Hunt2013-05-282-0/+16
| | | | | | | Change-Id: I7a5f2881d2aa77f2d5c6c302c8eac1162b194bcf Reviewed-on: https://gerrit.libreoffice.org/4016 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
* Resolves: #i121216# Allow unique logger file nameAriel Constenla-Haile2013-05-281-3/+15
| | | | | | | | | (cherry picked from commit a9606aa4d8a6bcb3955d991ee45c56cb93be2450) Conflicts: officecfg/registry/schema/org/openoffice/Office/Logging.xcs Change-Id: I25719f2898df2f91ef9c71234e9eab83f8140b96
* Add an icon for .uno:AutoPilotMenuAriel Constenla-Haile2013-05-271-0/+3
| | | | | | | | | (cherry picked from commit c1954d6e72071c12aa4eda412d4370a22f91f787) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu Change-Id: I623febfcbdb642fe4b5b0b42e7e89054e3db45de
* fdo#63035 Add "Match Case" to Find bar.Andrzej J.R. Hunt2013-05-232-0/+16
| | | | Change-Id: I1339767de7980426d32960bf5ee60e2f5c011be4
* Resolves: #i121522# remove nonexistent, never published extensions...Jürgen Schmidt2013-05-231-20/+0
| | | | | | | | | | | from ExtensionDependencies (cherry picked from commit 3484496e57ab59b4f613d7c9f727b5945e17e5b4) Conflicts: officecfg/registry/data/org/openoffice/Office/ExtensionDependencies.xcu Change-Id: I1b2e7382837a4cfad667187a7f930ca54385c31e
* Document missing enumeration valueAriel Constenla-Haile2013-05-221-0/+5
| | | | | | | | | | | | Add missing Key Tab in /org.openoffice.Office.Writer/AutoFunction/Completion/AcceptKey (cherry picked from commit 4ff43c2b8dbf361093ff2ffa683e117526771332) Conflicts: officecfg/registry/schema/org/openoffice/Office/Writer.xcs Change-Id: I3441a9b97f3e74c115bde84da9a1c85f9c901185
* Resolves; #i122219# Show 'Cell Appearance' and 'Number Format' panels...Andre Fischer2013-05-211-0/+2
| | | | | | when editing cells.(cherry picked from commit 09d043596e8283dd6ced26d1e4ff0da530252df0) Change-Id: I2fe0f9655efa24fb99b566f5c515b0fd1f651f6b
* Related: #i121442# Remove unused UNO StatusbarControllersAriel Constenla-Haile2013-05-211-22/+0
| | | | | | | | | | | | | | | | | (cherry picked from commit 06b91eb4cc81dde86875445c5acaa5c57111333b) Conflicts: framework/inc/uielement/logoimagestatusbarcontroller.hxx framework/inc/uielement/logotextstatusbarcontroller.hxx framework/inc/uielement/simpletextstatusbarcontroller.hxx framework/source/classes/resource.src framework/source/register/registerservices.cxx framework/source/uielement/logoimagestatusbarcontroller.cxx framework/source/uielement/logotextstatusbarcontroller.cxx framework/source/uielement/simpletextstatusbarcontroller.cxx officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu Change-Id: I799bd0fa29191efce4fe9a09f74247e38d8f8873
* Related: #i121442# Add support for StatusBar merging via configurationAriel Constenla-Haile2013-05-211-0/+107
| | | | | | | | | (cherry picked from commit 5c795df0452046ad2aa8d0ec05092133e3e4ebc3) Conflicts: officecfg/registry/schema/org/openoffice/Office/Addons.xcs Change-Id: Ica40d4f68054a3adcf460531c06cd1792ba4a6c4
* resolve fdo#64446 Repeat shortcut isn't showed correctly in menu entryJoren De Cuyper2013-05-201-10/+10
| | | | | | | Change-Id: I991185f6b4efd305dc55c9ad85f92222f706f8a0 Reviewed-on: https://gerrit.libreoffice.org/3850 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* go back to 8 colorvalueset columnsCaolán McNamara2013-05-201-1/+1
| | | | Change-Id: I9e345b3dea1d4a13ac2307bcebda19d753ecd7d0
* Resolves: i122145 Multiselection with mix of DrawObjects and OLE...Armin Le Grand2013-05-201-0/+6
| | | | | | | | | | will allow LineStyle and FillStyle panel, single selection of OLE offers these, too, but in default closed state (cherry picked from commit 8a2531d3d98ad3afb2b233be2d5dd7b67febeba6) Change-Id: Iba8f99afb4324d33be0469e3b0835f08fe142b0a (cherry picked from commit 3c33a28233dfbb0db44553f13511107976f18363)
* remove redundant mmeeks comments around the place for misc. code pointers.Michael Meeks2013-05-201-2/+2
| | | | Change-Id: I53cf0596b39b00b634724db701d784dd4ab12281
* finally get the taskpane rendering againMichael Meeks2013-05-202-11/+11
| | | | NB. you need to re-build & install to sync. configuration after this.
* don't throw up the sidebar on start.Michael Meeks2013-05-201-6/+0
|
* update to the right service name for new URLs.Michael Meeks2013-05-201-5/+5
|
* tentatively restore more UNO / task-pane goo ...Michael Meeks2013-05-203-1/+80
|
* add experimental option for sidebar to 'Advanced' pane.Michael Meeks2013-05-201-1/+7
|
* Resolves: #i122056# adding another Writer variant for sidebar context handlingOliver-Rainer Wittmann2013-05-201-0/+1
| | | | | | | | | | | Patch by: Ariel Review by: Oliver (cherry picked from commit 4a87b75b86e4c932b5230cb7caecf6f00e40a096) Conflicts: sfx2/inc/sfx2/sidebar/EnumContext.hxx Change-Id: I51cd1d63ddd23a0907f1781c46891b6f5c9870c5
* Resolves: #i122218# Add new sidebar panel...Andre Fischer2013-05-201-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for inserting shapes into Draw documents (cherry picked from commit 5e09229d726cbc288719c7466b277a4eb5bb244b) Conflicts: sd/source/ui/view/drviewsa.cxx sfx2/Package_inc.mk svx/inc/svx/dialogs.hrc Related: #i122218# Added missing files to sfx2/inc/sfx2/sidebar (cherry picked from commit 99572ff12af758a256703884811c7915c79f27ec) Conflicts: sfx2/inc/sfx2/sidebar/ResourceDefinitions.hrc Related: #i122218# Added more missing files (cherry picked from commit cdc8cb702630938c673255638aecbd2dd5c53ed7) fix up to build Change-Id: I098976d787e6a91d36aac98a5917f48b50872087 9c6f4d957924e177922e26606173d1b238b8006e ceb9b720c08fb1db5b418c618e280b9b68eda2cf 01712631eacbd3e58e2cd04d1903bbcb0ecb9301
* Related: #ii122198# added ColorValueSetColumnCount entry to configurationArmin Le Grand2013-05-201-0/+13
| | | | | | | | | | | | | default is 12 (cherry picked from commit dc9abefa2d01377b14bef15463e360d9a7e9bdc2) Conflicts: officecfg/registry/schema/org/openoffice/Office/Common.xcs svtools/inc/svtools/accessibilityoptions.hxx svtools/source/inc/configitems/accessibilityoptions_const.hxx Change-Id: Ic035b34bbcde426fa8fb76df16f84786908e18fa
* Related: #i122131# Fixed typo in cmd name for cell appearance 'more' dialogAndre Fischer2013-05-201-1/+1
| | | | | | (cherry picked from commit d465ec90c0626857a9c30523daba63d7b713f9e6) Change-Id: Icb5389074faf5cf7d1b03f1203f0036f2eccb73a
* Related: #i122056# Added another Writer variant to sidebar...Andre Fischer2013-05-201-0/+1
| | | | | | | | | | | context handling. (cherry picked from commit 542f0ff097c0e3eb71a1ad19f6d46a9860e754d9) Conflicts: sfx2/inc/sfx2/sidebar/EnumContext.hxx Change-Id: Ib88f75d3dfdba5c14c2d3c747e90eecd00e6f249
* Resolves: #i122082# Hide sidebar panels for read only documentsAndre Fischer2013-05-202-0/+15
| | | | | | | | | | | | | (cherry picked from commit aae247a34cd6f3bf421e57bbec08837d73ddf258) Conflicts: sfx2/inc/sfx2/sidebar/SidebarChildWindow.hxx sfx2/inc/sfx2/sidebar/Theme.hxx sfx2/source/sidebar/SidebarChildWindow.cxx sfx2/source/sidebar/SidebarController.cxx sfx2/source/sidebar/SidebarDockingWindow.cxx Change-Id: Ib59132d6d5e177d5a02ee24973b0fb07114db60a
* Resolves: #i122086# Show icons in decks and titles (optionally)Andre Fischer2013-05-201-0/+28
| | | | | | (cherry picked from commit 80b53edb04ed2d4b4f27f8256b754593902f0c23) Change-Id: Ic9aafce182b96aa44956d9ddbf165f4cc736e41b
* Related: #i122051# Sidebar handles more Writer variants.Andre Fischer2013-05-202-53/+57
| | | | | | | | | (cherry picked from commit dc36f82362dc1fb159668937cde7cedbc3fad503) Conflicts: sfx2/inc/sfx2/sidebar/EnumContext.hxx Change-Id: I230b6dd3a68d2a17d0433f7919e74f1fcfae8d01
* Related: #i122041# More unifications for FillStylesArmin Le Grand2013-05-201-35/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | better defaults and better preview visualizations (cherry picked from commit 35c9acfc98fc98399005815e0464b1944f327d4e) Conflicts: officecfg/registry/schema/org/openoffice/Office/Common.xcs svtools/inc/svtools/accessibilityoptions.hxx svtools/inc/svtools/valueset.hxx svtools/source/config/accessibilityoptions.cxx svtools/source/control/ctrlbox.cxx svtools/source/control/valueset.cxx svtools/source/inc/configitems/accessibilityoptions_const.hxx svx/inc/svx/dlgctrl.hxx svx/inc/svx/xtable.hxx svx/source/dialog/dlgctrl.cxx svx/source/tbxctrls/SvxColorValueSet.cxx svx/source/xoutdev/xtabdash.cxx svx/source/xoutdev/xtable.cxx vcl/inc/ilstbox.hxx vcl/inc/vcl/combobox.hxx vcl/inc/vcl/lstbox.hxx vcl/inc/vcl/settings.hxx vcl/source/app/settings.cxx vcl/source/control/combobox.cxx vcl/source/control/ilstbox.cxx vcl/source/control/lstbox.cxx Change-Id: I905b6814cb796a35aa23fedb9ce716f77e2bfda0
* minor change in syntax to make localize happyJürgen Schmidt2013-05-201-7/+1
| | | | | | (cherry picked from commit e271ee33bd29cb8e5a7bbecdcdac71596ee2442f) Change-Id: I2079c019575c32bca0323515e51ec166c36ef94e
* Resolves: #i121960# Extend the sidebar::ControllerItem to check Disabled stateAndre Fischer2013-05-201-0/+16
| | | | | | | | | | | | | | | | | | | | | Converted TextPropertyPanel to use this new functionality. (cherry picked from commit 5e32abe48b0833e4e370507a1e74fbb1ba98b5e3) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu sfx2/inc/sfx2/sidebar/ControllerItem.hxx sfx2/source/sidebar/ControllerItem.cxx sfx2/source/sidebar/FocusManager.cxx sfx2/source/sidebar/SidebarChildWindow.cxx svx/Library_svx.mk svx/source/sidebar/text/TextPropertyPanel.cxx svx/source/sidebar/text/TextPropertyPanel.hrc svx/source/sidebar/text/TextPropertyPanel.hxx svx/source/sidebar/text/TextPropertyPanel.src svx/source/sidebar/text/TextUnderlineControl.hxx Change-Id: I3a25bb0a02e6165ceeb6dbd9e6ecd3e94051f594
* Resolves: #i122026# adjust names of newly introduced UNO commandsOliver-Rainer Wittmann2013-05-203-24/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | correct uno:FlipHorizontal and uno:FlipVertical (cherry picked from commit 1ea8067f70bb806aa501ea72686a950f1e5ee591) Conflicts: default_images/res/commandimagelist/lc_fliphorizontal.png default_images/res/commandimagelist/lc_flipvertical.png default_images/res/commandimagelist/lch_fliphorizontal.png default_images/res/commandimagelist/lch_flipvertical.png default_images/res/commandimagelist/sc_fliphorizontal.png default_images/res/commandimagelist/sc_flipvertical.png officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu svx/sdi/svx.sdi sw/inc/cmdid.h sw/source/ui/shells/drawsh.cxx sw/uiconfig/sglobal/toolbar/graphicobjectbar.xml sw/uiconfig/swform/toolbar/graphicobjectbar.xml sw/uiconfig/swreport/toolbar/graphicobjectbar.xml sw/uiconfig/swriter/toolbar/graphicobjectbar.xml sw/uiconfig/swxform/toolbar/graphicobjectbar.xml Change-Id: I2c646586d592eb1d703c6db07e4c913d858fdc47
* Resolves: #i122025# UNO commands introduced with sidebarOliver-Rainer Wittmann2013-05-204-9/+99
| | | | | | | | | | | | | | | | | | | | | | apply labels and disable their UI customization (cherry picked from commit 339494cf948e22dcb089c0d921dfb396d9233cb8) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu svx/inc/svx/svxids.hrc svx/sdi/svx.sdi sw/sdi/swriter.sdi Change-Id: Ie95fb2fde14afe67c80e0037f4252e788f5ec1fb Related: #i122025# followup - remove usage of removed Slot (cherry picked from commit 0bef7cb68127ab4ff81cc80bc3f7274adf87f5ac) Change-Id: I0cf4d8c4c93d5754e4e46d4d1edc43529849b3bf