summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Collapse)Author
2013-04-30sdremote: protcol debug for send to match that for recv.Michael Meeks
Change-Id: If2840336513772238ec43a9859d47a6e2a315e05
2013-04-29adapt code to duplicate object dialogCaolán McNamara
Change-Id: I2555dc113b2fb4c77bec187b15f0bb545811b07b
2013-04-29adapt code to use snap object dialog .ui conversionCaolán McNamara
Change-Id: I181c87f8406f095bd4dc499b47d91081f58aaf59
2013-04-28Bin CLOOK comments and un-split one large switch statementTor Lillqvist
CLOOK = "Compiler Limit: Out Of Keys", an error reported by Microsoft's compiler a long time ago. No such problem in those versions we support. No need to mention CLOOK in comments any more. While at it, re-combine one large switch statement that was split to avoid CLOOK. Change-Id: Id93d973a5fb3c81b6c754eef0ba3b0bd55a649d2 Reviewed-on: https://gerrit.libreoffice.org/3640 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-27remove now unused src Dialog resourcesCaolán McNamara
Change-Id: I2aadd2a7e643f2598da9ed474e47ece02208297f
2013-04-26Fixed crash on deleting custom slide showKatarina Behrens
Create a custom slide show in Impress, attempt to delete it -> crash STL vector::erase returns an iterator pointing to the next element i.e. not the element we want to remove, evtl. invalid end iterator Change-Id: Ie3758fc1ae5fc5f2a934cd8bed3de4e84a0b841b
2013-04-26Converted custom slide shows dialog to .uiKatarina Behrens
Change-Id: Ica0361a45a00f45fd4767d5de37bd839567a469d
2013-04-26Better wording for Impress "Start from first/current Slide"Samuel Mehrbrodt
The menu is now: Slide Show Start from first Slide Start from current Slide ... instead of: Slide Show Slide Show Slide Show From This Slide ... I also changed the recently introduced function name/uno command for "Start from current Slide". This should make no trouble, since this function has not seen a release so far. Change-Id: I248c9d63ec28071b2887f89912aa90fa1e4afcb5 Reviewed-on: https://gerrit.libreoffice.org/3604 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: I1dcfee9fa0fdc4457754396ffb52cc8462f3906a
2013-04-25fdo#46808, Convert animations::AnimateMotion to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: I30cfa80fee436ed859d5bc00d1cb23e465c7e149
2013-04-25fdo#46808, Convert animations::Command to new styleNoel Grandin
The service already existed, just needed an IDL file Change-Id: I5e6449522ce77c36df1857213bd028336c3354bf
2013-04-25fdo#46808, Convert animations::Audio and IterateContainer to new styleNoel Grandin
The services already existed, they just needed IDL files Change-Id: I4e3389abb2cb0e41c9bab112cda2a7e896eb271d
2013-04-25fdo#46808, Convert animations::AnimateColor and AnimateSet to new styleNoel Grandin
The services already existed, just needed IDL files Change-Id: Ifc1980160b8472bc9bf96a36ca4bff2c4153a8b1
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: If7cc52ffeb35efe0969876a9822106b1fd958b10
2013-04-25fdo#46808 Convert awt::Pointer to new styleNoel Grandin
Change-Id: Ic2ff491e656ab7bcf0bd5994b601818a26478243
2013-04-25fdo#46808 Convert animations::ParallelTimeContainer to new styleNoel Grandin
Change-Id: Iac6337828c807a132e561b5e9017a708be2e9729
2013-04-25fdo#46808 Remove unnecessary getProcessServiceFactory() callNoel Grandin
Change-Id: Ic3219a615ae568d4d3e8aed83297ff6a39e6983b
2013-04-24sdremote - don't crash if we connect during load, before things are setup.Michael Meeks
Change-Id: I1837ea58b9c8f74aca9afb78bafbab61af189842
2013-04-24adapt code to insert layer .ui conversionCaolán McNamara
Change-Id: I75e83c2e2399f12e7d4cd035856e5ee07a75d494
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy
Change-Id: Iaccc7c9d81b55ef3a039cb90c4e089ebfc7fe337 Reviewed-on: https://gerrit.libreoffice.org/3487 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19WaE: format specifies type 'int' but the argument has type 'sal_uInt32'Tor Lillqvist
Change-Id: I33f603df67db2caaeebec5fc6f5f6ee2341a0b8f
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov
Change-Id: I98d04d7da4c2b7ea0b769df9c2bfa8c1ad86bf2d Reviewed-on: https://gerrit.libreoffice.org/3422 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-16Bug 58505 - Tweak F5 for slide display, and add Shift-F5Jakub Golebiewski
Added menu entry to start the presentation from current slide. Changed "Start Presentation" menu entry behavior so it starts from the first slide. Change-Id: Iebba85d2d1dcacad7da6b050e2152be5c0d47261
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
2013-04-15fdo#60724 informations -> informationThomas Arnhold
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
2013-04-13fix mergelibs=allPeter Foley
Change-Id: I267ebf8842ceefdaae3729364dcb75ab66c62e1c
2013-04-13fdo#47018 Impress crashes when modifying bulletCao Cuong Ngo
Default numbering rules shouldn't be left zero nor hard-coded. Change-Id: I8a34331006abf3de8c170f8dca43ccf9cec92f04 Reviewed-on: https://gerrit.libreoffice.org/3312 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-04-12make Photo Album warning string localizableAndras Timar
Change-Id: Ib57d76313732fed18d1d3b91b27df33d60dabf2b
2013-04-12Create Photo Album implementationGergő Mocsi
UI tweaks: dialog window open in all modes (Normal, Outline, Slide Sorter, ..). Fixed some pointer issues in function CreateHdl). Functionality: Title slide gets inserted only when we have one slide in the presentation (having > 1, I assume that we don't have an empty presentation). Conflicts: sd/source/ui/dlg/PhotoAlbumDialog.cxx Change-Id: I7eb844bf2382a44481435cfaa8f498e29c56bd69
2013-04-11Resolves: #i119287# exchanged hard attributes for OLE and GraphicObjectArmin Le Grand
...with new default StyleSheet for these objects (cherry picked from commit 2868ea34151cfb623a6a8bf41862d430205d9784) Conflicts: sd/source/core/drawdoc4.cxx svx/source/sdr/contact/viewcontactofgraphic.cxx Change-Id: I4849101de2ac1da83c8fb0f2d68316774982d197 Resolves: #i119287# Adapted to get the needed style as default style for all SdrGrafObj and SDrOle2Objs. Checked various scenarios, works well. (cherry picked from commit bc85939149f7ae5b65343d7f27bf302a8e31d4b1) Conflicts: sd/source/core/drawdoc.cxx sd/source/ui/func/fuinsert.cxx sd/source/ui/view/sdview4.cxx Change-Id: I40a17216f5c11ebca073026f62f1e9ab9ddfd119
2013-04-11It's fine to delete a NULL pointerTor Lillqvist
Calling delete on a NULL pointer does nothing. Checking for non-NULL just clutters the code. Still, I wonder if this code has some issues with heap corruption and/or leaks. The pImagesLst->GetEntryData() calls just return a copy of the OUString pointers stored in some kind of list, right? So is it correct to call delete on the copy, but keep the pointer in the list intact, which thus then will be pointing to freed memory, won't it? Or will the code automatically work in such a way that all pointers in the list will be handled exactly once (and deleted)? Perhaps running this under valgrind would be a good idea. Change-Id: Ibf401cc44caaeea6bb46f38cd9851ac14b2d2545
2013-04-11WaE: unitialised variableLionel Elie Mamane
Change-Id: Icda6d87e2bf17e651d2a60c4a024dfaa8ed36a51
2013-04-10WaE: declaration of ‘xCfg’ shadows a previous local [-Wshadow]Andras Timar
Change-Id: Id68b73aa305d06545167a31fba404dd12e1254cf
2013-04-10WaE: declaration shadows a local variableTor Lillqvist
Change-Id: I364b63041e34757e7069eb8a28d9e60734e354ac
2013-04-10Photo Album: make localizable the hardcoded stringsAndras Timar
Change-Id: I9ffb10ddce9a8fba053c3adbb789854917595dd0
2013-04-10Create Photo Album implementationGergő Mocsi
Added a checkbox to enable/diable Keep Aspect ratio. Options 2 images/slide, 4 images/slide implemented. UI tweaks: dialog window remembers last used directory (via config), buttons get enabled/disabled according to the content of the ListBox. ListBox show filename only, full path is shown lower in a label. Dialog window reopens again, if slide preview is not in focus. Added a title slide: author, title. Conflicts: officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu sd/uiconfig/simpress/ui/photoalbum.ui Change-Id: I68d2a3e00f8c55b909fe4d98aa3958188653390e Reviewed-on: https://gerrit.libreoffice.org/3169 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-04-10remove un-used code modules.Michael Meeks
Change-Id: Icd30d1d88d7ee89b5937ba39470b20ddf6e4290e
2013-04-09sd: fix linking of aEmptyStr; not in libmergedMatúš Kukan
Change-Id: Ie8d832755a124544e08c09d2e5200511783513e7
2013-04-09Revert "add fwl, scui, sdui, swui to Library_merged"Matúš Kukan
This reverts commit 6c8c54ee90a2a8d3a8d35b7e89fb39770500936f. Conflicts: solenv/gbuild/extensions/pre_MergedLibsList.mk Change-Id: I6393507344297990dfcc6e234c7b0e503a8bd10b
2013-04-08Fix #i119545# Fixed import of master page layout from PPT.Andre Fischer
Reported by: Li Feng Wang Patch by: SunYing Review by: Andre Fischer (cherry picked from commit f7da26f51bfaddecd7b774bc237d6f5fa082e57c) Conflicts: sd/source/filter/ppt/pptin.cxx Change-Id: Ic946de22b3f7ab1d498e71f3d5752ad6f89e2de5
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin
.. and all of it's friends Change-Id: I408d9308d1d1a4f8ed0055ac5f4042d729c44d1e
2013-04-08fdo#46808, convert embed::MSOLEObjectSystemCreator to new styleNoel Grandin
the service already existed, it just needed an IDL file Change-Id: Iccd283f3537f8c8d57b2c2d68609dd9ef025da0b
2013-04-07for #120049#(cherry picked from commit 9b4e6064f9598c834a9c36c39932f3e326419d44)Zhe Wang
2013-04-07Fix #119523# fix the indent and left margin attribute lost when save as .pptSun Ying
Reported by: liupingtan Patch by: Ying Sun Review by: Jian Yuan Li(cherry picked from commit 6fa2e38b9cd3ce0df5876d849bcba7d879a6e329) Conflicts: sd/source/filter/eppt/epptso.cxx Change-Id: I41150838d153c3b99e603924127787f5556ef383
2013-04-07#119515# fix the numbering bullet in table cell changed when saved to .ppt fileSun Ying
Reported by: liupingtan Patch by: Ying Sun Review by: Jian Yuan Li