summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat2012-10-113-1/+7
| | | | | | | | | | Implementing it needed: + Adding XCmisDocument::checkOut method and implement it in SfxBaseModel + Moving the CMIS properties loading into a SfxBaseModel private method to factorize code. + Adding the SfxInfoBarContainerChild registration in all modules Change-Id: I35bcb53cd2feff354aa5d9245897d0631cc924a0
* Make svg export use slidesorter selection in most cases.Thorsten Behrens2012-10-102-2/+104
| | | | | | | | | | There was code previously that took the current selection, iff Impress main view was in slidesorter mode. Extended this quite helpful functionality to also work in other modes (as long as a slidesorter pane is displayed & has up-to-date selection, it should work). Change-Id: Ibbfe630a4ca31aa52978501745c2eef0d79fb8e3
* Don't (indirectly) call virtual funcs in ctor.Thorsten Behrens2012-10-102-9/+13
| | | | | | We're not fully constructed at that point. Change-Id: Ie80874c57000481c4eaa8d71118c8be6f0059164
* String->OUString in tools::ErrorContextNoel Grandin2012-10-092-5/+5
| | | | | | | Change-Id: Ibd0cd3e8d7281b5abde420df5cc1d51e9354069c Reviewed-on: https://gerrit.libreoffice.org/769 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* De-duplicate AbstractSfxDialog_ImplTor Lillqvist2012-10-092-7/+7
| | | | Change-Id: Iddf2222aa75b21dd60472fa8dc979ddbdc18dcba
* Tweak hyphen as a togglable option after allCaolán McNamara2012-10-081-1/+1
| | | | | | | | | | | In a65f48f375d218b592ba7c17752f9ca86e14bd65 I wondered why hyphenation was set to be a toggle able feature when it opens a non-modal dialog. Looking closer, it *is* a toggable feature on/off for draw/impress, but this isn't the case for writer. Reverted it for calc too, although apparently not toggable there. Change-Id: If02568d58253c380e6d668a728f9c3ae6acf1128
* De-duplicate harderTor Lillqvist2012-10-082-21/+21
| | | | Change-Id: Ie319c98cc6c7551f6e1e5ba41d8bc2090d23e671
* There is no ExportCGMTor Lillqvist2012-10-081-14/+6
| | | | Change-Id: I1251c25e14636fea96aba08f90dfe3d16978a270
* fix sd build with VC2012Peter Foley2012-10-071-3/+3
| | | | Change-Id: I1356570e27a065e419281fcd9d667c60658773e6
* More glitchesTor Lillqvist2012-10-071-3/+3
| | | | Change-Id: I700eced69bd6b6f9f5a15fd871159de38ac36287
* Forgot to change the function pointer type name in two more placesTor Lillqvist2012-10-071-2/+2
| | | | Change-Id: Ibe88fd010edbf83e06dc6a5c6b0e0b25d564fd0b
* Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2012-10-076-16/+98
| | | | | | | | | | | | | | | | There are basicically two classes of cases: 1) Where the code is for obscure historical reasons or what I see as misguided "optimization" split into a more libraries than necessary, and these then are loaded at run-time. Instead, just use direct linking. 2) Where dynamic loading is part of the functionality offered to some upper (scripting etc) layer, or where some system-specific non-LO library is loaded dynamically, as it is not necessarily present on end-user machines. Can't have such in the DISABLE_DYNLOADING case. Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
* Remove unused ReadOnlyModeObserverJulien Nabet2012-10-063-348/+0
| | | | Change-Id: I572aea574eeba411441559e538d2438de12e9581
* Remove 2 other unused methodsJulien Nabet2012-10-064-54/+0
| | | | Change-Id: I54b00335020676ada0bcb09c45410e31fe74b59c
* Remove newly unused methodsJulien Nabet2012-10-064-48/+0
| | | | Change-Id: I050660d095540902b442a86904d70ed544bccf13
* I can't see why the hyphenate cmds have toggle entriesCaolán McNamara2012-10-051-1/+1
| | | | | | | | | because the dialogs are modal ones so no different than most commands. (Probably cut and paste and few notice using themes where empty toggles have no frame and are indistinguisable from non-toggle) Change-Id: If82b59e7cebb71bc834a48970283b2cf68e5fdf9
* sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin2012-10-042-20/+20
| | | | Change-Id: Id506fa56d07be56d63715703e354625715275933
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-042-13/+5
| | | | | | | The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
* Improve quality of page previews in Impress/Draw with supersamplingTomaž Vajngerl2012-10-043-11/+9
| | | | Change-Id: I9c5b28fc32b73b2147162f74919b21d99401b501
* Add "External Edit" menu function for bitmaps to Impress and DrawTomaž Vajngerl2012-10-043-0/+53
| | | | Change-Id: I77f2c03d9e4aadebe2468c13f0a703eb389155d7
* probable attempts to find the parent dialogCaolán McNamara2012-10-031-1/+1
| | | | Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24
* Deduplication of aEmptyStr for disable-dynlinkingTor Lillqvist2012-10-011-0/+2
| | | | Change-Id: I9525be3b0f238abb106b1c57549436272e1eb165
* Deduplication of NavigationOrderAccess for disable-dynlinkingTor Lillqvist2012-10-011-9/+9
| | | | Change-Id: I70238711222a12cb6bd843ebbc742a21a325810d
* Deduplication of lcl_HasOnlyControls for disable-dynlinkingTor Lillqvist2012-10-011-1/+1
| | | | Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530
* Deduplication of TemplatePopup_Impl for disable-dynlinkingTor Lillqvist2012-10-011-6/+6
| | | | Change-Id: I3e49ab8bd3411be8fcfa7ab43b50cbb2d82b6de0
* Use comphelper::getComponentContextStephan Bergmann2012-09-292-27/+15
| | | | | | ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-287-14/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-282-2/+2
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-287-7/+14
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-287-0/+7
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* convert GetRepeatComment to OUStringCaolán McNamara2012-09-282-2/+2
| | | | Change-Id: Ibf75533d04b3c68b875f44ad22639934578867e3
* convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara2012-09-286-43/+674
| | | | | | to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-283-8/+8
| | | | | | | | | Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-255-10/+10
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Impress: Add 'Duplicate slide' to the context menu of the slide sorter.Jan Holesovsky2012-09-245-25/+12
| | | | Change-Id: Ib872c1780967727924c84fc5e8b0f7c77d99280b
* Impress: Kill the so much hated ButtonBar in slide sorter.Jan Holesovsky2012-09-2418-2318/+30
| | | | Change-Id: I9eb570e04fc43f2be2ceecd14cb3a41535e49b9b
* Remove unused codeOlivier Hallot2012-09-241-194/+0
| | | | | | | | | According to unusedcode.easy Change-Id: I31edd26d8ee7934b47ed7bf5ec6c07e1b8c5c5e9 Reviewed-on: https://gerrit.libreoffice.org/682 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* Add SAL_WARN/INFO to network server + remove static reference on exit.Andrzej J.R. Hunt2012-09-201-3/+14
| | | | Change-Id: I76e737f59aa36bf7982255fa9bb41ef9d6abfe8d
* introduce new option --disable-cve-testsDavid Ostrovsky2012-09-202-0/+8
| | | | | | | Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442 Reviewed-on: https://gerrit.libreoffice.org/653 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* Move the DBusGObjectPath typedef and formatting changes to Bluetooth includes.Andrzej J.R. Hunt2012-09-201-14/+14
| | | | Change-Id: I7c1338ef2dae7831cddda8378a031a58011d7b17
* Add SAL_INFO and SAL_WARN to linux bluetooth implementation.Andrzej J.R. Hunt2012-09-201-2/+33
| | | | Change-Id: Id2b7d3ca0881bf5b446692e1351517f1e8971fd7
* Add ENABLE_SDREMOTE ifdef here, tooTor Lillqvist2012-09-191-0/+5
| | | | Change-Id: I7cb579b494adab0ab36cc86aa889132cf8e0fdd6
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-9/+0
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* Fold ImpressSdRemote.xcs back into Impress.xcsStephan Bergmann2012-09-191-5/+3
| | | | | | | | | | | | | This effectively reverts 8c5cd962353dd9ce8234211a66547eb057202eb5 "config split for sdremote" (what was the rationale for that, anyway? having the two little additions in Impress.xcs always should not be a big deal), 63a73c119c188e6a4b22fb99fc2571f200073bde "Hopefully fix the remote config access to work with the new schema.", ee5403b98bf0e89693a14f7a1ae5658d9e5eb730 "officecfg: generate header for Impress-sdremote, handle "-" in xcs name", and 4cce7027a6e700a6a7392b806c3d059172268f6d "Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess." Change-Id: Iba6162a3c1d9e688960c794265bd04128f58cc0c
* sdui requires -DENABLE_SDREMOTE too.Andrzej J.R. Hunt2012-09-191-0/+1
| | | | Change-Id: I289211564a5ceeb579da8b4acf5269d737fb542a
* Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess.Andrzej J.R. Hunt2012-09-191-3/+3
| | | | Change-Id: Iead72e5dca861a422507cf70d9b35366c701c84a
* -Werror,-Wunused-private-field workaround (RemoteDialog)Stephan Bergmann2012-09-192-2/+4
| | | | Change-Id: I6673ec882c40b6cc31b5d42ab3b2f57cd48c9e08
* Add definition for G_VALUE_INIT as it doesn't exist for glib < 2.30.Andrzej J.R. Hunt2012-09-191-0/+4
| | | | Change-Id: I48999baf1c6387c68d0a36f618e6e1d5a9e12b07
* Remove unnecessary use of GVariant to allow building on older GLib.Andrzej J.R. Hunt2012-09-181-8/+7
| | | | Change-Id: Ie66a8b82193fce4060ca4949ace574398f95515e
* officecfg: generate header for Impress-sdremote, handle "-" in xcs nameMichael Stahl2012-09-181-2/+4
| | | | Change-Id: I3f965a293cb6cbd5cafe42e1a05565282f2e10c7