summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2011-05-31Remove extra bracket to fix buildPetr Mladek1-1/+1
build breakage added by the previous commit
2011-05-31Add sanity check before dereference, bnc#694119Tor Lillqvist1-1/+1
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-03-18Fix fdo#33947 crash in Impress after printingCaolán McNamara2-2/+2
Fixes lifetime issue with DrawViewShell - solved by not handing one in to the print preview DocumentRenderer Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
2011-02-22fix fdo#34533 - occasional blank first slide in presentationMichael Meeks1-1/+11
2011-01-07This surely shouldn't need executable flagThorsten Behrens1-0/+0
2011-01-07Merge commit 'ooo/OOO330_m19' into libreoffice-3-3Petr Mladek1-0/+0
2010-12-15This surely shouldn't need executable flagfeature/helppackThorsten Behrens1-0/+0
2010-12-15impress207: #i115993# do not insert objects as presentation objects on ↵Christian Lippka ORACLE2-2/+3
master pages(cherry picked from commit 056b298538918df97390c645a1a0fb690a89468e)
2010-12-15impress206: #i115898# use updated anchor for group shapes to work around ms ↵Christian Lippka ORACLE2-10/+27
office 2010 bug(cherry picked from commit 7736d7e159d0e69ee817def98fefdb216f711ca3)
2010-12-15impress206: fixed compiler warning(cherry picked from commit ↵Christian Lippka2-3/+3
8df4a00b9bc1739289e45d9f4485f355298a35eb)
2010-12-13Grey as default color for native tables in Impresscamille1-8/+8
Default color for native tables in Impress is blue. Most people I heard from are unhappy with it, because it doesn't match the corporate colors, and it's not neutral. To make it worse, if you change the color of the whole table (to white for instance) and insert a new line, it's blue again because it doesn't inherit from the row above. The colors are hardcoded, and, AFAIKT, can't be overriden by a configuration extension. IBM's Symphony has changed this default to white with black borders, which confirms my impression that there is a problem indeed with blue by default. Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
2010-12-10CWS-TOOLING: integrate CWS impress207ooo/OOO330_m20ooo/OOO330_m19ooo/OOO330_m18obo2-2/+3
2010-12-08impress207: #i115993# do not insert objects as presentation objects on ↵Christian Lippka ORACLE2-2/+3
master pages
2010-12-06impress206: #i115898# use updated anchor for group shapes to work around ms ↵Christian Lippka ORACLE2-10/+27
office 2010 bug
2010-12-05impress206: fixed compiler warningChristian Lippka2-3/+3
2010-11-30Avoid antialiasing for drag rectThorsten Behrens1-0/+1
Fix for fdo#31860 - slide dragging gets horrendously slow on Linux, due to excessive antialiased repaints. Visual difference: zero, no sub-pixel coordinates used.
2010-11-25Put show credits entry into all app ui configsThorsten Behrens2-0/+2
2010-11-08Dubious fix for compilation errorfeature/pptx-export-ooxml11Tor Lillqvist1-1/+1
2010-11-08Link with OOXLIB and SAXLIBTor Lillqvist1-1/+3
2010-11-05Add new filesTor Lillqvist4-0/+2405
2010-11-05Apply missing bits from oox-pptx-export-update-to-ooo320.diffTor Lillqvist3-7/+2
2010-11-05Apply oox-pptx-export-animations-paragraph-target.diffTor Lillqvist3-39/+66
2010-11-05Apply oox-pptx-export-animations-filter.diffTor Lillqvist4-11/+52
2010-11-05Apply oox-drawingml-fix-shapes-map-crash.diffTor Lillqvist2-7/+12
2010-11-05Apply oox-pptx-export-fix-hidden-slides.diffTor Lillqvist1-1/+11
2010-11-05Fix compilation errorTor Lillqvist1-1/+1
2010-11-05From hg changeset c94984deded153e8720faf14d1fc5c3a5b866381 in ooxml11Tor Lillqvist7-258/+877
ooxml11: intermediate commit, builds
2010-11-05From hg changeset 11bdb9c019c49df77306d1a9915b44e1f8dbf79e in ooxml11Tor Lillqvist4-3636/+651
ooxml11: intermediate commit
2010-11-05From hg changeset 0d3461509c7b601f0084eb3560fde9b6941c42ab in ooxml11Tor Lillqvist5-0/+3138
ooxml11: add added files
2010-11-05From hg changeset 2b3eef7bad494312ee9c8c13c1b1014b22ba0451 in ooxml11Tor Lillqvist5-342/+8
ooxml11: merge with DEV300 m76 (I hope), plus intermediate commit of own changes
2010-10-28add modelines to .hxx files as wellLIBREOFFICE_3_3_FREEZEfeature/rodatastringsCaolán McNamara445-0/+1198
2010-10-26Corrected file modesThorsten Behrens4-0/+0
2010-10-26Fix impress ruler behaviourThorsten Behrens1-3/+79
With 3.0, Impress numbering was modified because of the odf1.2 changes in list level handling; we differ in the way we consider paragraphs to belong to the 'same' numbering group, compared to ppt. now, as long as the para has the same outline level (and no 'restart numbering' flag), it is considered to belong to the same numbering group, i.e. numbering will mono- tonically increase. Compares favorable to PPT. Additionally, fixed a repaint bug that prevented following paragraph's numbers to change, when certain modifications were made on the current one. Fix is discussed in i#101269 Applies patches/dev300/sd-ruler-fix.diff
2010-10-26Keyboard accel for Impress custom anim create dialogThorsten Behrens1-0/+2
Make ok and cancel btns work on return and esc, resp. in Impress' custom animation create dialog. Patch from i#105675, applies sd-customanimation-defbutton.diff
2010-10-26Add support for PPT newsflash slide transitionThorsten Behrens1-4/+0
This simply enables the transition on import - support in slideshow is already there
2010-10-26MS interop: support for cutblack slidetransition addedThorsten Behrens2-1/+8
Adds CUTBLACK slide transition to ppt import and slideshow
2010-10-26Fix broken Impress document zoom behaviourThorsten Behrens2-2/+18
As outlined in bugs n#380013 and i#88939, in certain cases Impress loads documents nastily offset to the top or left, instead of keeping it nicely centered.
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud1-1/+0
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud4-9/+1
2010-10-25migrate vos::Omodule to osl:ModuleNorbert Thiebaud2-2/+2
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud44-136/+120
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud2-1/+1
2010-10-25replace a pair acquire/release on the SolarMutex by a SolarMutexGuardNorbert Thiebaud1-2/+1
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud41-290/+290
2010-10-20Undoing pptx filter as a separate lib ( + related changes)Katarina Machalkova25-15113/+2
Shared ppt + pptx filter will be merged from cws later
2010-10-19Merged sd-pptx-export-build-fix-2.diff from ooo-buildKatarina Machalkova3-2/+3
2010-10-19Merged sd-pptx-export-build-fix.diff ooo-buildKatarina Machalkova7-107/+32
2010-10-19Merged oox-pptx-export-update-to-ooo320.diff from ooo-buildKatarina Machalkova3-45/+39
2010-10-19Merged oox-pptx-export-animations-paragraph-target.diffKatarina Machalkova3-39/+66
2010-10-19Merged oox-pptx-export-animations-filter.diff from ooo-buildKatarina Machalkova4-11/+52