summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14i119411 - Read/write RDF support on ODS file formatAriel Constenla-Haile3-1/+68
Patch by: Tsutomu Uchino Review by: arielch Conflicts: sc/inc/scerrors.hxx Change-Id: Idebf093b599b57cd0be4c871590db75c59c14dc1
2013-03-14fix the non-intuitive OUString::replaceFirst() usageLuboš Luňák1-10/+10
Change-Id: I98ffe293dbdc900f702d63ee3d3d58dec27b9f7e
2013-03-14do not build registry's executables for iOSMatúš Kukan1-3/+5
Change-Id: Ided79f8993a2fb2c261de0fc8a50d5cbf96b9987
2013-03-14warning C4101: unreferenced local variableMichael Stahl1-1/+1
Change-Id: I43a0a1dbe37eb76a3d89ace8222cd5f5e3357579
2013-03-14fdo#54275: Fix GVFS UCP, so saving docs works againStephan Bergmann1-9/+13
Similar to 8722f0e7ef690205d042c8a6b1fdf342a34ecbe1 "rhbz#895690: Make GIO UCP less brittle, so saving docs works again" the alternative, older GVFS UCP (--enable-gnome-vfs --disable-gio, as used e.g. in distro-configs/LibreOfficeLinux.conf) no longer works well in LO 3.6 and later: * For one, "getPropertyValues" did not work for non-existing files, just like in the GIO UCP case. * For another, creating the .~XXX# lock file uses "insert" with !bReplaceExisting, which apparently never worked for the GVFS UCP. Change-Id: Ie4dc032225697ff7b866a75327891c796d559392
2013-03-14warning C4101: unreferenced local variableMichael Stahl1-1/+1
Change-Id: I61fb72e824a43d28756edfff7a6655443fe2ee82
2013-03-14i#119870: Line transparency value is lost after saving as another ppt by AOOJürgen Schmidt1-0/+9
fix: export linetransparency attribute Patch By: Lei Debin Found By: phoenix wanglf Review By: jsc Change-Id: I56a589036d1e4e2399f5a1a94283ebd4ce2126f0
2013-03-14First step for a MWAWImportFilterFridrich Štrba7-3/+1114
Change-Id: I03f48d26a4bafcd82cb96b1b90a7f49f3ea433ce
2013-03-14i#119907# Numbering type now applied (almost) unconditionally.Andre Fischer1-11/+2
Patch by: Steve Yin Cleanup: af Change-Id: Iccf48a24cc947115524b1d92874386c1e2e0aecf
2013-03-14vcl: fix WNT only debug code OUStringsMichael Stahl1-1/+2
Change-Id: Ie864629499806d798ce4a4525c385bf1617b0160
2013-03-14Missing WNT --enable-debug String -> OUString conversion partsStephan Bergmann2-2/+2
Change-Id: Ica20eacd95538fe37d08bf76c7b5a6717a7e8422
2013-03-14Make sure output dir exsits for xsltprocStephan Bergmann1-0/+1
Change-Id: I79822e46a56b8ff65e3c806462fa1d93688c39d1
2013-03-14Windows oleautobridge depends on ATLStephan Bergmann1-2/+2
Change-Id: I94b43b03f742da7c6c8cf2e6a60ed305c1395fa7
2013-03-14tests cases for EDB-24743Caolán McNamara5-0/+0
Change-Id: Iac75be70adbf611980605ef599d1c9ea9772eb2d
2013-03-14stray test .png left behindCaolán McNamara1-0/+0
Change-Id: If0a0d61b58ecc46d5ba04951cd278d275fdf25e7
2013-03-14move xShape def outside debug ifdef to fix build failureNoel Power1-1/+1
Change-Id: Ibfc75eade6982bd5375beea2ea2e282bd27d91ed
2013-03-14Show LibreOffice controls in Glade's tool paletteMathias Hasselmann5-1/+78
Glade didn't show any LibreOffice controls in its tool palette because the catalog didn't have any glade-widget-group element. This adds a XSLT script to automatically generate such element. A better version of the script would create separate groups for each module/namespace, but currently I have no idea how to do this with libxslt, as it doesn't provide fn::distinct-values(). Change-Id: Iaa3e4b0471b58c48838e000e6d78a73b0c6a4bd3 Reviewed-on: https://gerrit.libreoffice.org/2724 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-14i#113608#, memory leak in animations: newly exposed crashed problemJian Fang Zhang3-7/+13
Patch by: zhangjf Review by: Andre Fischer Conflicts: animations/source/animcore/animcore.cxx svx/source/svdraw/svdobj.cxx Change-Id: I305d5d92d064265edf108a5a34c948c610b4fdc1