summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-09reenable emf+ support again, backport emf+ fix from masterooo-build-3-2-1Radek Doulik3-25/+35
* patches/dev300/apply: * patches/dev300/svtools-disable-emf-plus.diff: * patches/dev300/vcl-gdimtf-play-use-canvas.diff:
2011-01-26disable emf+ support as it is brokenRadek Doulik2-0/+25
- drawing layer doesn't support it yet and is now used to render editing mode * patches/dev300/apply: * patches/dev300/svtools-disable-emf-plus.diff:
2011-01-05fix shapes rendering order n#656934Radek Doulik2-0/+34
- it was broken for master pages containing group shapes * patches/dev300/apply: * patches/dev300/slideshow-fix-rendering-order.diff:
2010-12-21n#657135: Enhanced fields fixes (key inputs, and 0-length fields import)Cédric Bosdonnat2-0/+106
* patches/dev300/apply: * patches/dev300/field-keyinput.diff:
2010-12-20remove too short type identificatorRadek Doulik2-0/+10
- it triggers many false positives * patches/dev300/apply: * patches/dev300/filter-fix-too-broad-deep-search.diff:
2010-12-17Use cursor position to decide how much to expand current selection.Kohei Yoshida2-0/+41
This fixes n#659795. See libreoffice/master's commit msg for more details. This patch is disabled in the default build. To include this patch, build with CalcExperimental section enabled. * patches/dev300/apply: * patches/dev300/calc-selection-expand-with-cursor.diff:
2010-12-14Fixed brackets problem. n#657730Muthu Subramanian K1-2/+2
2010-12-02Increase sheet limits to 1024 and improve speed on ods export.Kohei Yoshida3-25/+617
Increase the sheet limits from 256 to 1024, and do necessary speed optimization and reduce memory footprint associated with ODS export. (n#649941) This patch is not enabled in the default build. * patches/dev300/apply: * patches/dev300/calc-max-sheet-increase.diff: added. * patches/dev300/calc-xls-import-name-on-higher-sheets.diff: removed, incorporated into the above patch.
2010-12-01Add fix for bnc#656566Tor Lillqvist2-0/+12
* patches/dev300/openlockedquerybox-alwaysontop.diff: New patch. Call EnableAlwaysOnTop(TRUE) in the OpenLockedQueryBox constructor. * patches/dev300/apply: Add it to NovellOnlyWin32
2010-11-29n#636367: Table alignment set to "From Left" when moving the rightCédric Bosdonnat2-0/+25
When moving the right end of a table, the table alignment came to Manual but this caused size weirdness when switching from web to print layout. Using the "From left" option for the alignment keeps the size. * patches/dev300/apply: applying the patch * patches/dev300/sw-table-web-layout.diff: the actual patch
2010-11-29fix invalid read in doubleSequenceToColor, fixes crash in n#654065Radek Doulik2-0/+23
* patches/dev300/apply: * patches/dev300/vcl-canvastools-fix-crash.diff:
2010-11-24n#652204: Font color selection didn't effect new textCédric Bosdonnat2-0/+35
* patches/dev300/apply: applied the patch * patches/dev300/sw-font-color-gui-fix.diff: the patch
2010-11-23No extra ACL check when loading documents.Kohei Yoshida2-0/+28
Performing extra ACL check when loading document caused the Document in Use dialog NOT to appear when the document is accessed by a 2nd user and the document is located in a samba share. This extra ACL check was originally placed as a temporary fix for i#102464, but it doesn't appear to be needed any more. (n#653747) * patches/dev300/apply: * patches/dev300/file-load-no-extra-acl-check.diff:
2010-11-23n#652364: Fixed ww8 column break importCédric Bosdonnat2-0/+38
* patches/dev300/apply: applied the patch in the fixes * patches/dev300/sw-ww8-colbreak-import.diff: the patch itself
2010-11-19Fixing the double-click on fields for good.Cédric Bosdonnat1-2/+71
* patches/dev300/fields-double-click.diff: also include fixes for: + Select the first field by default (bug #423729) + When using Tab / Shift + Tab to navigate between the fields the new selection was more than the field content thus popping out the read-only message.
2010-11-16fix size of imported textboxes (placeholders) - backport from LO, n#650051Radek Doulik2-0/+253
* patches/dev300/apply: * patches/dev300/oox-pptx-import-backport-from-LO-fix-zero-sized-shapes.diff:
2010-11-10fix how the table cells style is applied in pptx import, n#650008Radek Doulik2-0/+283
* patches/dev300/apply: * patches/dev300/oox-pptx-import-fix-table-style.diff:
2010-11-09Change sheet's default print option from 'none' to 'entire sheet'.Kohei Yoshida2-0/+253
Backported from the master branch of calc repo. See master's commit log for details. (n#650551) * patches/dev300/apply: * patches/dev300/calc-print-entire-sheet-by-default.diff:
2010-11-08Fixed crash on importing named ranges on higher sheets.Kohei Yoshida2-0/+25
Calc would crash when importing xls document containing named ranges on sheets higher than 256. (n#649941) * patches/dev300/apply: * patches/dev300/calc-xls-import-name-on-higher-sheets.diff:
2010-11-03Fix text paragraph autofit pptx import, n#650035Radek Doulik2-4/+41
also revert unwanted changes in apply from last commit * patches/dev300/apply: * patches/dev300/oox-pptx-import-fix-text-paragraph-autofit.diff:
2010-11-02make the patch applyRadek Doulik2-6/+6
* patches/dev300/apply: * patches/dev300/oox-pptx-import-fix-groups-2.diff:
2010-11-02fixed regression of 1st pptx import groups patch (visible in n#619678)Radek Doulik2-0/+100
- scale the children space - fix nested groups - clean the code * patches/dev300/apply: * patches/dev300/oox-pptx-import-fix-groups-2.diff:
2010-11-02make the patch apply, also remove customashape part as it needs 3.3 changesRadek Doulik1-29/+2
* patches/dev300/oox-pptx-import-fix-customshapes-and-groups.diff:
2010-11-02make it work with libreoffice repoRadek Doulik1-1/+1
* configure.in:
2010-11-02partial fix for n#621739Radek Doulik2-0/+106
- fixes untis translation from EMU for custom shapes adjustment guides - fixes group shapes geometry calculation * patches/dev300/apply: * patches/dev300/oox-pptx-import-fix-customshapes-and-groups.diff:
2010-10-21Copy manual row breaks on cloning the sheetKatarina Machalkova2-0/+82
* patches/dev300/apply: * patches/dev300/calc-copy-manual-row-breaks.diff:
2010-09-29Add comment about a patch not needed in masterTor Lillqvist1-0/+2
2010-09-28Fix poor performance on external ref cache from Excel documents.Kohei Yoshida2-0/+25
* patches/dev300/apply: * patches/dev300/calc-perf-import-xls-extref-cache.diff:
2010-09-23Better mapping of Excel's cell border thickness & inner cell padding.Kohei Yoshida2-0/+67
Excel's three border types, thin, medium and thick, are mapped to Calc's equivalents in a very coarse fashion. This patch improves that mapping somewhat. The patch also tweaks inner cell padding for Excel documents as Excel's cell padding is larger than Calc's default padding, and is not tweakable. (n#636691) * patches/dev300/apply: * patches/dev300/calc-xls-import-cell-border.diff:
2010-09-22Fixed broken unpack due to addition of ixion library.Kohei Yoshida2-2/+2
* bin/unpack: copy only when IXION_ENABLED equals TRUE. * patches/dev300/apply: added IxionUse to Experimental section or else the patch apply fails.
2010-09-22Reduce memory footprint during import of Excel documents.Kohei Yoshida2-0/+761
This patch cuts memory footprint of Excel import filter by roughly 20MB per sheet, and introduces performance enhancement. With the (confidential) test document I used, the footprint dropped from 1.6GB to 224MB with this change, and the time it takes was cut by 80% to 90%. (n#637925) This patch is experimental, and is not enabled in the default build. * patches/dev300/apply: * patches/dev300/calc-xls-import-mem-footprint.diff:
2010-09-20Fixed n#631912Cédric Bosdonnat6-1/+1164
* bin/setup.in: * bin/unpack: unpack ixion library * configure.in: added --enable-ixion as this is a feature * download.in: download ixion library * patches/dev300/apply: apply the patch * patches/dev300/fields-table-formula.diff: the patch itself
2010-09-18Remove one unnecessary lineKalman Szalai - KAMI1-1/+0
* bin/localize-ooo:
2010-09-17Fixed the pdf links exportCédric Bosdonnat3-13/+189
* patches/dev300/apply: Applied all the patches * patches/dev300/pdf-link-export-fix.diff: Fix for n#598816, n#639278, n#615812 * patches/dev300/skip-empty-links-in-pdf.diff: Removed wrong fix
2010-09-17Select the whole field when double clicking in itCédric Bosdonnat1-0/+61
* patches/dev300/fields-double-click.diff: Fix for n#639288
2010-09-17Better import for SET / FILLIN nested fields.Cédric Bosdonnat1-0/+95
* patches/dev300/fields-nested-set.diff: Fix for n#634478
2010-09-17Don't loose the DDE links in word files.Cédric Bosdonnat1-0/+78
* patches/dev300/dummy-fields-ole-links.diff: Fix for n#628098
2010-09-16Don't set header in DDE tables, usually not what the user wants.Jan Holesovsky2-0/+14
n#634517 * patches/dev300/apply: Add. * patches/dev300/sw-dde-table-no-header.diff:
2010-09-14Fix numbering restart behaviour for PPT importThorsten Behrens2-0/+12
* patches/dev300/apply: added below patch * patches/dev300/svx-ppt-numstart-fix.diff: fix outline numbering restart behaviour for binary ppt import (n#632546)
2010-09-13Revert "Massage unstable libwp* patches to apply, since GoOo builds use them."Fridrich Štrba4-19/+16
This reverts commit eeee73df049e580b7436e39bba3b09ced91379f1.
2010-09-13Massage unstable libwp* patches to apply, since GoOo builds use them.Fridrich Štrba4-16/+19
* patches/dev300/libwpd-testing.diff: * patches/dev300/libwpg-testing.diff: * patches/dev300/libwps-testing.diff: * patches/dev300/writerperfect-testing.diff:
2010-09-10Fix black fill color for smartart importThorsten Behrens2-0/+29
* patches/dev300/apply: added below patch * patches/dev300/oox-smartart-import-colorfix.diff: Using correct ImportContext for colors.xml fragment snippets
2010-09-09update ooo-build-de.po (thanks Andre Schnabel for parts) and regen sdfRene Engelhard2-868/+201
* po/ooo-build-de.po: * po/ooo-build-de.sdf:
2010-09-07More SRCDIR -> TOOLSDIR/src that were not in the cherry I pickedFridrich Štrba1-4/+4
* bin/localize-ooo:
2010-09-07Fix correctly occurences of SRCDIR and TOOLSDIR/src since they can differFridrich Štrba1-10/+9
2010-09-06make cws-linuxaxp01 apply with less forgiving patch versionsRene Engelhard1-1/+3
* patches/dev300/cws-linuxaxp01.diff:
2010-09-03fix sw-html-innown-tags.diff up to build...Rene Engelhard1-1/+1
* patches/dev300/sw-html-insert-unknown-tags.diff:
2010-09-03fix sw-html-insert-unknown-tags.diff to build and reenable (Adrien Cunin)Rene Engelhard2-3/+2
* patches/dev300/apply: * patches/dev300/sw-html-insert-unknown-tags.diff:
2010-09-02Release ooo-build-3.2.1.6 (3.2.1 maintenance udpate)OOO_BUILD_3_2_1_6Petr Mladek2-2/+13
* version 3.2.1.6 (3.2.1 maintenance update) * tag OOO_BUILD_3_2_1_6
2010-09-02If ascii filter is preselected automatically set isXLS to true.Muthu Subramanian K1-7/+8
Also rearranged rft check (moved it up). * patches/dev300/sc-xml-with-xls-ext.diff: