summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
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-12Mention the same messages are used over TCP as for BTTor Lillqvist
Change-Id: Ia71f49eeca36ca65b319d47c6047fad310f5f248
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-11deliver all uiconfig files by UIConfigDavid Tardon
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11rename UI to UIConfigDavid Tardon
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
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
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05Initial Impress Remote protocol documentation.Andrzej J.R. Hunt
2013-04-05fdo#59071 Slideshow: allow automatic transitions with sub-secondCao Cuong Ngo
Enable slide transition each 0.25 second instead of whole second. Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
2013-04-03#119711# support the delay var when export ppt file by AOOSun Ying
Reported by: Wang Li Feng Patch by: Ying Sun Review by: Jian Yuan Li
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s*/ /g; s/\s+toolbar:helpid="helpid:\d+"\s*/ /g; s|" />|"/>|g; Change-Id: Iebb40c7e168835e02a63c17b93adee4139069ee0
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
2013-04-03various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: I0a4fc216d2f7b5c8eadce1f0429093b2e9192c9a
2013-04-02remove macros in sdThomas Arnhold
Change-Id: Ie6ffa96599627f0741c01ae3946e704f4839bb14
2013-04-02drop prefix from ::cssThomas Arnhold
as css is already ::com::sun::star Change-Id: I86b43843e4b74f990b6e05dee37184a002072d12
2013-04-01remove boilerplate commentsThomas Arnhold
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I0471261e01ed5fb45cb470abd5bc1e809f2873be
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I19faf2d0608b2b405d30296bcdccd86583be2f11
2013-03-31#119491# fix Handout view mode issueJianyuan Li
Reported by: Du Jing Patch by: Jianyuan Li Review by: sunying
2013-03-31#i120684# Fixed export of red color-channel.Andre Fischer
Patch by: Wang Zhe Review by: Andre Fischer
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I7db719ab118ff1003594bc481e11a5dbf7946b57
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I98d8c5982b42b2f3283c50cf1da11331040ab884
2013-03-28add fwl, scui, sdui, swui to Library_mergedPeter Foley
Change-Id: I2aaa67fef4350d60497b891bc93b43a698c12660
2013-03-27Delete German src stringsZolnai Tamás
Change-Id: Iec1def690a94c7917b6983cb6a12fb953e89eb34
2013-03-27-Wunused-macrosStephan Bergmann
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-26Fix warning: statement aligned ... [loplugin]Tor Lillqvist
Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297
2013-03-25fdo#60462 - Small errors in the layout margins of the text boxesJoren De Cuyper
As you can see on this screenshot https://bugs.freedesktop.org/attachment.cgi?id=74399 there was a margin problem. The X-position of the text box is at 0.05, but the width was only 0.88 so we had 0.02 _extra_ on the right side. This is the width of that little margin error. Fixing it by setting Layoutsize width to 0.90, so we have on both side a nice 0.05 margin. Change-Id: Id712ce3695a760c8f955413c9392c008733d7fb9 Reviewed-on: https://gerrit.libreoffice.org/2970 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>