summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-21add oox sd and xmlsecurity to Library_mergedPeter Foley
Change-Id: Ie9ef511308179902cbaeb2cca39414e86c57ce30
2013-03-21remove duplicate copy of SchXMLSeriesHelperPeter Foley
This allows oox to be added to Library_merged Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850
2013-03-21add wpftwriter to Library_mergedPeter Foley
Change-Id: Id748b3bb2347bf8e8d63a47ff8471e3185cbedcb
2013-03-21add sc for and forui to Library_mergedPeter Foley
Change-Id: Ic26bf9eb42de8ada161ca1793f4f69bac941bc6f
2013-03-21add sw swd msfilter vbahelper to Library_mergedPeter Foley
Change-Id: If7fc0b480c58599e86bf3b75080b8b18d5d79488
2013-03-21suppress warnings from external packagesPeter Foley
Change-Id: I1417dd1dfbd812cc4ab8a1521cc9e0dfbcf37d02
2013-03-21introduce gb_Module_SKIPTARGETSBjoern Michaelsen
- this speeds up the old SKIP_TESTS targets build-nocheck and dev-install-nocheck - this allows e.g. tinderboxes, which know that they just completed a build, to only read the files for the tests (and exclude the build itself) - since the dep file can be quite large this might help performance in such scenarios quite a bit - also moving this to extensions as it is merely a performance optimization Conflicts: Makefile.in solenv/gbuild/Module.mk Change-Id: I1265dbacdd9f3731fe755a1b997c2fa5ac1f7421 Reviewed-on: https://gerrit.libreoffice.org/2742 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-21rscdep is deadThomas Arnhold
18d37cf9fb21dd809ec79135ce93f9a55512c9b3 Change-Id: Iaa18cf4343f4818e72cda08ad580672e38f6446e
2013-03-21Avoid clash with the Win32 CreateBitmap()Tor Lillqvist
On x64 Windows there is no name mangling for Win32 API calls, so a plain extern "C" CreateBitmap() function clashes. Change-Id: I39ca92c259f660f00952ec0a8065bae1e747cffb
2013-03-21Revert "RscCmdLine: don't use obsolete DirEntry"Michael Stahl
This reverts commit 3b00a7f87b8d428dc8c3d1d0ddb84b74bb2343d4. Breaks the build on windows, requires adapting RscCompiler::GetImageFilePath() to match.
2013-03-21python3: fix typo in 8b79f292fb7f41f424c4f02900082a5c9a71c0f4Michael Stahl
Change-Id: I8bea810debfd4f53f4c53fe06fdf1f2b9256e795
2013-03-21added unit test for 10e308 math overflowEike Rathke
Change-Id: I492d991545239539d21fb59de3eccdd1ab56a9af
2013-03-21SbiScanner::NextSym: check status after rtl_math_uStringToDouble()Eike Rathke
For example, 10e308 is overflow, not 0 ... Change-Id: Ib7d622865bfb73581732bda45c76e078ee7d05d0
2013-03-2164-bit Windows size_t and ptrdiff_t fixTor Lillqvist
Change-Id: If52ea2777af1faca3ea20a7bd305307ab0c115ac
2013-03-21Fix x64 Windows build of python3 (no idea if it works)Tor Lillqvist
Change-Id: If8075a459acf4901ef451b24e54d88a8b68393f9
2013-03-21Move setupwizard modify handler code.Chris
Move setupwizard code into the conditional below it. You can only work on pPage if it isn't a null pointer anyway, to my mind this looks a lot cleaner. Change-Id: If8d910c15c5a1c1da5eb204b5922d074c454978b Reviewed-on: https://gerrit.libreoffice.org/2890 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-21debug: remove binfilter debug macroThomas Arnhold
Change-Id: I419c37860a21ae5ab416a2c8ec3c742fbaf6a980
2013-03-21vcl: use OSL_BIGENDIANThomas Arnhold
Change-Id: Ifdf54d30cca94d0d65d78f94d5fac31edf8c6df2
2013-03-21remove unused code svtools/bmpmakerKrisztian Pinter
Investigated the usage of bmpmaker for fdo#39445, seemingly it's not used anywhere. I removed it but I would be happier if someone could confirm this. Change-Id: I21c98e7857299aef8c482bb07750f4c13529c937 Reviewed-on: https://gerrit.libreoffice.org/2868 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-03-21stop uninitialized memory leaking into resource files.Michael Meeks
Change-Id: Ifb74ce0c60e0d0796d5d04a67e9d58721b58593c
2013-03-21RscCmdLine: don't use obsolete DirEntryMiklos Vajna
Change-Id: I49b2ca742da96ced5326b3e31f3cec35bfaabcc2
2013-03-21Missing dependency of librelogo on writerStephan Bergmann
...at least due to dependency of librelogo.xcd on writer.xcd, see 82c53d537a05dadf4d7fd7ea41292897bf2d47c7 "Missing dependency." Otherwise, having librelogo installed but not writer will cause an uncaught RuntimeException from configmgr::Components::parseXcdFiles (configmgr/source/components.cxx) early on in soffice.bin. Change-Id: I97565fe5c790ed182bb27fd722c650acf8a8ee08
2013-03-21Revert "sd::HeaderFooterSettings: try to make MSVC tinderboxes happy"Stephan Bergmann
This reverts commit a9af9b7dbdd3854855904ecc0fbd1041d400b06b, now addressed with 5a1e2be29d886e821e5727ba185c40be1d24fc12 "Short-term fix around the SD_DLLIMPLEMTATION debacle."
2013-03-21Short-term fix around the SD_DLLIMPLEMTATION debacleStephan Bergmann
(being defined for three different sd/Library_sd*.mk files), just like it is done in all the other sd/source/ui/dlg/*.cxx files already. Change-Id: I1b9e886c12acb1bfd73bea52f40260760a5f46ff
2013-03-21SD_DLLPRIVATE -> SAL_DLLPRIVATEStephan Bergmann
Change-Id: Ia5f99e3c7cb5aa11cd33ba7f00afc4b9da10f0b7
2013-03-21Get rid of NUM_BUTTONS macroStephan Bergmann
Change-Id: Ia822a1b6d7c250a5f9de33c381b57f5cbe4b059e
2013-03-21Move HtmlPublishMode into a header of its ownStephan Bergmann
Change-Id: I522619eb4304cbe2d2d862f01dcf8384ac4eb0cc
2013-03-21Move NOOFPAGES macro to .cxx where it is usedStephan Bergmann
Change-Id: I0ae8bb51cef6ab5ba982ee0efd79514c11a7b3e7
2013-03-21Fix typo in previous commit.Tomas Chvatal
Change-Id: I3b4a23dff3c2db14146351513e9fa1ea5ab3e256
2013-03-21Fix -mno-avx calls by removing weird OS check.Tomas Chvatal
Change-Id: Icecceda1b36110757754bcdbcecaae307d015fc9
2013-03-21another variation of the localised Cdbl testNoel Power
Change-Id: Icf6dd7428cb88f1891c6d816a24a4126ea2cc135
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
Don't try to use similar code as for OS X to manage windows, events etc. I.e. don't use UIKit in vcl to do that. Instead, just do as in the Android port, use the "headless" vcl backend. Do keep using CoreText, though, not FreeType & fontconfig. Start changing the iOS "Viewer" app to correspond to the Android "desktop" app (so it should be renamed). Work in progress since a long time, several crucial details still missing, but committing for now. Change-Id: Iac5fbf8def415e4d0d21e5200450a373420ad7ee
2013-03-21do not pass -isystem to winresLuboš Luňák
In mingw build, the compiler is gcc, so -isystem is supported, but winres is passed some include flags too and there -isystem should be turned back to -I.
2013-03-21avoid Wundef / fix endian detectionLuboš Luňák
2013-03-21TypoTor Lillqvist
Change-Id: I32c5bc1736305d38fb86b1b8af7606ac6c7f0dd0
2013-03-21The private SvFileStream::GetFileHandle() was used only on UNXTor Lillqvist
Drop the Windows implementation which wasn't x64-clean anyway. Change-Id: I1622196dc4c3b940cc8d629016985cf97480a059
2013-03-21Use BOOST_MEM_FN_ENABLE_CDECL only for x86Tor Lillqvist
Change-Id: I3f752678f72260d5e481a71164a30cfc96807034
2013-03-21Use subsystem version 5.02 on x64Tor Lillqvist
Change-Id: I957cda779d300449e2110748a516c9662126f761
2013-03-21std::min() parameters must be of same typeTor Lillqvist
Change-Id: If8ac23dcf2a9e5811c1b2fe84c92d78cdfbc825b
2013-03-21Adapt to amd64/x64 terminology changeTor Lillqvist
Change-Id: I9746559dcf001672906472bcdeaf49b9b20cd449
2013-03-21Fix force-choosing gtk3 backend.Thorsten Behrens
Extra parameter got lost in refactoring, if we set envvar, we *do* want to try that backend. Change-Id: Ib530a3a6b3e6ee33aab729ce7cd1f93e209d4513
2013-03-21reduce space needed by comments in sw/source/corePhilipp Riemer
Change-Id: Ia9267c50a02acaa60d7514781384623bf17b23bd Signed-off-by: Philipp Riemer <ruderphilipp@gmail.com>
2013-03-21coverity#704931 Explicit null dereferencedJulien Nabet
Change-Id: I03fe61ace1ab408d51e93f1e447591bb4eb9449c Reviewed-on: https://gerrit.libreoffice.org/2881 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-03-21-Werror=unused-parameterStephan Bergmann
Change-Id: If9e6e4be2d4d0b22b636e355a9f00748cdeb2d55
2013-03-21fdo#55430 allowing click-from-textmode without causing fdo#61025Lennard Wasserthal
the last fix for #55430 caused #61025. Markus Mohrhardt fixed that with by removing parts of the calc part in 16f6ef0423cd0fd7c0e50ee28e8b32e72e21e090 I got it back where it causes no harm to the labels. Change-Id: Ifb366a004701d7ec93b66662e14dba850d500e60 Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/2786 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-21fdo#55814 improve unit testDavid Ostrovsky
Change-Id: I1508cc13bc6f025e671fb0f942a700a37965e242
2013-03-21translated last missed german comments in sd/Urs Fässler
Change-Id: I48102b5e4d41ba786e9f9476b480715d5756ab87
2013-03-21Fix single core builds when TDE integration is enabledTimothy Pearson
Change-Id: I3a28d843e567db2a905125424615cba0bd28c7b4 Reviewed-on: https://gerrit.libreoffice.org/2882 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-21Don't complain about missing colon in empty DSNMathias Hasselmann
Empty datasource names occur with the datasource wizard's first page when no datasource type has been selected yet. Change-Id: I9bcd025aab046e6cb79db47564f55ae3f0faed55 Reviewed-on: https://gerrit.libreoffice.org/2885 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-21sal_Bool to boolTakeshi Abe
Change-Id: I9bdb9db8b38758117a6bad27a014376806841470