Age | Commit message (Collapse) | Author |
|
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
|
|
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.
|
|
...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
|
|
After 047bc54675193bb10a74b865a057fc0438fb824c it is no longer triggered
by rsvg alone, so I guess this is the right way to get system glib on migw again.
|
|
Change-Id: Ie8a6c2a8850ad3dd6cd2be878aedfbf81d2473f7
|
|
Change-Id: I7c7f951b352ed2e9ef7604a5be324223f21e96dd
|
|
Change-Id: I4e83afa3d164ba0ae8640f4b5f2712b88c1e305f
|
|
Change-Id: I5297e4b9480066000bf6d72e54a5d8117528b90c
|
|
Change-Id: I2dfb2fa16c64035ef529cec650df7e4bd9c80483
|
|
The macro AC_CHECK_ALIGNOF does not exist on SLED10
Change-Id: I30fcc8f3715b1855418ea406d0e7b038c7bfb4b3
|
|
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
|
|
Change-Id: Icee2ffbe18ea732220f174cd4bf433ceb03d128b
|
|
Change-Id: I81019488c06d83e80ff63f43d416fa0b74be8e15
|
|
Change-Id: Ie809bba726c4d17eac25d36381d93ea9781d74be
|
|
This is a bit hackish and could benefit from further cleanup.
Change-Id: Ibb8eddf88bffdea41fd94fea09ad6499d05ae715
|
|
Change-Id: I8e4dc4c6a727ecb54b1555701d19554f9766d79d
|
|
Change-Id: Ie4ac8f71de1816325f40d8c276b07e9e126a85b5
|
|
UTF8.h is split and renamed to UTF.h
Change-Id: I3c0c271324f79189aa2d10b9f159d2cb5743eb64
|
|
Change-Id: I78a191e39dee00d31ddd773e7b49af73be3136cc
|
|
Change-Id: I3a16f891b099f80bc3a606ed821d7301fc446653
|
|
Change-Id: I5434b6615338dfc6780c6ff877c6eebfd20b763b
|
|
Change-Id: I15dc96c13189d0dc76c616f3ab49d2ea099bc884
|
|
Although the implementation is here, the dialogs to show when clicking
on the menu items aren't there yet.
Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
|
|
Change-Id: Ibe11358794a3ff714d2e1fafd900cc3262ca266d
|
|
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
|
|
Change-Id: I7761e0b06e151822a63a7273a4e61d5cdc648311
|
|
Change-Id: I38d5cb95e1c45e1c57b11ec81523d4cca7568d34
|
|
Change-Id: I0962f466cd46bcabbdb70100bcebb4ef940923b3
|
|
Change-Id: Id067932355607d3d60994862201b531f9844506d
|
|
Change-Id: I9ae0704f1e5203778e97de5843efe777ba717271
|
|
Change-Id: I026e26fda195ddf4b14e250040358ddf31fda21f
|
|
Change-Id: I3ba70be099bc4364d8f6d2d0700add83353f2900
|
|
Change-Id: Iad2c4b57b28cf06260b7890dfc9309df60fb5184
|
|
Change-Id: Ie1804a3790aee23a8fdf86e27085de81f5e50c11
|
|
...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
|
|
Change-Id: I2e0189135d5f30b20e625b849cedbef2eb639ed9
Reviewed-on: https://gerrit.libreoffice.org/929
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Id9cde5559165c61da825938153e92df999233a59
Reviewed-on: https://gerrit.libreoffice.org/928
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Else you'll get the wrong answer in isRowActive(), which always search
flag via tree.
Change-Id: Ic764b08c3fa3e2e24ea656bb03cc9d393e06fb13
|
|
Change-Id: Ic6d11b8660048dfc074c6e0bfe6b367aca6baef2
|
|
Change-Id: I3d4a4dd5efa64d1506562f976d88599c084b25ab
|
|
It was using a 3-space indentation as opposed to 4.
Change-Id: Idfb0e455c5d0afcad0a8b943dee9fd2679e6209d
|
|
Change-Id: Ibbf3ac3174d609feabc4cac590cf86b07ebbbab8
|
|
Kill unused class member and struct definition in
desktop/source/splash/splash.cxx
Change-Id: I06a901a5442cacf0f7fa2b0c775fc89709968601
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/943
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ib819c1664dc1643b0d8bf9f516fc0b328f201bff
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/944
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Turns out nobody calls that, so the boolean parameter to insert method
was not just ugly but entirely pointless.
Change-Id: Icb928747d51487d6884a16dcc1f4e22b00c7c22b
|
|
Rumor has it that MSVC 2010 has problems choosing the right overload in
PropertyMap::insert call, which is no surprise as that is a ridiculous
piece of garbage. Special bonus points for having another class
TablePropsRef that must have a call compatible method because it's used
as parameter to the same templates, and for the call with a pointer
converted to boolean implicitly in StyleSheetTable.cxx:163.
Also remove the silly boolean parameter while at it, just have 2 methods
instead.
Change-Id: I022d5dd7008f3e6c510d94e19fbacbf04bcf1986
|
|
Change-Id: I3ce3906662ff6ce5855e4c20c3d2f927288bec9f
|
|
Rationale:
- it is advised to use max-jobs and num-cpus with the same value in wiki
- max-jobs was used only for lcms2 and few gbuild
modules outside of tail_build anyway.
Also fixes:
- really use CHECK_PARALLELISM when meant to
- EXTMAXPROCESS is not defined in gbuild;
use parent's jobservers in sub-make where possible
Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88
Reviewed-on: https://gerrit.libreoffice.org/930
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Let's remove it.
Change-Id: Idbc6c58fb6ce71c80534396111c4d5b17a9764c7
|
|
The tree list entries are now stored in ptr_vector. We no longer
have to manually call delete on it whenever it gets removed from the
list.
Change-Id: Id183aadbdc3b1565d1c702dc0fc099df9dcb6e2c
|