summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2011-02-04fdo#32872: Implementation names weren't matching with xcu.Cédric Bosdonnat1-2/+2
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2010-12-18Correct credits url to website conventionsThorsten Behrens1-1/+1
2010-12-03Fix failed popup launches on Windows.Kohei Yoshida2-2/+2
These two popup windows failed to grab focus when launched, which would cause them to immediately quit after launch. The old code passed a BOOL argument where a popup launch flag was expected. This looks like an existing bug to me. (fdo#31308)
2010-11-22Fix for i#115681Cédric Bosdonnat1-1/+2
Some missing condition before actually draggging the border.
2010-11-08Fixed a typo: SIMBOLS -> SYMBOLS.Takeshi Abe3-4/+4
2010-11-08more space for copyright text in the about dialogPetr Mladek1-3/+3
It added the scroll bar on SLED10 and looked ugly.
2010-11-06Fix breakage in dbgutil-enabled buildfeature/pptx-export-ooxml11Tor Lillqvist1-1/+1
2010-11-05Adds extra credits item to help menuThorsten Behrens1-0/+10
As agreed on yesterday, we want a dedicated credits document displayed from the help menu. This is the UI/code change for that, actual credits doc still missing.
2010-10-31Adding extended support for additional gallery localizationsKalman Szalai - KAMI3-4/+906
2010-10-30small startup optimizationCaolán McNamara1-29/+29
2010-10-28add modelines to .hxx files as wellCaolán McNamara649-0/+1687
2010-10-26Better shading algo for customshapes, better gradientsThorsten Behrens2-1/+17
Some custom shapes can have shaded parts, like for example 3d can, the bevelled buttons etc. Those shaded colors are calculated internally, and have been way off at times. Now using HSV color space & the originally documented luminance modifications in steps of 10 percent. Compared to MSO, still no 100 percent match, but that seems due to gamma correction there. Additionally, starting with MSO12, gradients on those shaded surfaces look much better; adapted code to display gradients equally nice. Note that most of this patch also applies to ooxml import; note as well that customshapes from *all* kind of input files (including ODF docs) now look different than before; no real way of changing this in a backward-compatible way, since behaviour of custom shapes is mandated (mostly) by internal tables, and not stored in a file. Applies patches/dev300/ppt-customshape-shading-fix (much of it was accepted at OOo already, via i#102797) Applies patches/dev300/ppt-customshape-shading-fix.diff: fixed prob with line arrows - the extra-added single point polygons lead to extra arrows randomly around the custom shape. i#105654
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud3-4/+0
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud1-1/+0
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud58-220/+202
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud5-8/+11
2010-10-25convert OClearableGuard(SolarMutex) to SolarMutex(Clearable)Guard.Norbert Thiebaud2-5/+5
Most OClearableGuard of the Solar Mutex could be converted to a simple SolarMutexGuard. a couple of site were converted to a SolarMutexClearableGuard, were converting to a SolarMutexGuard would have made the code more convoluted.
2010-10-25Use SolarMutexGuard where appropriateNorbert Thiebaud1-1/+1
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud50-380/+380
2010-10-25merge vosremoval-timer.diffNorbert Thiebaud1-1/+1
2010-10-25#i96106# WaECaolán McNamara1-1/+1
2010-10-22#i80184# Allow adding drawing documents to gallery via APICaolán McNamara1-1/+36
2010-10-22Add more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner3-44/+41
2010-10-21Translate comments into EnglishWolfgang Silbermayr88-779/+571
2010-10-19Minor libs-core comment clean-upTrevor Murphy5-7/+7
2010-10-19Add missing semicolon.Thomas Klausner1-1/+1
Suggested by Caolán McNamara <caolanm@redhat.com>.
2010-10-19Switch all urls from TDF to LibreOfficeThorsten Behrens1-3/+3
Additionally, fixes fdo#30667 with new about dialog text, and a link to http://libreoffice.org/credits.html
2010-10-19Make about dialog display clickable hyperlink for creditsThorsten Behrens1-1/+13
Added a svt::FixedHyperlink to the about dialog, so people can click on something to get to the credits page.
2010-10-18use SAL_N_ELEMENTSFlorian Bircher1-2/+3
2010-10-18remove non-compiled codePovilas Kanapickas13-81/+0
2010-10-18#i112656# add osl_setEnvironment and osl_clearEnvironmentCaolán McNamara1-2/+3
2010-10-15Some fixes for compile warningsJoseph Powers2-0/+6
Removing compile time warnings about enum values not being handled in select statement.
2010-10-15 #include <sal/macros.h> for SAL_N_ELEMENTSLuboš Luňák1-0/+1
2010-10-14add lots more missing sal/macros.h includesMichael Meeks14-3/+18
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid15-33/+33
2010-10-14fix some warningsCaolán McNamara4-4/+3
2010-10-14remove redundant null checks.Harri Pitkänen2-4/+2
2010-10-13Merge branch 'master' into feature/calc-key-binding-compatKohei Yoshida499-15/+1362
2010-10-13Merge branch 'master' of ↵Noel Power2-4/+4
ssh://noelp@git.freedesktop.org/git/libreoffice/libs-core
2010-10-13Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-coreJan Holesovsky2-9/+6
2010-10-13Merge commit 'origin/master'Noel Power497-9/+1336
Conflicts: vbahelper/source/vbahelper/vbadialogbase.cxx
2010-10-13#i113061# dubious self-assignCaolán McNamara1-1/+1
2010-10-13WaE, silence && || warningCaolán McNamara1-8/+5
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power2-2/+22
also removed some old headers ( which I need to add new ones for ) Conflicts: basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx xmloff/inc/xmlnmspe.hxx xmloff/inc/xmloff/xmltoken.hxx xmlscript/inc/xmlscript/xmldlg_imexp.hxx
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky2-4/+4
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth497-0/+1330
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-11Merge branch 'master' into feature/calc-key-binding-compatKohei Yoshida14-185/+173
2010-10-11Removed a lot of the //CHINA001 comments.Alan Du14-185/+173
2010-10-11New options tab page for Calc's compatibility settings.Kohei Yoshida2-5/+8
2010-10-11fix undefined operationLuboš Luňák1-1/+1