summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-03New template manager out of experimental featuresCédric Bosdonnat
Change-Id: Ieb6b590060b1ca7a497049e974909c9661f1cc14
2012-12-03Upload libvisio-0.0.23, fixing regression fdo#48601Fridrich Štrba
Trust more the cached colour hex then the colour index Change-Id: Ica5917c94de4c7bb2a5be61c6b22f06807be0742
2012-12-03remove commented out methods and parameters in ScAnyRefDlgMarkus Mohrhard
Change-Id: Ie9e9baf42c93353a68ef35b456cd621bf42344c5
2012-12-03remove debug outputMarkus Mohrhard
Change-Id: I48b549ab93dc3b937e00f6f35185a6c1c4327bcc
2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard
Change-Id: I7ffc13167f5ecbfe3afab6451e1ef52e81130d48
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard
The following things still need to be changed: * don't use virtual method in Window * Use a WinBits flag for it * move all the dialogs to it * fix the ugly hack for range name dlg * fix all the uncommented code in winproc.cxx * general clean-up Change-Id: I2a8cfc1c4abf591878b11aa4829a9ff910540eff
2012-12-03API CHANGE: remove com.sun.star.util.XSimpleErrorHandlerMichael Stahl
This interface has been deprecated since OpenOffice.org initial CVS import. EXISTENCE: published key "/UCR/com/sun/star/util/XSimpleErrorHandler" exists only in registry 1 Change-Id: I28b2a9dd0180994c077d960bf932fbdea0f282c4
2012-12-03API CHANGE: remove com.sun.star.util.XCancelManagerMichael Stahl
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 Stahl
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 Stahl
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 Lillqvist
2012-12-03More -wd fixupsTor Lillqvist
2012-12-02sdext: there is a severe shortage of boost dependencies hereMichael Stahl
Change-Id: Ide652d073edc3321995b787b01ea9c0bf1920827
2012-12-02gbuild: call gb_ExternalExecutable_collect_registrations...Michael Stahl
...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 Stahl
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 Stahl
Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8
2012-12-02API CHANGE: remove com.sun.star.util.FileIOExceptionMichael Stahl
... 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 Stahl
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 Stahl
Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
2012-12-02WaE: explicitly do nothing when nothing needs to be doneLionel Elie Mamane
Removes compiler warning Change-Id: Ied96ef294f25cca54887ca6a86ec07ecb2b1fae0
2012-12-02fdo#42165 make nested joins as per strict ANSI SQLLionel Elie Mamane
Change-Id: I605d3811b27c33e35670306bb03b5a796ab72bc0
2012-12-02Expand commentLionel Elie Mamane
Change-Id: I7d699222940a6ee99595d84dd8b2068e9b86ee67
2012-12-02Catch all exceptions to respect specificationLionel Elie Mamane
In particular, getMaxRows() can throw SQLException Change-Id: I1f49afe8258d98000bff34e18f4d98967c46e1b3
2012-12-02janitorial: prefix increment when don't care about current valueLionel Elie Mamane
Change-Id: Id19369bb9d9cb2a0bab0dacb200cf5bf488c3b20
2012-12-02janitorial: simplify code, no behaviour changeLionel Elie Mamane
operator[] on a map implicitly adds an entry and default-initializes value part Change-Id: Iab7817fb7fef5e9a6afdeb74be0d523fde59b5c1
2012-12-02this method is not implementedMarkus Mohrhard
Change-Id: Ief364d7c835d75e6caf4fb0d639d8e67b7bdcd2a
2012-12-02we don't need the last entry for icon setsMarkus Mohrhard
Change-Id: If76187689bc63199dc0249626ed4ab4c904ecf18
2012-12-02small fixes for iconset UIMarkus Mohrhard
Change-Id: I724397b50404753a9ca235d9e0eca13bdcf5b341
2012-12-02fix build with internal libxml2David Tardon
Change-Id: I2dbef5bbe93cd8561ae0fba24f8d30771747098c
2012-12-02unlink() doesn't work that well with URLsLuboš Luňák
Change-Id: I1d0cbd8b8cbbd3ea5c73d0cea6d9e354b1740c7c
2012-12-02recover lost config. spool module ctlseqcheckDavid Tardon
Change-Id: I22809a29ea085459c4a6e737918f7c3f42eca6a7
2012-12-02ensure lockfile doesn't leakCaolán McNamara
Change-Id: I6a4c7024da154104d985bca25b26a8243174ec8d
2012-12-02Remove unused method from desktopMarcos Paulo de Souza
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 Tardon
Change-Id: If859e46758c622f4841b8b0389abe2485f4af85a
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
2012-12-02Don't disable warnings that supprted MSVC versions don't generateTor Lillqvist
2012-12-02Document the warnings we disableTor Lillqvist
2012-12-02Argh, I meant Visual Studio 2010Tor Lillqvist
2012-12-02Disable MSVC warning C4986Tor Lillqvist
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 Mohrhard
2012-12-02create icon sets in UIMarkus Mohrhard
Change-Id: I6c55cc1d1a1dbd4839b823df08f8c42a7b880132
2012-12-02correctly show existing icon sets in the UIMarkus Mohrhard
Change-Id: I8970d3b0cc3263f46cfda45ae3b919a441bc0228
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard
Change-Id: I5da2500b96ba3b03bf822cf428c001204010989e
2012-12-02support shared strings enough for gnumeric importMarkus Mohrhard
Change-Id: I1cedf79d0465e8b8e4b8e85bea65bd35174e51a2
2012-12-02No lang no qtzZolnai Tamás
Change-Id: I6b5649077fda265a2aff253b5e2534bfd818b3bc
2012-12-02Ignore qtz in ulfex and some other placesZolnai Tamás
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ás
Change-Id: Iced0b874405942782574fe46b58c3caafb2deeb4
2012-12-01Class MediaDescriptorHelper doesn't need virtual destructor.Arnaud Versini
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 Versini
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 Mehrbrodt
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>