- 31 Eki, 2012 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
LO builds GLib, gdk-pixbuf and Pango using their ancient nmake-based build mechanisms (that use the make.msc from GLib's build/win32 directory). This compiles against the debugging runtime (the -MDd switch, msvcr90d.dll) if there is a DEBUG environment variable. We don't want that. None of LO's own DLLs should use the debugging runtime even in an --enable-debug build, and the debugging runtime doesn't get included in the installer. Change-Id: I04d2dcc0d5bb245af4afac976b6c1fecbf2095e1
-
Eike Rathke yazdı
Due to an insane amount of ridiculous "user-defined" number formats the internal table may overflow during import, stave off and increase the number of available slots to another arbitrary limit.
-
Noel Grandin yazdı
...in favor of existing new-style configuration::theDefaultProvider singleton. Theoretically, ConfigurationProvider instances can be created with specific Locale and EnableAsync arguments, but this is hardly used in practice, and thus effectively all uses of the ConfigurationProvider service use the theDefaultProvider instance, anyway. theDefaultProvider is restricted to the XMultiServiceFactory interface, while ConfigurationProvider also makes available XComponent. However, dispose must not be called manually on theDefaultProvider singleton anyway, and calls to add-/removeEventListener are so few (and in dubious code that should better be cleaned up) that requiring an explicit queryInterface does not really hurt there. This commit originated as a patch by Noel Grandin to "Adapt configuration::ConfigurationProvider UNO service to new style [by creating] a merged XConfigurationProvider interface for this service to implement." It was then modified by Stephan Bergmann by deprecating ConfigurationProvider instead of adding XConfigurationProvider and by replacing calls to ConfigurationProvider::create with calls to theDefaultProvider::get. Change-Id: I9c16700afe0faff1ef6f20338a66bd7a9af990bd
-
Luboš Luňák yazdı
After 047bc546 it is no longer triggered by rsvg alone, so I guess this is the right way to get system glib on migw again.
-
Caolán McNamara yazdı
Change-Id: Ie8a6c2a8850ad3dd6cd2be878aedfbf81d2473f7
-
Caolán McNamara yazdı
Change-Id: I7c7f951b352ed2e9ef7604a5be324223f21e96dd
-
Caolán McNamara yazdı
Change-Id: I4e83afa3d164ba0ae8640f4b5f2712b88c1e305f
-
Caolán McNamara yazdı
Change-Id: I5297e4b9480066000bf6d72e54a5d8117528b90c
-
Caolán McNamara yazdı
Change-Id: I2dfb2fa16c64035ef529cec650df7e4bd9c80483
-
Petr Mladek yazdı
The macro AC_CHECK_ALIGNOF does not exist on SLED10 Change-Id: I30fcc8f3715b1855418ea406d0e7b038c7bfb4b3
-
Luboš Luňák yazdı
Because there may be -g explicitly specified there. This is in line with using buildsystem's -O/-g flags only if nothing has been explicitly specified. Change-Id: If0309b6a7c52de19c4903978108e4e24362d3351
-
David Tardon yazdı
Change-Id: Icee2ffbe18ea732220f174cd4bf433ceb03d128b
-
David Tardon yazdı
Change-Id: I81019488c06d83e80ff63f43d416fa0b74be8e15
-
David Tardon yazdı
Change-Id: Ie809bba726c4d17eac25d36381d93ea9781d74be
-
David Tardon yazdı
This is a bit hackish and could benefit from further cleanup. Change-Id: Ibb8eddf88bffdea41fd94fea09ad6499d05ae715
-
David Tardon yazdı
Change-Id: I8e4dc4c6a727ecb54b1555701d19554f9766d79d
-
David Tardon yazdı
Change-Id: Ie4ac8f71de1816325f40d8c276b07e9e126a85b5
-
Petr Mladek yazdı
UTF8.h is split and renamed to UTF.h Change-Id: I3c0c271324f79189aa2d10b9f159d2cb5743eb64
-
Cédric Bosdonnat yazdı
Change-Id: I78a191e39dee00d31ddd773e7b49af73be3136cc
-
Cédric Bosdonnat yazdı
Change-Id: I3a16f891b099f80bc3a606ed821d7301fc446653
-
Cédric Bosdonnat yazdı
Change-Id: I5434b6615338dfc6780c6ff877c6eebfd20b763b
-
Cédric Bosdonnat yazdı
Change-Id: I15dc96c13189d0dc76c616f3ab49d2ea099bc884
-
Cédric Bosdonnat yazdı
Although the implementation is here, the dialogs to show when clicking on the menu items aren't there yet. Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
-
Cédric Bosdonnat yazdı
Change-Id: Ibe11358794a3ff714d2e1fafd900cc3262ca266d
-
Cédric Bosdonnat yazdı
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
-
Cédric Bosdonnat yazdı
Change-Id: I7761e0b06e151822a63a7273a4e61d5cdc648311
-
Cédric Bosdonnat yazdı
Change-Id: I38d5cb95e1c45e1c57b11ec81523d4cca7568d34
-
Cédric Bosdonnat yazdı
Change-Id: I0962f466cd46bcabbdb70100bcebb4ef940923b3
-
Cédric Bosdonnat yazdı
Change-Id: Id067932355607d3d60994862201b531f9844506d
-
Cédric Bosdonnat yazdı
Change-Id: I9ae0704f1e5203778e97de5843efe777ba717271
-
Cédric Bosdonnat yazdı
Change-Id: I026e26fda195ddf4b14e250040358ddf31fda21f
-
Cédric Bosdonnat yazdı
Change-Id: I3ba70be099bc4364d8f6d2d0700add83353f2900
-
Cédric Bosdonnat yazdı
Change-Id: Iad2c4b57b28cf06260b7890dfc9309df60fb5184
-
Noel Power yazdı
Change-Id: Ie1804a3790aee23a8fdf86e27085de81f5e50c11
-
Stephan Bergmann yazdı
...which effectively is just a glorious wrapper around comphelper::getProcessServiceFactory. In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the rSMgr parameter to InitVCL. All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work fine. Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
-
Ricardo Montania yazdı
Change-Id: I2e0189135d5f30b20e625b849cedbef2eb639ed9 Reviewed-on: https://gerrit.libreoffice.org/929Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Ricardo Montania yazdı
Change-Id: Id9cde5559165c61da825938153e92df999233a59 Reviewed-on: https://gerrit.libreoffice.org/928Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Kohei Yoshida yazdı
Else you'll get the wrong answer in isRowActive(), which always search flag via tree. Change-Id: Ic764b08c3fa3e2e24ea656bb03cc9d393e06fb13
-
Kohei Yoshida yazdı
Change-Id: Ic6d11b8660048dfc074c6e0bfe6b367aca6baef2
-
Kohei Yoshida yazdı
Change-Id: I3d4a4dd5efa64d1506562f976d88599c084b25ab
-