summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03API CHANGE: remove com.sun.star.util.XCancelManagerMichael Stahl3-53/+0
This interface has been deprecated since OpenOffice.org initial CVS import. EXISTENCE: published key "/UCR/com/sun/star/util/XCancelManager" exists only in registry 1 Change-Id: Ibc67f79b4664f8ff9aadacdd36cd8e80c9ff477c
2012-12-03API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl7-66/+0
This interface has been deprecated since OpenOffice.org initial CVS import, and there does not appear to have been an implementation of it, though strangely there was client code using it until 2007. EXISTENCE: published key "/UCR/com/sun/star/util/XArchiver" exists only in registry 1 Change-Id: I8efa29a3d375d7c5c77ae47592b23bec4072d7a0
2012-12-03API CHANGE: remove com.sun.star.view.XPrintPreviewMichael Stahl3-47/+0
This interface has been deprecated since OpenOffice.org initial CVS import. EXISTENCE: published key "/UCR/com/sun/star/view/XPrintPreview" exists only in registry 1 Change-Id: I995b7b4fbbdac5582e015daf11d4c644abc53b73
2012-12-03Add -wd4986 here, tooTor Lillqvist1-1/+1
2012-12-03More -wd fixupsTor Lillqvist1-5/+6
2012-12-02sdext: there is a severe shortage of boost dependencies hereMichael Stahl7-4/+13
Change-Id: Ide652d073edc3321995b787b01ea9c0bf1920827
2012-12-02gbuild: call gb_ExternalExecutable_collect_registrations...Michael Stahl1-1/+3
...after reading platform makefile because at least python uses platform dependent gb_PYTHON_PRECOMMAND. Change-Id: I894dfd56b4a96828556f657ae63c6f69eebdea0b
2012-12-02pyuno: clean up that zipcore a littleMichael Stahl1-10/+4
That $(shell find...) is now entirely pointless with python3 in tail_build; depend on package instead. Change-Id: Iacc8a7d201f8ec2e41adf3e2351a755e955c0997
2012-12-02libwps: tinderbox says this wants to use boost...Michael Stahl1-0/+1
Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8
2012-12-02API CHANGE: remove com.sun.star.util.FileIOExceptionMichael Stahl4-81/+0
... and derived com.sun.star.util.DiskFullException. These exceptions have never been used since the initial OpenOffice.org CVS import. EXISTENCE: published key "/UCR/com/sun/star/util/DiskFullException" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/util/FileIOException" exists only in registry 1 Change-Id: Id3a1b9e43350b15b90864628dc2dbf77027d64a8
2012-12-02cppumaker: do write exception specifications on --enable-dbgutilMichael Stahl2-0/+71
Exception specifications are useless for production code, but make for useful assertions in dbgutil builds (on platforms where they are enforced at runtime). Because we do not have API tests that exhaustively trigger all documented error conditions, much less the undocumented or wrongly handled error conditions that would cause the implementation to violate its API specification, there is likely some benefit in having these runtime-checked specifications in debug builds, in the hope that our various tests which may incidentally call various API methods, or general soffice usage, uncovers these bugs. Also, there may be some benefit to making API implementers more aware of the exception specifications, to quote Stephan's mail: To be able to programmatically react to an exception raised by a UNO method (which is the raison d'être of non-runtime UNO exceptions), the specification of that method must document the method's behavior with respect to raising that exception, and any implementation of the method must adhere to that specification. However, with that part of a UNO method's interface moved out of sight of a programmer writing a C++ implementation of that method, I fear that adherence to specification will degrade in practice. And that negatively affects an area where we do not shine anyway: reaction to errors. This partially reverts commits: 0295bd6b3f21dd648af6145ca23d90467f3cec73 155cd09b5eebe0c1eab0610a7f1f04f09de4b217 Change-Id: I9c7664c9f1b238f4f9501aacb065981236949440
2012-12-02RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl20-66/+22
Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
2012-12-02WaE: explicitly do nothing when nothing needs to be doneLionel Elie Mamane1-6/+9
Removes compiler warning Change-Id: Ied96ef294f25cca54887ca6a86ec07ecb2b1fae0
2012-12-02fdo#42165 make nested joins as per strict ANSI SQLLionel Elie Mamane2-14/+31
Change-Id: I605d3811b27c33e35670306bb03b5a796ab72bc0
2012-12-02Expand commentLionel Elie Mamane1-0/+4
Change-Id: I7d699222940a6ee99595d84dd8b2068e9b86ee67
2012-12-02Catch all exceptions to respect specificationLionel Elie Mamane1-1/+13
In particular, getMaxRows() can throw SQLException Change-Id: I1f49afe8258d98000bff34e18f4d98967c46e1b3
2012-12-02janitorial: prefix increment when don't care about current valueLionel Elie Mamane1-2/+2
Change-Id: Id19369bb9d9cb2a0bab0dacb200cf5bf488c3b20
2012-12-02janitorial: simplify code, no behaviour changeLionel Elie Mamane1-8/+2
operator[] on a map implicitly adds an entry and default-initializes value part Change-Id: Iab7817fb7fef5e9a6afdeb74be0d523fde59b5c1
2012-12-02this method is not implementedMarkus Mohrhard1-1/+0
Change-Id: Ief364d7c835d75e6caf4fb0d639d8e67b7bdcd2a
2012-12-02we don't need the last entry for icon setsMarkus Mohrhard2-0/+11
Change-Id: If76187689bc63199dc0249626ed4ab4c904ecf18
2012-12-02small fixes for iconset UIMarkus Mohrhard1-0/+5
Change-Id: I724397b50404753a9ca235d9e0eca13bdcf5b341
2012-12-02fix build with internal libxml2David Tardon1-2/+0
Change-Id: I2dbef5bbe93cd8561ae0fba24f8d30771747098c
2012-12-02unlink() doesn't work that well with URLsLuboš Luňák1-1/+1
Change-Id: I1d0cbd8b8cbbd3ea5c73d0cea6d9e354b1740c7c
2012-12-02recover lost config. spool module ctlseqcheckDavid Tardon1-0/+1
Change-Id: I22809a29ea085459c4a6e737918f7c3f42eca6a7
2012-12-02ensure lockfile doesn't leakCaolán McNamara2-20/+7
Change-Id: I6a4c7024da154104d985bca25b26a8243174ec8d
2012-12-02Remove unused method from desktopMarcos Paulo de Souza3-13/+0
Change-Id: I17b269c70bbf82aa5a4345d488777ac98d1d6938 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1221 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-02ditch unused makefileDavid Tardon3-82/+0
Change-Id: If859e46758c622f4841b8b0389abe2485f4af85a
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon16-98/+286
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
2012-12-02Don't disable warnings that supprted MSVC versions don't generateTor Lillqvist1-25/+0
2012-12-02Document the warnings we disableTor Lillqvist1-2/+136
2012-12-02Argh, I meant Visual Studio 2010Tor Lillqvist1-2/+2
2012-12-02Disable MSVC warning C4986Tor Lillqvist1-0/+14
This is a new warning in Visual Studio 2012. Otherwise, when using /Wall (as we do), you get tons of warnings from the compiler's own headers: .../crtdbg.h(1041) : warning C4986: 'operator new[]': exception specification does not match previous declaration .../new(79) : see declaration of 'operator new[]' It seems to be generally recommended not to use /Wall with MSVC (that option does not really have the same intended use as gcc's -Wall, people say), but use /W4 instead: http://stackoverflow.com/a/4001759/259398 So maybe we should change that -Wall to -W4? Also, we should go over the long list of -wd options and check each whether we really want it or not. Maybe, while at it, add a comment for each giving its one-line meaning.
2012-12-02workaround broken WaE eGrammar may be used uninitializedMarkus Mohrhard1-1/+1
2012-12-02create icon sets in UIMarkus Mohrhard2-2/+49
Change-Id: I6c55cc1d1a1dbd4839b823df08f8c42a7b880132
2012-12-02correctly show existing icon sets in the UIMarkus Mohrhard2-6/+42
Change-Id: I8970d3b0cc3263f46cfda45ae3b919a441bc0228
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard9-124/+351
Change-Id: I5da2500b96ba3b03bf822cf428c001204010989e
2012-12-02support shared strings enough for gnumeric importMarkus Mohrhard2-11/+113
Change-Id: I1cedf79d0465e8b8e4b8e85bea65bd35174e51a2
2012-12-02No lang no qtzZolnai Tamás1-0/+2
Change-Id: I6b5649077fda265a2aff253b5e2534bfd818b3bc
2012-12-02Ignore qtz in ulfex and some other placesZolnai Tamás6-9/+13
Installation not works well with qtz so ignore it in ulf files. In those executables which work with one lang at a time it is unwanted to store the useless qtz strings at all call. Change-Id: I1d65ec340da1832404001ad18820407e56615db6
2012-12-02Make qtz work in UIZolnai Tamás7-18/+25
Change-Id: Iced0b874405942782574fe46b58c3caafb2deeb4
2012-12-01Class MediaDescriptorHelper doesn't need virtual destructor.Arnaud Versini2-6/+0
Change-Id: I6711ef712a8a04d6fc8991f7056d1440964832ef Reviewed-on: https://gerrit.libreoffice.org/1220 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-12-01Remove useless getpid implementation on Linux.Arnaud Versini1-34/+0
The new minimal target have a proper getpid implementation. Change-Id: I1cf209d8b4cb651866287c3a682ebd0806ab35b9 Reviewed-on: https://gerrit.libreoffice.org/1219 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-01Insert Table Dialog: Rename button back to "AutoFormat", Accelerators changedSamuel Mehrbrodt1-3/+3
As requested in here: http://lists.freedesktop.org/archives/libreoffice/2012-November/041788.html http://lists.freedesktop.org/archives/libreoffice-ux-advise/2012-November/001597.html Change-Id: I2cd3f4422dcbd62b1e72661d1df890bd0202c1ef Reviewed-on: https://gerrit.libreoffice.org/1217 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-12-01oox: fix buildIvan Timofeev17-34/+1
Change-Id: Ic0fc64b94d27e1de4d2241f960b0d4f3ae1762d3
2012-12-01fix String->OUString conversionIvan Timofeev2-6/+6
OUString::valueOf(sal_uInt16) means OUString::valueOf(sal_Unicode), we want OUString::valueOf(sal_Int32) regression from 2cb8883cfd1c6ffe293497f064f90f76d12eff32 Change-Id: Ie1ea4de258b9f94f1c0cfec4335512e15be02e68
2012-12-01Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz4-30/+30
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM, RTL_CONSTASCII_USTRINGPARAM macros in oxx. Change-Id: I12bfb2528e8a9aaf3f119a1e6f0ae0246d16a772 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1211 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-01do not redirect output in build.pl, i.e. dump build_error.log and other logsLuboš Luňák1-28/+3
Given that nowadays almost everything builds inside tail_build, this feature is somewhat pointless, as this almost everything is in that one tail_build log. Moreover: - stdout is never a tty, breaking compiler output colorization - for some obscure reason I do not get, this makes 'make python3.all' work with msvc2010, whereas previously the invocation of MSBuild.exe somehow prevented the rest of make rules from running. Plain 'make python3' that does not go via build.pl works though. No idea if the problem is in gbuild, build.pl, cygwin, make, MSBuild.exe or somewhere else, Change-Id: Ibe6e11109e2eefaa65646071c2db01871e5e751f Reviewed-on: https://gerrit.libreoffice.org/1216 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-01Removal ::rtl:: prefixes and macros in oxxJosé Guilherme Vanz17-28/+28
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM, RTL_CONSTASCII_USTRINGPARAM macros in oxx. Change-Id: I1139b10256387bb71e8a425153d46add181538bc Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1212 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz6-37/+37
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM, RTL_CONSTASCII_USTRINGPARAM macros in IO. Change-Id: I410016990579e4a05843cfe396832a5fc8435e70 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1210 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz4-36/+28
This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM, RTL_CONSTASCII_USTRINGPARAM macros in IO. Change-Id: I9446ddf13ba18d2d80639afc9e1b61234945b115 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1200 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>