summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-03-21Remove StringMirror UNO service.Thorsten Behrens
This was a kludge from back in the day when pdfimport was an extension and could not link against office libs. While at it, fix mirror method to handle unicode surrogates correctly. Change-Id: I3582a7870efdfea50446d3604a185025b1d5a196
2013-03-21Kill fprintf in sdext in favour of SAL_LOGThorsten Behrens
Change-Id: I2253c1a4d90ab348764cd8863b8aaf2036a254de
2013-03-21gbuild: JUnitTest: do not remove user-dir after test runsMichael Stahl
The user-dir is already removed before the test runs, which is more important; it may be convenient to look at documents written by the tests, and these end up in the user-dir. Change-Id: I53cc1ca49c6dfc5fa3e69f55413cf3eb8676befa
2013-03-20WaE: '__LP64__' is not defined, evaluates to 0Tor Lillqvist
Change-Id: Ie3b740818b6f705b24e2c718dd47f43ebdb2a3e1
2013-03-20WaE: 'DBG_UTIL' is not defined, evaluates to 0Tor Lillqvist
Change-Id: Ib902f3f4b428d5c23347a31773011ddf74f28e99
2013-03-20WaE: 'MACOSX_SDK_VERSION' is not defined, evaluates to 0Tor Lillqvist
Change-Id: I6bc1e3ae56d936f6ef28e9d067360ac364e7af5e
2013-03-20sd::HeaderFooterSettings: try to make MSVC tinderboxes happyMichael Stahl
Change-Id: I925088159784eae7a8918734aaf0b1c1304a3d7b
2013-03-20tweak basic_coverage test to support locale specific testingNoel Power
in basic some function results are influenced by locale, now in the basic_coverage directory you can have sub dirs ( named by the proper locale e.g. de-DE etc. ) and any macros found there will be run in the desired locale Change-Id: I625ee58d37493f83a15a62214bde6708e8fa75f7
2013-03-20avoid floating-point error with empty bitmaps.Michael Meeks
Change-Id: I11be81b52e32c776905a6caac1582cd1a839ab24
2013-03-20Remove redundant "const" to silence bogus MSVC warningsStephan Bergmann
Change-Id: Ice6615b4b0c9367efc278c3b399f6c35ede6fcd7
2013-03-20Template Manager: select first item when getting focus if no selectionCédric Bosdonnat
Change-Id: Ie012e010ca92728725535345c76fc9f5eb31a254
2013-03-20Template Manager: fixed control WinBits reset... was breaking tabstopCédric Bosdonnat
Change-Id: I6e542ecc0e0f5a2b3e0ca59a52bb809b1a23284f
2013-03-20coverity#704628/704629/704630 Explicit null dereferencedJulien Nabet
+ return early if no whichid or after default case Change-Id: I40f3ec310604ccde22022dd2e82984b0f3057307 Reviewed-on: https://gerrit.libreoffice.org/2869 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>