summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* Delete German src stringsZolnai Tamás2013-03-271-1/+0
| | | | Change-Id: Iec1def690a94c7917b6983cb6a12fb953e89eb34
* -Wunused-macrosStephan Bergmann2013-03-2716-84/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* Fix warning: statement aligned ... [loplugin]Tor Lillqvist2013-03-261-1/+1
| | | | Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297
* fdo#60462 - Small errors in the layout margins of the text boxesJoren De Cuyper2013-03-251-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>
* random src cleaningThomas Arnhold2013-03-252-141/+0
| | | | Change-Id: I9b246beee646ce1dd68e916ac7fcda138cc9e6f9
* sal_Bool to boolTakeshi Abe2013-03-252-2/+2
| | | | Change-Id: Ibc63340b3ae431c7cdac78893dbdd1989ebe5ff9
* Drop commented-out codeTakeshi Abe2013-03-251-17/+0
| | | | Change-Id: I2718ccf34f0a62c49c04646a982ca9914a25499f
* The tooltips of the slide sorter in impress should behave like the toolbar.mhofmann2013-03-253-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>
* #119459# Corrected export of connectors to PPT format, Patch by: Sun Ying, ↵Armin Le Grand2013-03-251-0/+3
| | | | Review by: alg
* Fix issue #i119524#: [From Symphony]Can not open the sample ppt file which ↵Zhe Wang2013-03-251-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>
* coverity#704293 Logically dead codeJulien Nabet2013-03-241-3/+1
| | | | Change-Id: I1e2ad99d19b647607805c7447f5f81f853d411a5
* coverity#704289 Logically dead codeJulien Nabet2013-03-241-1/+1
| | | | Change-Id: I84491fc5947364191c14efa57fd106c9a57bd0be
* coverity#704288 Logically dead codeJulien Nabet2013-03-241-1/+1
| | | | Change-Id: I46cebb9155440c6925df987f95ba46c1e54e8eec
* Display the number of active slides in the statusbarRob Snelders2013-03-237-3/+48
| | | | | | | Conflicts: sd/source/ui/view/drviews4.cxx Change-Id: I788070fdf093ec8b9f875ea5e81999990cd04501
* Start slideshow with the next visible slide, part2Katarina Behrens2013-03-232-8/+11
| | | | | | simplify it a bit. Also fix fdo#62665, as a side effect Change-Id: I77e3d9d261f0d313d6514897d2d4923de32b3591
* Start slideshow with the next visible slideKatarina Behrens2013-03-232-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
* After presentation is finished always have previous go to last shown slideRob Snelders2013-03-231-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>
* Give the number of slides also when more slides are selectedRob Snelders2013-03-231-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>
* Improve size and positions of widgets for CustomAnimationDialogXiaoli2013-03-231-3/+3
| | | | | | | Conflicts: sd/source/ui/animations/CustomAnimationDialog.src Change-Id: I38a9cbd533c742657c4af6c83d146706684c1ff6
* fixed the dialog because there was an overlapAndreas Mantke2013-03-231-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>
* Add missing date formats to header-footer dlgKatarina Behrens2013-03-231-3/+5
| | | | | | to have the complete set. Reported as paper cut on Impress Sprint Change-Id: I9cc5145976c5b04d2df634106be6ef5eebb5ef56
* fix fdo#62050: for impressnavin patidar2013-03-231-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>
* sd::DocumentSettings: throwing UnknownPropertyException ...Michael Stahl2013-03-221-6/+19
| | | | | | | ... for properties that are in the PropertySetInfo just because there's no document or shell is just plain wrong. Change-Id: I84f4f930f492753b20ba04ec4d41c905d674b9ba
* No (more?) reason for SD_DLLIMPLEMENTATION in CppunitTest_sd_uimpressStephan Bergmann2013-03-221-4/+0
| | | | | | IIRC, this was a quirk with the old build system, dutifully carried across. Change-Id: Ia66fe04666472a37bdb5f044aa7db09bb337e5eb
* No (more?) reason for SD_DLLIMPLEMENTATION in Library_sdfiltStephan Bergmann2013-03-221-4/+0
| | | | | | IIRC, this was a quirk with the old build system, dutifully carried across. Change-Id: Id2bc5efb645abd3f3074a9e363d643f88d107d1b
* No (more?) reason for SD_DLLIMPLEMENTATION in Library_sduiStephan Bergmann2013-03-2229-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
* sdremote: add more verbose protocol debug.Michael Meeks2013-03-221-0/+3
| | | | Change-Id: I1b189824f2b0bb2cf4568378e7ab3efd5a677141
* regenerate pchPeter Foley2013-03-211-0/+3
| | | | Change-Id: Idacefb2e89dc2f8bd44e489b43b47847123476e2
* add oox sd and xmlsecurity to Library_mergedPeter Foley2013-03-211-1/+1
| | | | Change-Id: Ie9ef511308179902cbaeb2cca39414e86c57ce30
* Revert "sd::HeaderFooterSettings: try to make MSVC tinderboxes happy"Stephan Bergmann2013-03-211-3/+3
| | | | | | This reverts commit a9af9b7dbdd3854855904ecc0fbd1041d400b06b, now addressed with 5a1e2be29d886e821e5727ba185c40be1d24fc12 "Short-term fix around the SD_DLLIMPLEMTATION debacle."
* Short-term fix around the SD_DLLIMPLEMTATION debacleStephan Bergmann2013-03-211-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
* SD_DLLPRIVATE -> SAL_DLLPRIVATEStephan Bergmann2013-03-215-11/+10
| | | | Change-Id: Ia5f99e3c7cb5aa11cd33ba7f00afc4b9da10f0b7
* Get rid of NUM_BUTTONS macroStephan Bergmann2013-03-212-5/+2
| | | | Change-Id: Ia822a1b6d7c250a5f9de33c381b57f5cbe4b059e
* Move HtmlPublishMode into a header of its ownStephan Bergmann2013-03-215-3/+32
| | | | Change-Id: I522619eb4304cbe2d2d862f01dcf8384ac4eb0cc
* Move NOOFPAGES macro to .cxx where it is usedStephan Bergmann2013-03-212-2/+2
| | | | Change-Id: I0ae8bb51cef6ab5ba982ee0efd79514c11a7b3e7
* translated last missed german comments in sd/Urs Fässler2013-03-213-80/+48
| | | | Change-Id: I48102b5e4d41ba786e9f9476b480715d5756ab87
* sd::HeaderFooterSettings: try to make MSVC tinderboxes happyMichael Stahl2013-03-201-3/+3
| | | | Change-Id: I925088159784eae7a8918734aaf0b1c1304a3d7b
* coverity#704774 Explicit null dereferencedJulien Nabet2013-03-201-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>
* Replace String with OUString (unotools)Chr. Rossmanith2013-03-201-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>
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-204-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
* fdo#35546, implementing 'Create Photo Album' functionGergő Mocsi2013-03-2016-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>
* fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin2013-03-203-118/+92
| | | | Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
* fdo#46808, API CHANGE: update ScannerManager serviceNoel Grandin2013-03-201-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
* fdo#46808, Convert XSLTFilterDialog to new-styleNoel Grandin2013-03-201-6/+5
| | | | | | Also fixup servicename. Change-Id: I1ee6d4849a83fdd4f43bf266ef4d282b22b65f6e
* translation and cleanup of comments in sd/source/ui/view/Urs Fässler2013-03-1939-1756/+756
| | | | Change-Id: I988c0545600185c6b09131d27fb8480efddd947f
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-2/+2
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-1/+1
| | | | Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-194-6/+5
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* trailing whitespacesThomas Arnhold2013-03-191-2/+2
| | | | Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
* reduce whitespaces between include and filenameThomas Arnhold2013-03-191-1/+1
| | | | Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005