summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-09coverity#706384 Uncaught exceptionCaolán McNamara
Change-Id: I337e948609f66dc9f0002b67cc0ac581a634478a
2014-07-09CppunitTests using jvmfwk indirectly need sunjavapluginStephan Bergmann
Change-Id: I0e4408bb8301b5fd5da4ee5f4efab5b1ae4f5ca7
2014-07-09Avoid undefined premature downcast to potentially wrong typeStephan Bergmann
Change-Id: I53bf8b74edab720fccc829f9228f7d9c4a8c2dad
2014-07-09-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I9d540c2a404600bba038853d73d0cce63f162ea2
2014-07-08Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida
Else it won't build. Change-Id: I6d857ffc7a444abaf477ee820e577757287a707c
2014-07-08gbuild: AutoInstall: fix the command line for Win32 makeMichael Stahl
Replace one ugly way with a different ugly way; it looks like the make_define invocation did not actually work before. Change-Id: Idd365f82a6fabab9444471ac88f91d81476bf124
2014-07-08cosmetic: fix few intentations irregularitiesNorbert Thiebaud
Change-Id: I3154e79cf43b836c46512575834ed8a99b56c912
2014-07-08kill UPD,SOURCEVERION and WORK_STAMPNorbert Thiebaud
Change-Id: Icea7057734020914fe0df3df70c8a895e96c1af0
2014-07-08drop unused helpidsCaolán McNamara
Change-Id: I43c8e1327731796498c6da42179ff085c26279b9
2014-07-08trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .uiCaolán McNamara
Change-Id: I25f29821079cf4fa4759daffe78bec8c4b48abbc
2014-07-08Resolves: #i125211# corrected breaking metafiles with gradient actionsArmin Le Grand
(cherry picked from commit 87637364387e5fd87d3b880ce230caa053ec555d) Conflicts: svx/source/svdraw/svdfmtf.cxx Change-Id: I853f3499121c8708a7de9d04ff2856037061c6ed
2014-07-08Bump build-time system python's requirement to 2.6.Douglas Mencken
"Writing Python code that is OK on 2.x and 3.x is next to impossible when 2.x is 2.5" --Miklos Vajna Change-Id: I432c2773eb60ab3bd5cc907407ca5159ce4390ad Reviewed-on: https://gerrit.libreoffice.org/10116 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-08Revert "use SimpleReferenceObject in connectivity module"Caolán McNamara
turns out to be a bit tangled wrt copy construction This reverts commit 48cc4f1b8cf06a8e56c12e659a71f72d609568cd.
2014-07-08Updated coreCaolán McNamara
Project: help 900defa453aeb03e0d675d3860de5674786dd6cb
2014-07-08Set VALID_ARCHS equal to ARCHSTor Lillqvist
Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
2014-07-08Pass -sdk optionTor Lillqvist
Change-Id: I694d90e2cfca2b4b68a33df0d3912c2492563d28
2014-07-08Construct and propagate the argument to xcodebuild's -sdk optionTor Lillqvist
Change-Id: I810ea99f61c47da62f2489d5176f6fbb779134a9
2014-07-08hook up scrollingCaolán McNamara
Change-Id: Iaf30a41dcc74e4542d3df60ca26354876badc81f
2014-07-08Convert RID_CONDFORMAT to .uiPalenik Mihály
Change-Id: I23ac6a7328a43c2fb63f2f804f6718f64e73eb8e
2014-07-08coverity#706531 Uncaught exceptionCaolán McNamara
Change-Id: Ibcd5d2b4124ab441a90748588d063f394b1ef372
2014-07-08Related: fdo#80633 dialog size cache has to be invalidated tooCaolán McNamara
otherwise the VclExpander will have no effect Change-Id: I039fa361d7088dfe4a6ff849623e34b27e2be26b
2014-07-08catched->caughtCaolán McNamara
Change-Id: If655720c1d1d2e8685315261b4524b876adfc053
2014-07-08don't terminate via unhandled exception on loading ooo89328-1.sxcCaolán McNamara
Change-Id: If266fa0ebaf2c3c0cd54238879a858098066c03d
2014-07-08avoid problems detecting HTML files with .xls ext.David Tardon
Change-Id: I9955223aac20f3f640fde51bb7231666c269ca70
2014-07-08writerfilter: unused tag attributesMiklos Vajna
These were used by the now removed analyzemodel, effort and modelcleanup scripts, so can be removed as well. Change-Id: I3a3ed98b914e8ee21a2ffccdc399821fded90708
2014-07-08sw: clean up DECLARE_OOXMLEXPORT_TEST copy&pasteMiklos Vajna
Change-Id: I2d702a3ea94412a35fee163581ef8c3f28566657
2014-07-08MSWordExportBase: fix export of header/footer in case of multiple columnsMiklos Vajna
Regression from 263938c4a8789d881f8e736d317b6bcc09c3bce5 (fdo#73596 [DOCX] Multiple Columns in Index, 2014-02-13), header / footer was lost in multi-column section. This fixes both DOC and DOCX export. Change-Id: Icb30ec882b38853e25289299d8f829a5cf56e6d8
2014-07-08fdo#66507 - accelerate common datum date conversion to days.Michael Meeks
Saves ~40bn cycles, 10% of calculation for the bug document. Change-Id: I9d48706ad2cfe290965b648306d95b4d66e5fc63
2014-07-08use SimpleReferenceObject in comphelper moduleNoel Grandin
to replace hand-rolled version Change-Id: Ie4e66d2f1f893c04be589877ef53f470ca74c9eb
2014-07-08use SimpleReferenceObject in connectivity moduleNoel Grandin
to replace hand-rolled version Change-Id: I7a7bf7f8f7d4f8a73ee842e7aba5eab5a254d8eb
2014-07-08use SimpleReferenceObject in svx moduleNoel Grandin
to replace hand-rolled version Change-Id: I084a21161ae44991199fbd2b12d61dcb7d592408
2014-07-08use SimpleReferenceObject in svtools moduleNoel Grandin
to replace hand-rolled version Change-Id: I7a1048ff1ea335c3934fe7e91a09489a4d7aeb96
2014-07-08fdo#81036 escape ~ in .ui and fix a typo (straight apostrophe)Andras Timar
Change-Id: I652dc63cc0e8fb04d7c3115d66d60dabda60f0f4
2014-07-08sw: work around mysterious MSVC warning C4258Michael Stahl
Cleraly the variable "n" from line 999 is not in scope in line 1054 or line 1057? Change-Id: I8ca321e6030390ad0192e4dceb37d87b6f06f0a5
2014-07-08sw: do more input validation in SwWW8ImplReader::Read_AndMichael Stahl
(to fix up f2945255df273404ee2457dcf761cb8f334b732b) Change-Id: Ie20fb9db4515b9737322ec7224ecd7e411d31c03
2014-07-08draw white border around note marks for fdo#81032Laurent Godard
also translate the mark to make cell border visible Change-Id: Ifa9f3befd1e25a66cc3443a3f33255603feea6a6 Reviewed-on: https://gerrit.libreoffice.org/10135 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-07-08auto-detect the presence of a native gmake on windowsNorbert Thiebaud
Change-Id: Ie1c7e022a2e1713a111ebd2db9db866e09f4f4f4 Reviewed-on: https://gerrit.libreoffice.org/10120 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-08configure, gbuild: remove Cygwin paths from make environmentMichael Stahl
All environment variables contain native Win32 paths. This allows building with Win32 make and Cygwin sh.exe, but Cygwin make cannot build any more with the Win32 entries in PATH. Requires adding "bash" detection to configure since /usr/bin/env can't be invoked by Win32 make and it's possible to install cygwin somewhere else than C:/cygwin. Change-Id: Ia8f4ee3c91222e8f5919cfbfc452f12ffbfadd40 Reviewed-on: https://gerrit.libreoffice.org/9698 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers
matrix-ranges not supported Change-Id: I902c78da6d9c7a4a5f8c5e4a7e1678b69d49a6fe Reviewed-on: https://gerrit.libreoffice.org/9449 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-07-08Include <algorithm> for std::min()Tor Lillqvist
Change-Id: Ieb01023b93923777cf53a2fc8d7198d88422e8a4
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist
Change-Id: I88a590344292b4adf562ca83f5072d543b5924ad
2014-07-08Bypass CppunitTest_sal_osl_security with VS2013 for now, hangsTor Lillqvist
Change-Id: I8500b0cc4e541c96124425b713ba96226ff4715d
2014-07-08Fix some OUString construction error with VS2013Tor Lillqvist
A bit unclear to me whether the code really did what was intended with earlier VS versions either. VS2013 said: error C2664: 'rtl::OUString::OUString(const sal_uInt32 *,sal_Int32)' : cannot convert argument 1 from 'const char *' to 'const rtl::OUString &' Reason: cannot convert from 'const char *' to 'const rtl::OUString' No constructor could take the source type, or constructor overload resolution was ambiguous Change-Id: Ie23d8382515064062a3ed46418d9d4a977b35d28
2014-07-08configmgr: fix node cache clearing.Michael Meeks
Change-Id: Idd6c227b8f50446c1d3c48385de6c843faf47466
2014-07-08Avoid undefined downcasts to wrong typeStephan Bergmann
...CUtList::cDummyElmt is always only of type CUtListElmt, not a derived type. Change-Id: Ibc372642e2a53c548421b5cfa7cc496986036815
2014-07-08webdav: fix locking in webdav_ucp::Content::getResourceType()Matúš Kukan
This commit cherry-picks 49a454225e35699d7351faaba3d296e1858c6107 for serf webdav version. Change-Id: Ic5aba4fba8f8a2a521224b08865500dd932e85bf
2014-07-08Fix some round() confusionTor Lillqvist
Why insist on using the same name as a standard function? Causes confusion with VS2013 at least, "ambiguous call to overloaded function." Sure, this might be caused by a bug in the compiler (or its headers). Or maybe vagueness in the language definition? Who cares, I still claim that intentionally writing an own function called round() is asking for problems. So rename it to round_to_long(). (And then the return value of calls to this function, which is of type 'long', is assigned in a couple of places to variables of type 'int', fun... Intentional, knowing there will be no overflow, or a bug waiting to happen?) Change-Id: If15d44f10f9f05de1c7c79492baf158eee770b8b
2014-07-08use SimpleReferenceObject in accessibilityNoel Grandin
to replace hand-rolled version Change-Id: I9dd8d02024702972722b43f2654db91eb3da3794
2014-07-08use SimpleReferenceObject in xmloff moduleNoel Grandin
to replace hand-rolled version Change-Id: I36d4ce14d0c0c8a4b224a240c6e25c8df99b78aa
2014-07-08create a new top-level makefile target "clean.internal"Noel Grandin
so I can clean just the non-external stuff when re-running my clang plugins Change-Id: I251ceba7e57454a91da5b1082192bb2d211e5406