summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-16RTF import: allow multiple children for ooxml:OLEObject_OLEObjectMiklos Vajna2-8/+10
Change-Id: Iec84588daf5555d1207827efb0f26d8354ad462b
2015-04-16tdf#84294: vcl: fix PDF export of transparent Writer frames in LO 4.3Michael Stahl1-0/+1
The transparent frame background is painted opaque because OutputDevice::DrawTransparent() records a MetaTransparentAction instead of returning early. Note that master and 4.4 use drawinglayer to paint backgrounds so the problem is only visible in 4.3. (regression from 36b59f2efc2bfb2c9256c39eb5687808deb) Change-Id: Ide7a076b72123097a9fe099b96d36cda7f7bb082
2015-04-16bump version to 5.0.0.0.alpha0+ - but keep profile at 4Christian Lohmaier2-2/+2
Change-Id: I30536ecd8a03a19a647d247e7c6ece3d6f1695c1
2015-04-16Do not clobber configure output with gnutlsTomáš Chvátal1-0/+2
Avoids this mess: checking whether to use gnutls... checking which redland to use... internal Change-Id: I1950755fb5331b6158b99a2741b15d34a32dcd38 Reviewed-on: https://gerrit.libreoffice.org/15333 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-04-16The mode lines says we use 4-column indentation steps, so do that thenTor Lillqvist1-80/+91
Also, be consistent in spacing, indentation and alignment. Inconsistency is infuritating. In this case, I decided to drop the attempts to align the names of "methods", and their parameter lists. They were not all aligned anyway, and some of those that tried to be in fact were off by one column. Also, consistently use a blank line between the method pointers, If you feel strongly about this and *want* such inter-line alignment, by all means re-introduce it, but at least try to be consistent then, and do it for all methods. Change-Id: I382ca0eaf8533ebc3f829ebd978a9676ebcefaf0
2015-04-16CID#1294411: dlhandle is "leaked"Tor Lillqvist1-0/+4
Change-Id: Ie8dafb4d5dfd2ab09d71bc509f91e5c2c483bfb8
2015-04-16Updated coreAndras Timar1-0/+0
Project: translations 8514f4f02022d70c8221eb2f2b47a7f18de1475e Updated Slovenian translation Change-Id: I7cd4ad4cbab7189893ef2d4321443362af7dea21
2015-04-16coverity#1294409 Dereference after null checkCaolán McNamara1-1/+1
pDoc isn't null here Change-Id: Icf705f2bc67cb08a1920aea5965eb6f0e4786ada
2015-04-16coverity#1294408 Logically dead codeCaolán McNamara1-3/+1
pre recent refactor pBox was assigned NULL on the now early return pLines->empty() path Change-Id: I6ecb31afc7a70fd5e11ff474145fd0e73dc33cef
2015-04-16Revert "make more classes dllpublic"David Tardon49-108/+106
This reverts commit add2ca7b3ab10ed9d18e60d8e50020168d922836. It causes too much breakage on windows. It is better to start again from scratch.
2015-04-16fix windows build, part 4David Tardon1-7/+7
error C2487: member of dll interface class may not be declared with dll interface Change-Id: I467670d483112ddbe8e608a7884a9c4e168e470d
2015-04-16fix windows buildDavid Tardon2-21/+21
error C2487: member of dll interface class may not be declared with dll interface Change-Id: I00d2a30490ab3ae5fa574e398fb6327089b8e770
2015-04-16svx: can avoid comphelper/implbase_var.hxx in formcontrollerMiklos Vajna1-6/+2
Change-Id: I37a1d16f76cad6b8ff5727ecd09d718e15519de9
2015-04-16CID#1294410 missing breakMiklos Vajna1-0/+1
Change-Id: Ibfb4a60bfdce303264ef1826f943672695cdf274
2015-04-16fix windows buildDavid Tardon3-5/+5
error C2487: member of dll interface class may not be declared with dll interface Change-Id: I63898789eb9c9ee767a5c72e31156e23d50c81fb
2015-04-16fix windows buildDavid Tardon1-1/+1
error C2487: 'Read' : member of dll interface class may not be declared with dll interface Change-Id: Iabee3995f612116c3b6bd5c881ed617c0393addf
2015-04-16make more classes dllpublicDavid Tardon49-72/+74
... to fix asan+ubsan+dbgutil build Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed
2015-04-16add test for tdf#90511Markus Mohrhard4-0/+44
Change-Id: Id4f338d8f19b796be10f035df0bdf28076f6511e
2015-04-16export and fix pretty printers for calc unit testsMarkus Mohrhard2-6/+6
Change-Id: Ifa5d097e3c09fa0c96339b4eb6fd2be81516856d
2015-04-16fix werror problem around sal_uInt32 vs sal_Int32Markus Mohrhard5-5/+31
Change-Id: Ifab0f5ad300882b1a014f6420094e5db503105e3
2015-04-16add test for tdf#90533Markus Mohrhard1-0/+10
Change-Id: I3a045598d2883290bdc8fa09ea8377059249ad5f
2015-04-16support tint for databar and colorscale colors, related tdf#90511Markus Mohrhard2-10/+34
Change-Id: I59b00ab856583ed08f70c9c90469bbb44cb5782a
2015-04-16we don't support roundedCorners, tdf#90533Markus Mohrhard1-0/+4
Change-Id: Ic02c8c265792356fccedb310a44997443e46589a
2015-04-15move unocrsr to unocoreBjoern Michaelsen2-1/+1
Change-Id: I1a3185e89e68b4d85221b8296fe9ffad8b18de5f Reviewed-on: https://gerrit.libreoffice.org/15335 Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-04-16same problem for color scales, related tdf#90511Markus Mohrhard1-1/+1
Change-Id: I980f42ff902da4f919a59d74b5a2834f5e601817
2015-04-15Move these togetherMatúš Kukan1-25/+4
Change-Id: I0352e3180d553c46c6ca905628d5b46d1af0b8a7
2015-04-15DBTOOLS_DLL_NAME not used anymoreMatúš Kukan2-2/+0
Change-Id: Ieb9a373e4d59bfe72a7709bd7822617f9877054a
2015-04-15tdf#89957 prevent crash, not really fixedEike Rathke3-5/+34
See source code comment. Change-Id: I3ab7ab6aec1d782de0733064fea031c895f28965
2015-04-15more SAL_INFO sc.core.grouparealistenerEike Rathke1-3/+6
Change-Id: Ia3c75e626edee3ad28ad5b7eb80f729ae8aaa83f
2015-04-15use index as real index and not token, tdf#90511Markus Mohrhard5-5/+43
At least in calc a theme index is a zero based index into the clrScheme. A map is unsiutable for that task so let us use a vector and still allow to get them by their tokens. Change-Id: I09d56acaf22c3ed16387aae95c36382302c5a17e
2015-04-15remove empty constructor and destructorMarkus Mohrhard2-9/+0
Change-Id: Ia88d17a632f75b203823b66a5fdd261732c09ae4
2015-04-15add SVX_DLLPUBLICCaolán McNamara1-4/+4
Change-Id: I46ef716d572d27ff0a6153afa7453d1a32d6df26
2015-04-15fix SAL_WARN_UNUSED placementCaolán McNamara1-4/+4
Change-Id: If387e8d9371bc752c782533a1bdeb3dc8902dd34
2015-04-15add some SAL_WARN_UNUSEDCaolán McNamara10-46/+36
Change-Id: I6b8fb1d9b76f586a9a27d53f90e7686fcdf35077
2015-04-15and SvxContourDlgItem is also unused nowCaolán McNamara2-30/+0
Change-Id: I9696123d8ce9cd69520921cd19cf26e3f60bc61a
2015-04-15and now SvxBmpMaskSelectItem is unusedCaolán McNamara2-42/+0
Change-Id: I76993ffb0dd347afe4f114431e8c12922d5c6882
2015-04-15don't crash on export of fdo60087-2.xlsx to xlsCaolán McNamara1-12/+12
Change-Id: I888828bc88deea16c46895d29f25526bd3c44ce7
2015-04-15-Werror,-Wunused-private-fieldStephan Bergmann4-4/+0
Change-Id: I90cb42aff1d57a92f371d339b0be7c71b1a15ff8
2015-04-15sfx2: silence bogus SfxObjectShell::isTiledRendering() warningsMiklos Vajna1-4/+6
It's expected that e.g. the basic ide doesn't override these methods. Change-Id: Ie32002c8416c5c0cd81ddf010fa5156b0698560e
2015-04-15DOCX import: convert MathType to Math if MathTypeToMath is enabledMiklos Vajna4-2/+46
With this, math equations created by Word <= 2003 and embedded to docx files can be edited finally. Previously the result was read-only and opened in an unexpected new window. Change-Id: I4f9dd1cca4a149959f6151cf9af9242b53190ef5
2015-04-15tags: also index officecfg wrappersMiklos Vajna1-1/+2
Change-Id: I6211762b03bd85a1388027906858020a767f12f6
2015-04-15starmath: allow UNO import of MathTypeMiklos Vajna3-0/+136
com.sun.star.comp.Math.XMLImporter already handled MathML import, but MathType was not possible externally. Change-Id: I5bf7181758a12eeaa576d016d3704a771ac5a8ba
2015-04-15don't crash on export of ooo52825-1.doc to .docxCaolán McNamara1-1/+1
Change-Id: I944f65c9bf1cf7cc39e674bab602dbf2d499317c
2015-04-15tdf#62101: Show only file extensions we're able to insertKatarina Behrens1-34/+72
Change-Id: If8f53ac8af85f15958cd488fb0fd4c37997963c9
2015-04-15Use cross-app filter directlyKatarina Behrens1-9/+7
and bypass SfxFilterMatcher, which will likely not find it. We're able to insert .odp file into Draw and .odg file into Impress anyway Change-Id: I02332f0ebd6856d088261ce014bd04f87acfbac6
2015-04-15fix crash on re-export of fdo50057-2.odt to odtCaolán McNamara2-8/+16
Change-Id: Ice7a754dd4f42b5cf62ae2038b63d893b8a92fd8
2015-04-15sw: DrawFillAttributes: move check for empty rPaintRegionMichael Stahl1-2/+3
Tweak c2c22d26db03949771d5a0bb4f8abf6d2dc850ea a bit: if the paint region is empty, nothing should be painted. Change-Id: If88b8153f701b1f21cfd2300f0af532f5c718cdf
2015-04-15convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin11-170/+134
Change-Id: I9a2339cc953a718403b3cd0960d5d8d34abae455 Reviewed-on: https://gerrit.libreoffice.org/15304 Tested-by: Noel Grandin <noelgrandin@gmail.com> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-04-15convert TXTFORMAT constants to scoped enumNoel Grandin4-26/+32
and move them to the SW module since that is the only place they are used Change-Id: Ic037e5ac9d2514377669c5f583b856e1da429a19 Reviewed-on: https://gerrit.libreoffice.org/15303 Tested-by: Noel Grandin <noelgrandin@gmail.com> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin20-511/+519
Change-Id: Ief8c30c356ba947727c5ab70092042816a0db99e Reviewed-on: https://gerrit.libreoffice.org/15302 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>