summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2013-09-21drop various tools/string.hxx includeCaolán McNamara
Change-Id: If4271c97025a56922c4f0b143cc3af214218a153
2013-09-20missing fileCaolán McNamara
Change-Id: Ia1e179ab423b847a6303d63cc663cf31db3283e8
2013-09-20drop internal scrolling now right panel is goneCaolán McNamara
Change-Id: I9d2e993f99abaf1680409b6ddb91572a1717226f
2013-09-20Resolves: #i122470# Fixed programmatic triggered switching of sidebar decksAndre Fischer
(cherry picked from commit 7b26aba94e5544937f1e37e34915bcb276bc3c27) Conflicts: sd/sdi/sdraw.sdi sd/source/ui/framework/tools/FrameworkHelper.cxx sd/source/ui/inc/framework/FrameworkHelper.hxx sd/source/ui/view/ViewShellBase.cxx sd/source/ui/view/drviews6.cxx sfx2/Package_inc.mk sfx2/inc/sfx2/sidebar/Sidebar.hxx Change-Id: Ic6b518e734fe59a7b713e85e934487347b847c5a
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara
This reverts commit 7ce2a89f4f8fa84232896766276cb3433ada239c. Change-Id: I53f572777e84f66fd4c3d18fb686dac09095804a revert d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46 Change-Id: I5b243b69e50084316aaeab250d6b01079c12b718 Revert "sidebar: disable impress task pane if sidebar is enabled." This reverts commit ee1726bfdba483623d496a3bcc09089e8b55cd65. revert 54d820a7815af03a248c1aa424fae9bf9a4881f4 Change-Id: Ie7c83d88f5427a7e42fa50879280a0c4a7c2cdd1 Revert "Only register and use the Sidebar if it is globally enabled." This reverts commit 66a5cc468cef0c6db8b42b7f25367f04208e6f2e. Conflicts: sfx2/source/view/viewfrm.cxx Change-Id: I17fe702996c4adf7f387573d36ea993f8cc32c96 Revert "disable sidebar menu option if it is disabled." This reverts commit 05f0eb57618d090fa45011120a907a3b1157accb. Revert "finally get the taskpane rendering again" This reverts commit 228bb7ffe0d404ba1225f7b4d26ca71e098577d9. Conflicts: officecfg/registry/data/org/openoffice/Office/Impress.xcu sd/source/ui/framework/factories/TaskPanelFactory.cxx sd/source/ui/framework/tools/FrameworkHelper.cxx Change-Id: I248cc9a769695cde19e78774d42ce666dc685599 Revert "don't throw up the sidebar on start." This reverts commit 645db9a2bd9b1eec381de60c491e6b7f9ee7a7b4. Conflicts: officecfg/registry/data/org/openoffice/Office/Views.xcu Change-Id: I911859757e2e019836e8ed5213d2ba69ff82aec8 Revert "update to the right service name for new URLs." This reverts commit 55f49970f4085e3a1498961edabd5303bd6bea6c. Conflicts: sd/source/ui/framework/tools/FrameworkHelper.cxx Change-Id: I1ba2762a4c969a9125ff8354a9b6035813290021 Revert "tentatively restore more UNO / task-pane goo ..." This reverts commit 052ac10a6f9b28b9b06884dd3ed41879722be6c9. Conflicts: officecfg/registry/data/org/openoffice/Office/Impress.xcu Change-Id: I7e62f27329af033df811549436718648a6447dea Revert "more reverts, first cut at making sidebar optional." This reverts commit a65a423e22fc03d0b7850bbf20dfc30f6cfa34dd. Revert "add experimental option for sidebar to 'Advanced' pane." This reverts commit 54d820a7815af03a248c1aa424fae9bf9a4881f4. Conflicts: cui/source/options/optjava.cxx sd/source/ui/framework/module/ImpressModule.cxx Change-Id: I09a6c0f7834c8ef330d05a014505aaaf09ae096f Revert "Restore FrameworkHelper taskpane URLs." This reverts commit e9c2d5b26b1e1b52bdf87192a76314b7362fa80c. more foo Change-Id: I2eaa2fbd74dc7a2f7ba937d310472cee6b5a0b57 really go to town on it Change-Id: I885dc03cd0286bbfdf05c05da9f0bbea2b78bcf4
2013-09-20indent: Just some indenting for better readingAndres Gomez
Change-Id: Id840dd00c71afc1930e6bb9b634e888b88fe7391 Reviewed-on: https://gerrit.libreoffice.org/6001 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
Added the new InteropGrabBag property to the OfficeDocument service and modified the JUnit UNO unit tests for it. Added specific implementation in the sfx2 module for the SfxBaseModel class. Added specific inherited implementations in the sc, sd, starmath and sw modules for the ScModelObj, SdXImpressDocument, SmModel, and SwXTextDocument classes. This new property is intended by now for its usage on preserving OOX's theming although the aim is to be able to re-create the theming in the future from saved properties. It could also be used for preserving other attributes for interoperability among document formats. Change-Id: Ia822856293c70ae22911afa794e3e38bcaa31f86 Reviewed-on: https://gerrit.libreoffice.org/6000 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-19restore behaviour after OUString changesNoel Grandin
in commit ab0806e183fcdc8b2e4eca2d29b877a41f3ded8b, "convert sd/.../fuinsfil.hxx from String to OUString" my OUString conversion changed the behaviour of the x.Erase(x.Search()) operations. Change-Id: I0f7f342eb4caf277fe62c3c11d1aa2c74290e549
2013-09-19restore behaviour after OUString changesNoel Grandin
in commit 15d88e256dcf4d0bf567b5f320cefe55179e4bd8, "convert more .cxx files in sd from String to OUString" my OUString conversion changed the behaviour of the x.Erase(x.Search()) operations. Change-Id: I8150fdecde439fdc5eeae53d50ad0dd00c0c1879
2013-09-19restore behaviour after OUString changesNoel Grandin
in commit a2b86b5fb75925e7e8b24751f83e1ecc8584cf72, my OUString conversion changed the behaviour of the x.Erase(x.Search()) operations. Change-Id: Iad91980322b8cb46e8b2040f3fbd4e6cc1176424
2013-09-19-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I8033dd055abc9fa8a845113ed2255dd2b5cabad5
2013-09-19aOldFullName and aFullName are both supposed to be prefixed the sameCaolán McNamara
i.e. a2b86b5fb75925e7e8b24751f83e1ecc8584cf72 stuck the prefix onto aFullName twice by accident Change-Id: I3fdba4cf3dea77bad2278812d75788f175e8d221
2013-09-19WaE: private field 'mbPageRatioKnown' is not usedTor Lillqvist
Change-Id: Id9efce7b1308a022db14865cf9fbee33ff939e34
2013-09-19convert the rest of the .cxx files in sd from String to OUStringNoel Grandin
Change-Id: I2f68a14baf707d7098b84c68b11a85cd28e49d95
2013-09-19remove dead method definitionNoel Grandin
Change-Id: I0cf5cbd4925fad54ee9bb3f6ba7d84b1689fae9c
2013-09-19convert more .cxx files in sd from String to OUStringNoel Grandin
Change-Id: I03d86a02021df0205cc3505ea9f99d1d18735abc
2013-09-19remove dead method definitionNoel Grandin
Change-Id: If95c03246eeda942084a10ed39a02e6ebeffe2aa
2013-09-19convert some .cxx files in sd from String to OUStringNoel Grandin
Change-Id: I3f3ba3521b72d78887e01970192f353cdc866626
2013-09-19convert sd/.../dlgass.hxx from String to OUStringNoel Grandin
Change-Id: I1602e3c5bcab59d27c96a2698185b913f5ce69a7
2013-09-19convert sd/.../fuinsfil.hxx from String to OUStringNoel Grandin
Change-Id: I8d2847ba00730be8c2fd7814ee41021119e25cfa
2013-09-19convert sd/.../ScrollPanel.hxx from String to OUStringNoel Grandin
Change-Id: I6dde03dd77dac7b8e7568597329d65c8ec317da6
2013-09-19convert sd/.../TitleBar.hxx from String to OUStringNoel Grandin
Change-Id: I5e98c11d27a890cb70808a860c6edcf43f87a314
2013-09-19convert sd/../TitledControl.hxx from String to OUStringNoel Grandin
Change-Id: Ib83d2cfc931c39374358ae0148eae4e5b02a00ae
2013-09-19convert sd/../tmplctrl.hxx from String to OUStringNoel Grandin
Change-Id: Ie06a8103c11a00c79004620ab993dbd6c73f13dc
2013-09-19convert sd/../unoaprms.hxx from String to OUStringNoel Grandin
Change-Id: I579cc101902027813ebd09c9a0e6adffb5b9e5a1
2013-09-19convert sd/.../MasterPageContainer.hxx from String to OUStringNoel Grandin
Change-Id: Ic28cce392c73732510087c5812c1e317e86a1013
2013-09-19convert sd/.../MasterPageDescriptor.hxx from String to OUStringNoel Grandin
Change-Id: I1844052366527c146f08a2a999065891a671aa2a
2013-09-19convert sd/.../slideshowimpl.hxx from String to OUStringNoel Grandin
Change-Id: Ia3fbe38ccd4abc6d5fc87d83af1e6af3d1474a4e
2013-09-19convert sd/.../SlideSorterController.hxx from String to OUStringNoel Grandin
Change-Id: Ifa9cc2448d5376fb171158538fedce9cfb8d6e0a
2013-09-19convert sd/.../SlsSlotManager.hxx from String to OUStringNoel Grandin
Change-Id: I5d526ebb84606ee32feaedd9998bbf8155acd441
2013-09-19convert sd/.../ControlContainerDescriptor.hxx from String to OUStringNoel Grandin
Change-Id: Ic165c4f40b2a84b69c3cf256b884fc6f5f12d982
2013-09-19remove dead method definitionsNoel Grandin
Change-Id: I2751c913bab397d49000bb3462a2f9265d09b32e
2013-09-19convert sd/.../MasterPageContainer.hxx from String to OUStringNoel Grandin
Change-Id: I88f8bcd6f6f447f3184beedee04b4aab1fddd41e
2013-09-19convert sd/.../MasterPageDescriptor.hxx from String to OUStringNoel Grandin
Change-Id: I4bb95e075c1946efd3f81aee044170ec2baabc7f
2013-09-19convert sd/source/ui/inc/MasterPageObserver.hxx from String to OUStringNoel Grandin
Change-Id: Ia1404ffaa94dc66ad0766b5dd714a2a72f966b74
2013-09-19remove dead TextLogger codeNoel Grandin
there was no implementation of the TextLogger class Change-Id: Ie3def9c3100706fe6f9ee19ff044db303b2bab29
2013-09-19remove dead definitionNoel Grandin
Change-Id: I5f25878acd7d755471be77709e5e40bdb74bab03
2013-09-19convert sd/source/ui/sidebar/DocumentHelper.hxx from String to OUStringNoel Grandin
Change-Id: Iebb77569d4121233f509913f4f077d4737039bb3
2013-09-19remove dead definitionNoel Grandin
Change-Id: Ic18b956ee3e997f788502fc0ab060b142b62c968
2013-09-19convert sd/source/ui/toolpanel/controls/DocumentHelper.hxx to OUStringNoel Grandin
Change-Id: Ida144cac6d6f459531ddfe80c5b0c790df38dd5d
2013-09-17tweak AddTabPage to use the factory directlyCaolán McNamara
to facilitate easier .ui conversion Change-Id: Icee821b37c1fe1801937066f9defbff4a05fc9e2
2013-09-16use smaller up/down buttonsCaolán McNamara
Change-Id: Ie67d3a990de13b25016c8ce581fe1f1a0a1b6ed3
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara
a) For the sidebar the sidebars automatically handle scrolling, but for the older panel the widgets has to do the scrolling so add scrolling parents to the .ui b) Fold the DialogListBox scrolling widget implementation into VclScrolledWindow and remove the duplication. Change-Id: Ife9ccd8c501e5dee7bf3102a92c8261d979cd834
2013-09-14change up/down to just be imagesCaolán McNamara
and add parent boxes to the toplevels and set their names so that we don't get warnings from the vcl builder and add a stub to glade and change a ComboBox to ComboBoxText so glade won't clobber its items Change-Id: I436736e96883b319b635fe87b539e829bc5595b8
2013-09-14String->OUStringIvan Timofeev
Change-Id: Ic69c3372ebbcbd74e57082066221ee9ef0d49d22
2013-09-14String->OUStringIvan Timofeev
Change-Id: Id1f2035979ab567020aa51e0368d3e77c4db007e
2013-09-13Using macro expansion function for the remaining config entries.Vishv Brahmbhatt
Macro Expansion function is used in 'CustomAnimationPreset.cxx' & 'TransitionPreset.cxx' to avoid code redundancy.Also appropriate changes are to made to 'getExpandedFilePath' function. Change-Id: I6b6ae068db3499fe2de2e78a884f9e0737577651 Reviewed-on: https://gerrit.libreoffice.org/5910 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-09-11CID#707537 unitialized scalarsCaolán McNamara
Change-Id: I68c81f46002ad07196ba357c41687ceb56d9663c
2013-09-11convert include/editeng/editobj.hxx from String to OUStringNoel Grandin
Change-Id: I076ae20fb21accf8ff7e7fad096534e97ba7dab4
2013-09-10This syntax is C++11 only.Kohei Yoshida
Change-Id: Ic14f5c0724b392f8864cca6661be8157c6358c1c