summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Collapse)Author
2010-10-26Corrected file modesThorsten Behrens
2010-10-26Fix impress ruler behaviourThorsten Behrens
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 Behrens
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 Behrens
This simply enables the transition on import - support in slideshow is already there
2010-10-26MS interop: support for cutblack slidetransition addedThorsten Behrens
Adds CUTBLACK slide transition to ppt import and slideshow
2010-10-26Fix broken Impress document zoom behaviourThorsten Behrens
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-25convert vos/process.hxx and related APINorbert Thiebaud
2010-10-25migrate vos::Omodule to osl:ModuleNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-10-25replace a pair acquire/release on the SolarMutex by a SolarMutexGuardNorbert Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-20Undoing pptx filter as a separate lib ( + related changes)Katarina Machalkova
Shared ppt + pptx filter will be merged from cws later
2010-10-19Merged sd-pptx-export-build-fix-2.diff from ooo-buildKatarina Machalkova
2010-10-19Merged sd-pptx-export-build-fix.diff ooo-buildKatarina Machalkova
2010-10-19Merged oox-pptx-export-update-to-ooo320.diff from ooo-buildKatarina Machalkova
2010-10-19Merged oox-pptx-export-animations-paragraph-target.diffKatarina Machalkova
2010-10-19Merged oox-pptx-export-animations-filter.diff from ooo-buildKatarina Machalkova
2010-10-19Merged oox-drawingml-fix-shapes-map-crash.diff from ooo-buildKatarina Machalkova
2010-10-19Merged oox-pptx-export-fix-hidden-slides.diff from ooo-buildKatarina Machalkova
2010-10-19Merged pptx-export-empty-animations-node-and-groupshape-fix.diffKatarina Machalkova
2010-10-19Merged pptx-the-rest-from-git.diff from ooo-buildKatarina Machalkova
2010-10-19New files from pptx-snapshot-at-ooxml03-creation.diff from ooo-buildKatarina Machalkova
2010-10-19Merged pptx-snapshot-at-ooxml03-creation.diff from ooo-buildKatarina Machalkova
2010-10-19New files from pptx-filter-as-a-separate-lib.cxxKatarina Machalkova
2010-10-19remove do {...} while (false) spanning whole func.David Tardon
2010-10-19remove do {...} while (false) spanning whole func.David Tardon
2010-10-19fix obviously incorrect conditionDavid Tardon
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-13Merged pptx-autoplay-fix.diff from ooo-buildKatarina Machalkova
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-11Removed a lot of the //CHINA001 comments.Alan Du
2010-10-11prevent possible use of a ref. to deleted LocaleDataWrapperDavid Tardon
2010-10-10merge vosremoval-thread patchNorbert Thiebaud
2010-10-10merge vosremoval-diagnoses patchNorbert Thiebaud
2010-10-10Draw options window string truncation, Contents page #i113896#Kalman Szalai - KAMI
2010-10-09missing include for SAL_N_ELEMENTSNorbert Thiebaud
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid
2010-10-07FASTBOOL to bool conversionNorbert Thiebaud
2010-10-07Removing comments from sd/source/ui/func/bulmaper.cxxkrishnan parthasarathi
2010-10-07more removed include guards using fixguard.pyPetr Mladek
2010-10-06#i94007# #i111758# fix RenderBadPicture on multihead setups and cairoCaolán McNamara
2010-10-06Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/impressJan Holesovsky
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
2010-10-06add virtual dtor, cppcheck warningCaolán McNamara
2010-10-06#i109623# fix warningsCaolán McNamara
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05fixed include files after removing the guardsPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-04Ported draw-load-layer-visibility-fix.diff from ooo-build.Kohei Yoshida
This fixes a bug where invisible layers were not marked blue upon document import. (n#606434)