summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* n#819614: Lines running off the screens.Muthu Subramanian2013-10-104-6862/+6989
| | | | Also fixed the test cases.
* Resolves: #i123359# need to call SdrEndTextEdit before...Armin Le Grand2013-10-091-0/+9
| | | | | | | | manipulating objects at model/view (cherry picked from commit b5e8564995cd92e19cadcf8a6e9151be3efeeff4) Change-Id: Ie282370c7fc2dea4f9d59d85aac742b41d7c4541
* update unusedcode listCaolán McNamara2013-10-0913-370/+0
| | | | Change-Id: I201985753fc53f037807e7870c6786a442717d6e
* Resolves: #i119056# Added direct refreshes for objects dependent...Armin Le Grand2013-10-081-0/+47
| | | | | | | | on HeaderFooterSettings (cherry picked from commit b94437b6dfe60904f9c89608c15ed55dc3ce277d) Change-Id: I4e21876f83fc160883c0ffdee5941ee7488e35c8
* CID#1079314 uninitialized membersCaolán McNamara2013-10-081-3/+5
| | | | Change-Id: I3f10b7ae435f466752914ef6d98ce5f6e923b785
* change default line color to Tango: Sky Blue 2Ivan Timofeev2013-10-0715-377/+377
| | | | Change-Id: I3e2139cb1d12fe1849d87b438ab3f55fc21fa574
* XCanvas does no longer imply XBitmapCanvasThorsten Behrens2013-10-074-14/+3
| | | | | | | | | | | Remove the implication that XCanvas IS-A XBitmapCanvas, i.e. one can access underlying pixels. That's a preparation for display-list based canvas implementations, and was a rather silly assumption in the first place. Also fixes up all client sites. Change-Id: I7a3d6f68ef46fe94b23cce7759cc0b8b6ca4dae9
* Resolves: rhbz#1015281 crash on clicking custom animationCaolán McNamara2013-10-071-2/+5
| | | | Change-Id: Ibb4519a3d41266ae16fcb93567cf5b5c67066b0c
* CID#1028072 leak undo in corner caseCaolán McNamara2013-10-071-0/+2
| | | | Change-Id: If2371a25c9030c13617df692e82729090280d8f0
* make system-bluez build not use -I$S/bluez_bluetooth/inc in sd...Rene Engelhard2013-10-061-1/+6
| | | | Change-Id: Icdd90a7aadf7cfbc464e11a1e0386576cbc5c06c
* 'ist' -> 'is' here and there.Jan Holesovsky2013-10-041-1/+1
| | | | Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
* fdo#39674 fix some spellingThomas Arnhold2013-10-041-1/+1
| | | | Change-Id: I72e497fb97edf8782c69000576f42896594e1556
* WaE: unused variableTor Lillqvist2013-10-021-2/+0
| | | | Change-Id: If669e501382d2ea7ea09117a13baa48233f8f655
* Resolves: #i123276# Properly forward Deactivate() call...Andre Fischer2013-10-021-2/+8
| | | | | | | | | | | | | | | and still don't broadcast context change. (cherry picked from commit 520cc667c80cea6bb48422825250b72ff36bb4ef) Conflicts: sd/source/ui/view/drviews1.cxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/sidebar/ContextChangeBroadcaster.hxx sfx2/source/control/shell.cxx sfx2/source/sidebar/ContextChangeBroadcaster.cxx Change-Id: I753009041a999bc31a0528e37f0a499897f311c5
* Revert "Resolves: fdo#66924 switching to master view is broken"Caolán McNamara2013-10-023-4/+4
| | | | This reverts commit 4a578dc9c7b9c5697f624807790565c99ccb919d.
* More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann2013-10-023-0/+8
| | | | | | ...as needed by Clang trunk towards 3.4. Change-Id: Ibbfe9cb0ec03e0aed939d769feee9e046af4741f
* Use std::auto_ptr::reset where applicableStephan Bergmann2013-10-021-4/+2
| | | | | | (avoids warnings about std::auto_ptr ctor being deprecated) Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-5/+0
| | | | Change-Id: I8a062156ca81a946040bf0f8db4ec8c32a9963e8
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-4/+0
| | | | Change-Id: I5939bcc0fbb12919ff7e4521cd6a71be57635434
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-4/+0
| | | | Change-Id: I93e9fdf4607bbd964a7557ef0b1788bf901c2c50
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-2/+0
| | | | Change-Id: Id530355d5f014bb02507b3c493b74a98ee3409ee
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+0
| | | | Change-Id: Ie9611fc32c046059425a4b14988d69574869c3c5
* sdremote: simplify version string creation.Michael Meeks2013-10-021-4/+1
| | | | Change-Id: I764d857679bdaafd40a46c80c461d787c6da144a
* Add sending server information after pairing.Artur Dryomov2013-10-021-3/+14
| | | | | | | Basically it is only version at moment. Should be helpful for protocol versioning. Change-Id: I57fd5d73f783c32393c0b3fb9a4573cb6852060e
* gbuild: use .xcd configuration files from instdirMatúš Kukan2013-10-012-4/+0
| | | | | | | | | | ..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Convert edit field dialog to widget UIManal Alhassoun2013-10-016-213/+309
| | | | | | | | | | Conflicts: sd/AllLangResTarget_sd.mk Change-Id: I7f60b1ac8a59e5e4a460fd26754dd83a7835ed45 Reviewed-on: https://gerrit.libreoffice.org/6073 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#62082 Better Layout for Custom Animation SidebarSamuel Mehrbrodt2013-09-303-326/+231
| | | | | | | | | | | | | * Use a toolbar with Icons instead of buttons with text * Remove the "Start Presentation" button - it's already in the global toolbar * Move the List of Animations to the top, the toolbar below it This has already been discussed in the Design team (see bug report) Change-Id: Iacbb4019ce496f1fc0dd7a252fb84f1ab52cc945 Reviewed-on: https://gerrit.libreoffice.org/6055 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Convert Draw object & background dialog to new UIOlivier Hallot2013-09-306-232/+402
| | | | | | | | | | Conflicts: sd/UIConfig_sdraw.mk Change-Id: I5625420bb374c03da0095065444787d082df8038 Reviewed-on: https://gerrit.libreoffice.org/6066 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Convert Draw char dialog to widget UIOlivier Hallot2013-09-308-130/+173
| | | | | | | | | | Conflicts: sd/UIConfig_sdraw.mk Change-Id: I1635e21d3bcfa708b4e6b99e5ec5bd00448e1f59 Reviewed-on: https://gerrit.libreoffice.org/6054 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Convert Draw page dialog to Widget UIOlivier Hallot2013-09-307-125/+157
| | | | | | | Change-Id: I65cb85e4f8ce3f234e6d9ae780a83db04c23f0f6 Reviewed-on: https://gerrit.libreoffice.org/6053 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Kill internationaloptions page, it has been unused for years.Jan Holesovsky2013-09-291-2/+0
| | | | Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
* cppcheck: Variable nActNumLvl reassigned before old value usedJulien Nabet2013-09-271-4/+1
| | | | Change-Id: I6d745b80b0d72033be12d8f78ebdbcdabeabd579
* typo fixes in commentsAndras Timar2013-09-263-5/+5
| | | | Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-251-0/+1
| | | | Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
* Try to fix cross-compilationTor Lillqvist2013-09-233-3/+3
| | | | | | | | Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
* unused typedefCaolán McNamara2013-09-221-1/+0
| | | | Change-Id: Ib07f06b1fa0402795fa4b5b33574f53e4d266ab2
* WaE: unused variables.Andrzej J.R. Hunt2013-09-221-2/+0
| | | | Change-Id: I269c5fd4817059f33df111f12ffd16ef8241a2fc
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-2218-0/+54
| | | | Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
* drop various tools/string.hxx includeCaolán McNamara2013-09-218-8/+0
| | | | Change-Id: If4271c97025a56922c4f0b143cc3af214218a153
* missing fileCaolán McNamara2013-09-201-0/+414
| | | | Change-Id: Ia1e179ab423b847a6303d63cc663cf31db3283e8
* drop internal scrolling now right panel is goneCaolán McNamara2013-09-202-636/+603
| | | | Change-Id: I9d2e993f99abaf1680409b6ddb91572a1717226f
* Resolves: #i122470# Fixed programmatic triggered switching of sidebar decksAndre Fischer2013-09-2013-195/+31
| | | | | | | | | | | | | | | (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
* Turn sidebar back to non-experimentalCaolán McNamara2013-09-2084-17068/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* indent: Just some indenting for better readingAndres Gomez2013-09-201-25/+25
| | | | | | Change-Id: Id840dd00c71afc1930e6bb9b634e888b88fe7391 Reviewed-on: https://gerrit.libreoffice.org/6001 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez2013-09-202-0/+9
| | | | | | | | | | | | | | | | | | | | | | | 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>
* restore behaviour after OUString changesNoel Grandin2013-09-191-2/+6
| | | | | | | | | 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
* restore behaviour after OUString changesNoel Grandin2013-09-192-3/+9
| | | | | | | | | 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
* restore behaviour after OUString changesNoel Grandin2013-09-195-12/+36
| | | | | | | | in commit a2b86b5fb75925e7e8b24751f83e1ecc8584cf72, my OUString conversion changed the behaviour of the x.Erase(x.Search()) operations. Change-Id: Iad91980322b8cb46e8b2040f3fbd4e6cc1176424
* -Werror,-Wunused-private-fieldStephan Bergmann2013-09-191-2/+0
| | | | Change-Id: I8033dd055abc9fa8a845113ed2255dd2b5cabad5
* aOldFullName and aFullName are both supposed to be prefixed the sameCaolán McNamara2013-09-191-4/+3
| | | | | | | i.e. a2b86b5fb75925e7e8b24751f83e1ecc8584cf72 stuck the prefix onto aFullName twice by accident Change-Id: I3fdba4cf3dea77bad2278812d75788f175e8d221