- 21 Ara, 2012 40 kayıt (commit)
-
-
Raimundo Moura yazdı
Project: dictionaries f0c914a43e7e6540300da25c935a77aebb672094 null Brazilian spell checker and grammar checker update. Change-Id: I8967a353bbac45f9ea29cbc449e60fbf63f287a0 VERO: Version 3.0.0 beta 24 Reviewed-on: https://gerrit.libreoffice.org/1459Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
Michael Meeks yazdı
Change-Id: I7313cca3335e1b41df2a70fe968bc1e6386a1e36
-
Tor Lillqvist yazdı
Some screwup with hypot(). As a workaround, include <math.h> early. Change-Id: Ic8c6abc45f8502097c6b6b619108d50ea3c22392
-
Tor Lillqvist yazdı
-
Michael Stahl yazdı
There does not seem to be a point to using CFLAGS here, usual convention appears to be to use AFLAGS. Not target local, since right now there is no need for that. Change-Id: I5d2f45777c226c0afc632adc21e446f09740d75d
-
Quentin Pradet yazdı
capitalType functions from the hyphenator, thesaurus and spellchecker dispatcher have been replaced by a unique function in linguistic/misc.cxx. The capital type is now represented as an enum. Change-Id: I0c2768b06f995cf34c105de117c7bab138c727a9 Reviewed-on: https://gerrit.libreoffice.org/1460Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Muthu Subramanian yazdı
-
Stephan Bergmann yazdı
Change-Id: Iad4deb829f71a9824e881d9f5782a474167d7a28
-
Stephan Bergmann yazdı
...this was a transitional hack to get XML-format service.rdbs in. Now that registry-based bootstrap_InitialComponentContext is gone, XML-format .rdbs need only be handled in cppuhelper/source/defaultbootstrap.cxx (so the textualservices stuff once duplicated to there now effectively moved there). Change-Id: Ifb93558768095c1b462fe4057ebf8724968cca77
-
Stephan Bergmann yazdı
... com.sun.star.comp.helper.RegistryServiceFactory (juh.jar). Superseded by default bootstrap mechanisms. An aborting stub for non-inline cppu::createRegistryServiceFactory is left in cppuhelper/srouce/compat.cxx to avoid having to incompatibly change cppuhelper/soruce/gcc3.map. Change-Id: I590e50b8f57e86d4bb3e00d157c9e5907c02f267
-
Stephan Bergmann yazdı
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
-
Stephan Bergmann yazdı
...instead of deprecated cppu::createRegistryServiceFactory. Change-Id: I64431f3d404e24267953de3fb94e3e5241db30a8
-
Stephan Bergmann yazdı
Change-Id: Ie65482f328a0932c3543200d1906940b1eb46897
-
Stephan Bergmann yazdı
Change-Id: Icb8ccabba162a838187d737ff30888f64dd695b6
-
Tor Lillqvist yazdı
Change-Id: Ic62056e2df9a17fd6716ae90e4372dec1d5dd40f
-
Tor Lillqvist yazdı
Change-Id: I433512dbd533fe6c84e94059f378c4a7a6e8671d
-
David Tardon yazdı
Change-Id: I6fc53e185254a37df7d03ab6f91210b8e397db2e
-
Miklos Vajna yazdı
Regression from d4069372
-
Tor Lillqvist yazdı
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
-
Michael Stahl yazdı
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 c0ce7ca4) Change-Id: I02a6abb822900e1a28a1c632a122c1e093b73553
-
Michael Meeks yazdı
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.
-
Miklos Vajna yazdı
-
Norbert Thiebaud yazdı
Change-Id: I52482d017966e1d9671f92f43ec9d8cac6daf602
-
Luboš Luňák yazdı
Change-Id: I06ab10df77e2b3598f7268173206429596a50217
-
Noel Grandin yazdı
Fix linking in MACAB driver. Change-Id: Ib5e16e9ca661ecc4e841150a5cc86d298239e083
-
Tor Lillqvist yazdı
Change-Id: I366729dbd7f5f861c9233c0927b79ff7859114e4
-
Noel Grandin yazdı
Change-Id: Ib513a633e3c887f310711c44d4155be4f998a702
-
Noel Grandin yazdı
Fix KAB driver Change-Id: Iba44875122b813fb7ed2f09e3a8d9dbbef91d085
-
Noel Grandin yazdı
that'll teach me to update code I can't compile Change-Id: Idc6f82ad4baccff4479639ffd316c521a2156888
-
Noel Grandin yazdı
- fix missing SAL_CALL annotations - fix missing namespace usage Change-Id: I8fa462bcbeaad63ad6a73cba68236b74bbe97e70
-
Noel Grandin yazdı
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
-
Cédric Bosdonnat yazdı
Project: help d5d84f0ec4584e32147eeab355d0ab73e7dd9172 Removed help for the old template manager
-
Noel Grandin yazdı
The service already existed, it just did not have an IDL file. Change-Id: I2267bec182ad1cc8f6a37939861a7368a17fcef2
-
Noel Grandin yazdı
Change-Id: I96a45f742ef7170b8fbafa6e5c5286dcbc41f503
-
Noel Grandin yazdı
The service name was incorrect. Change-Id: Iad05ae85cdda6ef9cc357db98838f44bd68651b9
-
Noel Grandin yazdı
.. 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
-
Noel Grandin yazdı
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
-
Noel Grandin yazdı
The service already existed, it just did not have an IDL file. Change-Id: I70d0e1a3fe77deaeec399761cadefb20954f1c92
-
Noel Grandin yazdı
Change-Id: I8950afd1e49fda9e3336a79024e603262d717dad
-
Tomáš Chvátal yazdı
Change-Id: I31f212f21f57b37b2b4f1f5dd753a4211c58bcdb
-