summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2012-10-07More glitchesTor Lillqvist
Change-Id: I700eced69bd6b6f9f5a15fd871159de38ac36287
2012-10-07Forgot to change the function pointer type name in two more placesTor Lillqvist
Change-Id: Ibe88fd010edbf83e06dc6a5c6b0e0b25d564fd0b
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
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
2012-10-06Remove unused ReadOnlyModeObserverJulien Nabet
Change-Id: I572aea574eeba411441559e538d2438de12e9581
2012-10-06Remove 2 other unused methodsJulien Nabet
Change-Id: I54b00335020676ada0bcb09c45410e31fe74b59c
2012-10-06Remove newly unused methodsJulien Nabet
Change-Id: I050660d095540902b442a86904d70ed544bccf13
2012-10-05I can't see why the hyphenate cmds have toggle entriesCaolán McNamara
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
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin
Change-Id: Id506fa56d07be56d63715703e354625715275933
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
2012-10-04Improve quality of page previews in Impress/Draw with supersamplingTomaž Vajngerl
Change-Id: I9c5b28fc32b73b2147162f74919b21d99401b501
2012-10-04Add "External Edit" menu function for bitmaps to Impress and DrawTomaž Vajngerl
Change-Id: I77f2c03d9e4aadebe2468c13f0a703eb389155d7
2012-10-03probable attempts to find the parent dialogCaolán McNamara
Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24
2012-10-01Deduplication of aEmptyStr for disable-dynlinkingTor Lillqvist
Change-Id: I9525be3b0f238abb106b1c57549436272e1eb165
2012-10-01Deduplication of NavigationOrderAccess for disable-dynlinkingTor Lillqvist
Change-Id: I70238711222a12cb6bd843ebbc742a21a325810d
2012-10-01Deduplication of lcl_HasOnlyControls for disable-dynlinkingTor Lillqvist
Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530
2012-10-01Deduplication of TemplatePopup_Impl for disable-dynlinkingTor Lillqvist
Change-Id: I3e49ab8bd3411be8fcfa7ab43b50cbb2d82b6de0
2012-09-29Use comphelper::getComponentContextStephan Bergmann
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara
Change-Id: Ibf75533d04b3c68b875f44ad22639934578867e3
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
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
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-24Impress: Add 'Duplicate slide' to the context menu of the slide sorter.Jan Holesovsky
Change-Id: Ib872c1780967727924c84fc5e8b0f7c77d99280b
2012-09-24Impress: Kill the so much hated ButtonBar in slide sorter.Jan Holesovsky
Change-Id: I9eb570e04fc43f2be2ceecd14cb3a41535e49b9b
2012-09-24Remove unused codeOlivier Hallot
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>
2012-09-20Add SAL_WARN/INFO to network server + remove static reference on exit.Andrzej J.R. Hunt
Change-Id: I76e737f59aa36bf7982255fa9bb41ef9d6abfe8d
2012-09-20introduce new option --disable-cve-testsDavid Ostrovsky
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>
2012-09-20Move the DBusGObjectPath typedef and formatting changes to Bluetooth includes.Andrzej J.R. Hunt
Change-Id: I7c1338ef2dae7831cddda8378a031a58011d7b17
2012-09-20Add SAL_INFO and SAL_WARN to linux bluetooth implementation.Andrzej J.R. Hunt
Change-Id: Id2b7d3ca0881bf5b446692e1351517f1e8971fd7
2012-09-19Add ENABLE_SDREMOTE ifdef here, tooTor Lillqvist
Change-Id: I7cb579b494adab0ab36cc86aa889132cf8e0fdd6
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-09-19Fold ImpressSdRemote.xcs back into Impress.xcsStephan Bergmann
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
2012-09-19sdui requires -DENABLE_SDREMOTE too.Andrzej J.R. Hunt
Change-Id: I289211564a5ceeb579da8b4acf5269d737fb542a
2012-09-19Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess.Andrzej J.R. Hunt
Change-Id: Iead72e5dca861a422507cf70d9b35366c701c84a
2012-09-19-Werror,-Wunused-private-field workaround (RemoteDialog)Stephan Bergmann
Change-Id: I6673ec882c40b6cc31b5d42ab3b2f57cd48c9e08
2012-09-19Add definition for G_VALUE_INIT as it doesn't exist for glib < 2.30.Andrzej J.R. Hunt
Change-Id: I48999baf1c6387c68d0a36f618e6e1d5a9e12b07
2012-09-18Remove unnecessary use of GVariant to allow building on older GLib.Andrzej J.R. Hunt
Change-Id: Ie66a8b82193fce4060ca4949ace574398f95515e
2012-09-18officecfg: generate header for Impress-sdremote, handle "-" in xcs nameMichael Stahl
Change-Id: I3f965a293cb6cbd5cafe42e1a05565282f2e10c7
2012-09-18move -DENABLE_SDREMOTE together with the filesRene Engelhard
Change-Id: I7a3ee931182dcce5e4ac46beae96caec18d9eac3
2012-09-18Hopefully the last ENABLE_SDREMOTE fix.Andrzej J.R. Hunt
Change-Id: I1165ec0090b127468d162cbe60f5f2195ad41e78
2012-09-18Fix mispaste.Andrzej J.R. Hunt
Change-Id: I80908ec6886eb5b7b30d0465bdf4a2f92340ce7c
2012-09-18actually define ENABLE_SDREMOTE in sdRene Engelhard
Change-Id: I0c14e91e6a6809748fca349da79948b2aa4cf714
2012-09-18Some more fixes for ENABLE_SDREMOTE.Andrzej J.R. Hunt
Change-Id: I56a8235ec0b844fc427c9d646357eb28943bf688
2012-09-18Wrap all external use of RemoteServer in ENABLE_SDREMOTE.Andrzej J.R. Hunt
Change-Id: I09d7427f3b0a07850b71f76c1df718401fea9ce7
2012-09-18Hopefully fix the remote config access to work with the new schema.Andrzej J.R. Hunt
Change-Id: I0f7e355c4a50ea51c386e9db02047e130b354a26
2012-09-18Switch bluetooth discoverability on when remote dialog shown (Linux).Andrzej J.R. Hunt
Change-Id: Ie0e4f7a353d77f5312deea06f0a316d8e1b1ed47
2012-09-18add --with-system-bluez and alöllow disabling of sdremoteRene Engelhard
Change-Id: I1b0dbc8e8efa7535bdc699e343e31594af00d553