summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2015-05-18Fix build (use correct text field UNO type)Katarina Behrens
Change-Id: I55725910c6882b9664c7490a865e9220fbb5c5d6
2015-05-18Make more FuText members privateStephan Bergmann
...and remove unused aOldLink Change-Id: Ie1ff1db7c72e8efcfab3e61c31d03f5c9068275f
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann
Change-Id: I646677611e46a7e33e977a5afeea9bf831b28733
2015-05-16mark numbers in dockinganimation.ui as untranslatableStanislav Horacek
Change-Id: I536b20e5d48ff911ad87c486e59b121533e2870a Reviewed-on: https://gerrit.libreoffice.org/15761 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2015-05-16refactor CustomAnimationList to use RenderContextTomaž Vajngerl
Change-Id: I2a9e713ccc2bf4468f86bdcf6efdf91e4e41c8d6
2015-05-16refactor ClientBox to use RenderContextTomaž Vajngerl
Change-Id: I028da90804992a30a8d547198aa15bcc2f32e365
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-15refactor PresLayoutPreview to use RenderContextTomaž Vajngerl
Change-Id: If810985c39985b836e907fe2ff350b84ebdf6054
2015-05-15refactor TabBarControl to use RenderContextTomaž Vajngerl
Change-Id: Ie65fb06bfd5111a2d054018fd846f583606689f4
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
Change-Id: I8ecfbfecd765a35fafcbcc5452b0d04a89be2459
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
Change-Id: I4cdaf36581d1e1daa39929e621070d18a9996852
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin
Change-Id: Id7ca4853094c214b464e2dee53b10558f1f5a3ba
2015-05-15refactor SdHtmlAttrPreview to use RenderContextTomaž Vajngerl
Change-Id: I2b23764932df4a078094944d89cebb06f6eb569a
2015-05-14tdf#90607-Test Case for the patchCharu Tyagi
Change-Id: Ifcd75cc47baf9da7b3480a4a1e51853aa66c3f1c Reviewed-on: https://gerrit.libreoffice.org/15458 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
Change-Id: Ie7302c909feb2e83b8b5e62a5e6a1f901783fb49
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin
Change-Id: Ic1cb9b32fe252706cd607abb2ae1fd5a00999901
2015-05-13tdf#91125 - unwind horrendous SvTreeListBox drag&drop code.Michael Meeks
This removes a horrible mess of shoving various process pointers into byte arrays and (potentially) pushing them across a process boundary in a gross fashion. Killed the SvLBoxDDInfo struct, and its many un-used members. Instead use the existing (also non-ideal) global variable to track the relevant state. Change-Id: I0b694bd530e7019042d22e46db831b5a4aae0e23
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
Change-Id: I744d430ef6a506977eb10b892582c8969ec27524
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin
Change-Id: I98e52aa56ec063ecc8f3d10baef65eb293c726bf
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl
Change-Id: I26e03159fa6115025c6cf376e6ce71443bc98cec
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann
Change-Id: I947b49cfb15f0e7d6ddfaae386656c70e4bd48ba
2015-05-12tdf#80340: Table changes format in PPTX formatyogesh.bharate001
Problem: - If the PPTX contains embedded table i.e copied from excel, when we open it in impress it row height increase due to this table format changes. - Table contents empty row i.e without text, then row height increase because text height is added also added for empty row. Solution: - Added check whether row contents text or not. Change-Id: I9f8a99aa407384505f0075168cf64fd51b8b4c7b Reviewed-on: https://gerrit.libreoffice.org/14925 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2015-05-12tdf#90246 PPTX paragraph and bullet leftMargin and Indentation is not exportedPriyankaGaikwad
Problem Description : XML Difference Original : <a:pPr marL="360000" indent="-456840"> After RT : <a:pPr> Solution : added support for marL and indent for paragraph and bullet. Change-Id: I1132d7b90ac1d7fc924f9a048f189e07e255e33b Reviewed-on: https://gerrit.libreoffice.org/15016 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
2015-05-11tdf#90174 FILESAVE: export of bullet color for pptxPriyankaGaikwad
Added pptx export support for bullet color. Change-Id: I0c7713a6d2161e1ecbe0d7f5778e78791e9759cd Reviewed-on: https://gerrit.libreoffice.org/15169 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
Behaves oddly; not ready yet. This reverts commit 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c. Change-Id: I30d746eac29d1dbe78d3072b10d2e22c051e3f4e
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
2015-05-11loplugin:staticmethodsStephan Bergmann
Change-Id: Icd4e1e2c4e7145515047b977808454280574603d
2015-05-11simpress: HIG fixesAdolfo Jayme Barrientos
Change-Id: I640ee07a9852064a1f9083a92ac326a5bed0cb2d
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
Change-Id: I88e67f89dbbab0646e8f106dfeb32c6ee1bb0b95 Reviewed-on: https://gerrit.libreoffice.org/15671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
Change-Id: Ic7ff127e2793993f9dcf1018f8d5ed4f2858a2c4
2015-05-11sd: fix --disable-sdremote: SetImpressMode() not staticMichael Stahl
Change-Id: I4ea36e13399a172fe57a601dc66c087f2e41dd38
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
Change-Id: Ia78ebb57f69c678ddc4ca2b42c82105fa528ff2b
2015-05-11Sidebar: add a border to Slide Transitions list boxAdolfo Jayme Barrientos
Change-Id: I3ab7f5fbc43d78f5ecf8ec282845f132c7d27a1c
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin
Change-Id: I5d0a3b8ed1c49ba2806e0fa528d908da45afd58c
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
Change-Id: I901a1f1f9732fb66718dca34c698a851e5b0d87f
2015-05-10Leftover "(void)pUnused"Stephan Bergmann
Change-Id: I5dfb00740691bcbc2c5f4c161349385032ab1013
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
Change-Id: I70598072c1d492e360ef46dd7b5ef5a2fa4be495
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
Change-Id: Ifb032457d6c1b279c4183282ef2b271c706dd71a
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: Idb56c158704ca7642260b3565a92eae4389e4fdb
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
Change-Id: Id05266810760f73db2daba10d1efa14aa9f88dd9
2015-05-09tdf#90672: PPTX table cell border color is not exported.yogesh.bharate001
Problem Description : XML Difference : Original : <a:solidFill> <a:srgbClr val="00B0F0"/> </a:solidFill> After Roundtrip : tag is missing Solution : Added support for table cell border color. Change-Id: I2baf969d7a8e46a0c5825d9f57bf135ec479c9eb Reviewed-on: https://gerrit.libreoffice.org/15364 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-09tdf#90190 PPTX table cell border width is not exported.yogesh.bharate001
Problem: - Table cell border width is not exported. i.e lnL, lnR, lnT, LnB are not exported inside the tcPr. XML Difference: Original : <a:lnT w = "76200"> After RT : tag is missing. Solution : Added solution for Table cell border width. Change-Id: I19185f2ad176325bf7990c9da6becc66557c717b Reviewed-on: https://gerrit.libreoffice.org/15350 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
2015-05-08loplugin:staticmethodsStephan Bergmann
Change-Id: I33d722c27d85732d23510ebaaaba0b8792d0d61d
2015-05-08misspell some words, copy and paste slide to gimpCaolán McNamara
and we don't want to see the mis-spelt underlines Change-Id: Ib3ae29297a1697e0f7b0caa816504da7edf721d1
2015-05-08convert MEDIA_COMMAND constants to scoped enumNoel Grandin
Change-Id: Id3731144fab89cdab9a6f66d78a1ebe1ebd4f61c Reviewed-on: https://gerrit.libreoffice.org/15652 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann
Some uses of untyped Link<> (returning sal_IntPtr) are hard to update to typed versions, but upcoming changes to loplugin:implicitboolconversion would flag these uses of sal_False/True, so just explicitly cast them to sal_IntPtr for now. Change-Id: I654e555e85faba0b30178c978e7d50fc7240b004
2015-05-07VclPtr: clicking on another sidebar button when navigator open crashesCaolán McNamara
Change-Id: Iafcc7246a1149a25f6d6fdfb09cf3e85227580db
2015-05-07VclPtr: clicking on sidebar impress navigator crashesCaolán McNamara
not sure how this ever worked, the callback is called at the end of the ctor and the callback is in the parent obj which dereferences the pointer to this obj before that pointer has been set. Just split the ctor into a ctor and a follow up post ctor init method. Change-Id: I04855c8ac95592801f2ebf0b974a9a7b597d0327