summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-2/+6
Change-Id: I0471261e01ed5fb45cb470abd5bc1e809f2873be
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+2
Change-Id: I19faf2d0608b2b405d30296bcdccd86583be2f11
2013-03-31#119491# fix Handout view mode issueJianyuan Li1-2/+6
Reported by: Du Jing Patch by: Jianyuan Li Review by: sunying
2013-03-31#i120684# Fixed export of red color-channel.Andre Fischer1-1/+1
Patch by: Wang Zhe Review by: Andre Fischer
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-3/+2
Change-Id: I7db719ab118ff1003594bc481e11a5dbf7946b57
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-7/+4
Change-Id: I98d8c5982b42b2f3283c50cf1da11331040ab884
2013-03-28add fwl, scui, sdui, swui to Library_mergedPeter Foley1-1/+1
Change-Id: I2aaa67fef4350d60497b891bc93b43a698c12660
2013-03-27Delete German src stringsZolnai Tamás1-1/+0
Change-Id: Iec1def690a94c7917b6983cb6a12fb953e89eb34
2013-03-27-Wunused-macrosStephan Bergmann16-84/+0
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-26Fix warning: statement aligned ... [loplugin]Tor Lillqvist1-1/+1
Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297
2013-03-25fdo#60462 - Small errors in the layout margins of the text boxesJoren De Cuyper1-1/+1
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>
2013-03-25random src cleaningThomas Arnhold2-141/+0
Change-Id: I9b246beee646ce1dd68e916ac7fcda138cc9e6f9
2013-03-25sal_Bool to boolTakeshi Abe2-2/+2
Change-Id: Ibc63340b3ae431c7cdac78893dbdd1989ebe5ff9
2013-03-25Drop commented-out codeTakeshi Abe1-17/+0
Change-Id: I2718ccf34f0a62c49c04646a982ca9914a25499f
2013-03-25The tooltips of the slide sorter in impress should behave like the toolbar.mhofmann3-17/+22
When hovering the mouse over a slide its name is displayed in a tooltip. If you jump with the mouse from slide to slide the new tooltip is displayed immediately. Also remove unused member variables and make tooltip delay configurable. Change-Id: Ia2347d81620f0ced437beaaeb49d8ad7f41e9333 Reviewed-on: https://gerrit.libreoffice.org/2969 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-03-25#119459# Corrected export of connectors to PPT format, Patch by: Sun Ying, ↵Armin Le Grand1-0/+3
Review by: alg
2013-03-25Fix issue #i119524#: [From Symphony]Can not open the sample ppt file which ↵Zhe Wang1-1/+2
contain vb controls in the slide master. * subversion/main/sd/source/ui/unoidl/unomodel.cxx []Before initializeDocument,should check whether it is in loading process Patch by: Yin Bing <steve.yin.aoo@gmail.com> Suggested by:Wang Zhe <kingwisemmx@gmail.com> Found by: Du Jing <jbjdujing@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com>
2013-03-24coverity#704293 Logically dead codeJulien Nabet1-3/+1
Change-Id: I1e2ad99d19b647607805c7447f5f81f853d411a5
2013-03-24coverity#704289 Logically dead codeJulien Nabet1-1/+1
Change-Id: I84491fc5947364191c14efa57fd106c9a57bd0be
2013-03-24coverity#704288 Logically dead codeJulien Nabet1-1/+1
Change-Id: I46cebb9155440c6925df987f95ba46c1e54e8eec
2013-03-23Display the number of active slides in the statusbarRob Snelders7-3/+48
Conflicts: sd/source/ui/view/drviews4.cxx Change-Id: I788070fdf093ec8b9f875ea5e81999990cd04501
2013-03-23Start slideshow with the next visible slide, part2Katarina Behrens2-8/+11
simplify it a bit. Also fix fdo#62665, as a side effect Change-Id: I77e3d9d261f0d313d6514897d2d4923de32b3591
2013-03-23Start slideshow with the next visible slideKatarina Behrens2-48/+28
if current slide happens to be hidden + feeble attempt to untangle spaghetti code in slideshowimpl *sigh* Fixed within Impress Sprint Change-Id: I120f72307ff5ec4d573845bf480a18ac4ce9212d
2013-03-23After presentation is finished always have previous go to last shown slideRob Snelders1-3/+1
Change-Id: Ibb9db34523731f363612bd5f2306372380bb2fae Reviewed-on: https://gerrit.libreoffice.org/2933 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-23Give the number of slides also when more slides are selectedRob Snelders1-19/+16
Change-Id: I2a169831f2caada6d052edb697036a53ca67ddd0 Reviewed-on: https://gerrit.libreoffice.org/2927 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-03-23Improve size and positions of widgets for CustomAnimationDialogXiaoli1-3/+3
Conflicts: sd/source/ui/animations/CustomAnimationDialog.src Change-Id: I38a9cbd533c742657c4af6c83d146706684c1ff6
2013-03-23fixed the dialog because there was an overlapAndreas Mantke1-1/+1
Change-Id: I5520eed20357d493ef198a935486f45dd7181e0a Reviewed-on: https://gerrit.libreoffice.org/2926 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-23Add missing date formats to header-footer dlgKatarina Behrens1-3/+5
to have the complete set. Reported as paper cut on Impress Sprint Change-Id: I9cc5145976c5b04d2df634106be6ef5eebb5ef56
2013-03-23fix fdo#62050: for impressnavin patidar1-4/+1
Impress is also affected by fdo#62050. In RTL UI, comment window is RTL and editbox’s (editeng) default writing direction is LTR. I suspect, bug is result of this RTL & LTR mix-up. Change-Id: I188ce05350f721081378509915158d4ec4e5f8cf Reviewed-on: https://gerrit.libreoffice.org/2922 Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
2013-03-22sd::DocumentSettings: throwing UnknownPropertyException ...Michael Stahl1-6/+19
... for properties that are in the PropertySetInfo just because there's no document or shell is just plain wrong. Change-Id: I84f4f930f492753b20ba04ec4d41c905d674b9ba
2013-03-22No (more?) reason for SD_DLLIMPLEMENTATION in CppunitTest_sd_uimpressStephan Bergmann1-4/+0
IIRC, this was a quirk with the old build system, dutifully carried across. Change-Id: Ia66fe04666472a37bdb5f044aa7db09bb337e5eb
2013-03-22No (more?) reason for SD_DLLIMPLEMENTATION in Library_sdfiltStephan Bergmann1-4/+0
IIRC, this was a quirk with the old build system, dutifully carried across. Change-Id: Id2bc5efb645abd3f3074a9e363d643f88d107d1b
2013-03-22No (more?) reason for SD_DLLIMPLEMENTATION in Library_sduiStephan Bergmann29-146/+0
In practice, all of the .cxx of that library (except for a handful of newly introduced ones that had failed to follow the cargo cult) undefined it first thing before including anything else, anyway. IIRC, this was a quirk with the old build system, that had dutifully been carried across. Change-Id: I7642c21af48e15b14f245bbbf3d38fdd365c3c89
2013-03-22sdremote: add more verbose protocol debug.Michael Meeks1-0/+3
Change-Id: I1b189824f2b0bb2cf4568378e7ab3efd5a677141
2013-03-21regenerate pchPeter Foley1-0/+3
Change-Id: Idacefb2e89dc2f8bd44e489b43b47847123476e2
2013-03-21add oox sd and xmlsecurity to Library_mergedPeter Foley1-1/+1
Change-Id: Ie9ef511308179902cbaeb2cca39414e86c57ce30
2013-03-21Revert "sd::HeaderFooterSettings: try to make MSVC tinderboxes happy"Stephan Bergmann1-3/+3
This reverts commit a9af9b7dbdd3854855904ecc0fbd1041d400b06b, now addressed with 5a1e2be29d886e821e5727ba185c40be1d24fc12 "Short-term fix around the SD_DLLIMPLEMTATION debacle."
2013-03-21Short-term fix around the SD_DLLIMPLEMTATION debacleStephan Bergmann1-0/+5
(being defined for three different sd/Library_sd*.mk files), just like it is done in all the other sd/source/ui/dlg/*.cxx files already. Change-Id: I1b9e886c12acb1bfd73bea52f40260760a5f46ff
2013-03-21SD_DLLPRIVATE -> SAL_DLLPRIVATEStephan Bergmann5-11/+10
Change-Id: Ia5f99e3c7cb5aa11cd33ba7f00afc4b9da10f0b7
2013-03-21Get rid of NUM_BUTTONS macroStephan Bergmann2-5/+2
Change-Id: Ia822a1b6d7c250a5f9de33c381b57f5cbe4b059e
2013-03-21Move HtmlPublishMode into a header of its ownStephan Bergmann5-3/+32
Change-Id: I522619eb4304cbe2d2d862f01dcf8384ac4eb0cc
2013-03-21Move NOOFPAGES macro to .cxx where it is usedStephan Bergmann2-2/+2
Change-Id: I0ae8bb51cef6ab5ba982ee0efd79514c11a7b3e7
2013-03-21translated last missed german comments in sd/Urs Fässler3-80/+48
Change-Id: I48102b5e4d41ba786e9f9476b480715d5756ab87
2013-03-20sd::HeaderFooterSettings: try to make MSVC tinderboxes happyMichael Stahl1-3/+3
Change-Id: I925088159784eae7a8918734aaf0b1c1304a3d7b
2013-03-20coverity#704774 Explicit null dereferencedJulien Nabet1-0/+4
Change-Id: Ief63d63233d11015f64f5e6a19544889f0389ca3 Reviewed-on: https://gerrit.libreoffice.org/2870 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-03-20Replace String with OUString (unotools)Chr. Rossmanith1-2/+2
Change-Id: I9a0677cb36805d0a27514824c937901f73fee1c8 Reviewed-on: https://gerrit.libreoffice.org/2864 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann4-5/+5
...which is a confusing overload with unexpectedly different semantics from the one-parameter form. In preparation of marking it as deprecated. Change-Id: I4f176995546ae583fc570d770647ffc315eecc75
2013-03-20fdo#35546, implementing 'Create Photo Album' functionGergő Mocsi16-2/+961
Create a slideshow from a series of image files. Created the dialog window (called photoalbum.ui). Image preview is working. Options "Fit to slide" and "1 image and title" are implemented. Added a title page with the author's full name. TODO: 2 images / 4 images per slide i18n of messages UI tweaks Change-Id: I14b337187dc5d373fcd28489098fda813b5fd5f6 Reviewed-on: https://gerrit.libreoffice.org/2582 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin3-118/+92
Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
2013-03-20fdo#46808, API CHANGE: update ScannerManager serviceNoel Grandin1-16/+9
API CHANGE: The ScannerManager service now returns XScannerManager2 Don't know why this wasn't done already, the service already implements it. Change-Id: I22355749bc859420174a132f3a21cc7a4984bf5f