summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
2012-12-21Adapt i18npool saxparser to defaultBootstrap_InitialComponentContextStephan Bergmann
...instead of deprecated cppu::createRegistryServiceFactory. Change-Id: I64431f3d404e24267953de3fb94e3e5241db30a8
2012-12-21Fix in-build uno ini deps for cross-compilingStephan Bergmann
Change-Id: Ie65482f328a0932c3543200d1906940b1eb46897
2012-12-21Remove unused definesStephan Bergmann
Change-Id: Icb8ccabba162a838187d737ff30888f64dd695b6
2012-12-21Previous fix did not help, have to just ignore the "Unreachable code" warningTor Lillqvist
Change-Id: Ic62056e2df9a17fd6716ae90e4372dec1d5dd40f
2012-12-21Try to fix build against 10.4 SDKTor Lillqvist
Change-Id: I433512dbd533fe6c84e94059f378c4a7a6e8671d
2012-12-21use external for sane headersDavid Tardon
Change-Id: I6fc53e185254a37df7d03ab6f91210b8e397db2e
2012-12-21fdo#53604 fix RTF export of empty footnotesMiklos Vajna
Regression from d4069372484f18b242a42a1996767f57b031fff6
2012-12-21fdo#39983: Support Mac OS X 10.7 full-screen modeTor Lillqvist
Should be good enough for now, at least doesn't break any existing functionality if you don't use the system provided full-screen buttons. Should continue to compile against older SDKs but still work also on newer OSes. There are some known glitches. For instance if you choose View:Full Screen, the window does go into the system full-screen state, but if you then use the system unfullscreen button on the (now no longer disabled, but hidden) menubar, LO keeps displaying its own small floating unfullscreen dialog... I also occasionally managed to get some menus in the menubar borked with no text!? But as traditionally a full-screened LO has no menubar at all, technically that isn't a regression;) Partially based on my own old patch, partially on http://svn.apache.org/viewvc?view=revision&revision=1423520 , http://svn.apache.org/viewvc?view=revision&revision=1423523 by Herbert Duerr <hdu@apache.org>. Change-Id: I546c58f7cee9f8cb6c746eb014d8d5a8af3619cb
2012-12-21fdo#55044: OutputDevice::ImplDrawAlpha:Michael Stahl
reset members before calling GetBitmap(), as apparently they are used by GetBitmap(), resulting in missing/not rendering parts of the preview image in the bugdoc. (regression from c0ce7ca4884f7f6d1016bd1dbcc22066cb4a7797) Change-Id: I02a6abb822900e1a28a1c632a122c1e093b73553
2012-12-21fdo#58590 - cleanup and accelerate break-iterators.Michael Meeks
Doing word-count by switching per-word between two different kinds of word iterator was insanely slow. This preserves an ICU break-iterator for each type of word-breaking.
2012-12-21sw: kill C2U in dbuiMiklos Vajna
2012-12-21set-up the hooks for submodules for recent git setupNorbert Thiebaud
Change-Id: I52482d017966e1d9671f92f43ec9d8cac6daf602
2012-12-21ugly workaround for msvc+ccache problem with gbuild MSC defineLuboš Luňák
Change-Id: I06ab10df77e2b3598f7268173206429596a50217
2012-12-21Another fix for my UNO changesNoel Grandin
Fix linking in MACAB driver. Change-Id: Ib5e16e9ca661ecc4e841150a5cc86d298239e083
2012-12-21WaE: Unreachable codeTor Lillqvist
Change-Id: I366729dbd7f5f861c9233c0927b79ff7859114e4
2012-12-21Fix MACAB driver for my UNO changesNoel Grandin
Change-Id: Ib513a633e3c887f310711c44d4155be4f998a702
2012-12-21fixes for UNO changesNoel Grandin
Fix KAB driver Change-Id: Iba44875122b813fb7ed2f09e3a8d9dbbef91d085
2012-12-21fix for my UNO commitsNoel Grandin
that'll teach me to update code I can't compile Change-Id: Idc6f82ad4baccff4479639ffd316c521a2156888
2012-12-21Fixes for my UNO commitsNoel Grandin
- fix missing SAL_CALL annotations - fix missing namespace usage Change-Id: I8fa462bcbeaad63ad6a73cba68236b74bbe97e70
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-21Updated coreCédric Bosdonnat
Project: help d5d84f0ec4584e32147eeab355d0ab73e7dd9172 Removed help for the old template manager
2012-12-21fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file. Change-Id: I2267bec182ad1cc8f6a37939861a7368a17fcef2
2012-12-21Fix published/unpublished discrepancy in IDLNoel Grandin
Change-Id: I96a45f742ef7170b8fbafa6e5c5286dcbc41f503
2012-12-21Fix a bug in the merging of the URD files.Noel Grandin
The service name was incorrect. Change-Id: Iad05ae85cdda6ef9cc357db98838f44bd68651b9
2012-12-21clean up all the UNO IDL module header guardsNoel Grandin
.. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
2012-12-21fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service to new styleNoel Grandin
Required creating a new merged interface. The service interface is going to be shared by some other services, which is why it's name is != the service name. Change-Id: I9af3c27b367807147a0052fb6fa4e42eb1ad32de
2012-12-21fdo#46808, Create new-style frame::ToolBarControllerFactory serviceNoel Grandin
The service already existed, it just did not have an IDL file. Change-Id: I70d0e1a3fe77deaeec399761cadefb20954f1c92
2012-12-21fdo#46808, Use service constructor for frame::UICommandDescriptionNoel Grandin
Change-Id: I8950afd1e49fda9e3336a79024e603262d717dad
2012-12-21Require l10ntools on officecfgTomáš Chvátal
Change-Id: I31f212f21f57b37b2b4f1f5dd753a4211c58bcdb
2012-12-21tabs to spacesJack Leigh
Change-Id: I4f1c834f28cb49ec0dcb824280d348226ad7e514 Reviewed-on: https://gerrit.libreoffice.org/1458 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-12-20Some cppcheck cleaning in connectivityJulien Nabet
Change-Id: I72cf68b193a4d6b16255f8b92e4c0262cd6cac78
2012-12-20Require icu 4.6 or later with system icuTomáš Chvátal
Change-Id: I8c0da25a000e10d65479665a61be054fdb2486a5 Reviewed-on: https://gerrit.libreoffice.org/1453 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2012-12-20Some cppcheck cleaningJulien Nabet
Change-Id: Idb363bc9d1d9f650d85e002ae0c6dda4a298fcd2
2012-12-20Some cppcheckJulien Nabet
Change-Id: Ifec449ea334d9055bb33beb0518ab2e01d885d0d
2012-12-20Resolves: fdo#58325 give each font category a separate info labelCaolán McNamara
Change-Id: I1cc38341c2a9d28ab275765e488e5dac334ca0fa
2012-12-20fdo#58427: fix another crash in SvxFontPrevWindow::PaintMichael Stahl
In Writer, Search&replace -> More options -> Formats used to have a window title of "Example" but not any more; let's add another fallback for the example text to makeRepresentativeTextForFont, which seems to give "Lorem ipsum" here. (regression from widget layout) Change-Id: I8dd9c099be31ed4390b04e8069a74960b58c6084
2012-12-20vcl/headless: some more string cleanupRiccardo Magliocchetti
As suggested by Olivier Hallot and Lubos Lunak Change-Id: Ie5d9f379294b004992dab0b98d6dfa4aa5456159
2012-12-20Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida
Also remove a printf statement. Change-Id: I29c89a19f0c75b21f912d12903d1fceea535a6c7
2012-12-20Make use of the recalc option when loading ODF documents.Kohei Yoshida
Change-Id: If33dd77c1b54cdfb5a8ff75c5b6e13db09b0c19f
2012-12-20Add ODF recalc option bits to the UI and configuration.Kohei Yoshida
Change-Id: I2a72956f3e91b650b7434c676722d34b2f3394e4
2012-12-20Add new option for recalculation policy when loading ODF into Calc.Kohei Yoshida
This applies only to those documents that are generated by non-LibreOffice applications. Change-Id: I98a7877df36c5de74e4f6f6d09a67e171cbab4a3
2012-12-20fix fdo#58403 fix processing of arguments from ".uno:Print" requestNoel Power
Change-Id: I011c2ea45d33ead14910e149a99ee8e587ef79b9
2012-12-20convwatch.py: make it run on Python 3Michael Stahl
Change-Id: Iaf0303f5268233ff34a4d4a31d1955fc6f58e7e2
2012-12-20String -> OUString in filterRicardo Montania
Change-Id: I5d7b3aa2348cb4f0e8b05be0777b510ec5eb5db5 Reviewed-on: https://gerrit.libreoffice.org/1420 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-20This println shouldn't be hereXisco Fauli
Change-Id: I38ee1e764d562a951095c558333414c5afd12100
2012-12-20fix dialog language support mess fdo#42978Noel Power
during some rework ( not sure if it was me or not ) we try to register ControlContainerBase on construction as a XModifyListener ( but it's not ). Patch make ControlContainerBase implement XModifyListener now. iirc the code in question was moved from UnoDialogControl at some stage and it appears some balls were dropped :-) Change-Id: Ifc7084bd7260ceb06334117582facb95bafb6fed
2012-12-20extensions: oleautobridge: avoid boatloads of warning C4005Michael Stahl
... "macro redefinition" mostly from tools/postsys.h by wrapping all inclusion of namespace polluting native windows headers in a single new winwrap.hxx that is then included by the other headers; also cleans up some inconsistent definitions of _WIN32_WINNT Change-Id: Ibfe82a531615d559db2e61e4cdf399e68d0b3223
2012-12-20Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat
This dialog is still of some use with some Writer Wizards and templates. Re-added the dialog, but moved the menu entry to Tools menu in Writer. The menu entry has not been added back in the other applications. Conflicts: sfx2/sdi/appslots.sdi sfx2/source/appl/appserv.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/docvor.hrc sfx2/source/doc/docvor.src Change-Id: I1388d955752e99ab6d39dfc81bb41a97b33bdfcd
2012-12-20Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat
Conflicts: basctl/uiconfig/basicide/menubar/menubar.xml extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml framework/uiconfig/startmodule/menubar/menubar.xml sc/uiconfig/scalc/menubar/menubar.xml sd/uiconfig/sdraw/menubar/menubar.xml sd/uiconfig/simpress/menubar/menubar.xml sfx2/sdi/appslots.sdi sfx2/source/appl/appserv.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/docvor.hrc sfx2/source/doc/docvor.src svtools/source/dialogs/addresstemplate.cxx sw/uiconfig/sglobal/menubar/menubar.xml sw/uiconfig/sweb/menubar/menubar.xml sw/uiconfig/swform/menubar/menubar.xml sw/uiconfig/swreport/menubar/menubar.xml sw/uiconfig/swriter/menubar/menubar.xml sw/uiconfig/swxform/menubar/menubar.xml Change-Id: Iaec660c2d8da109bd644f5c88213fdb0c51a9c0f