summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2010-11-21RRTL_CONSTASCII_USTRINGPARAM in libs core 42Gert Faller
2010-11-21RTL_CONSTASCII_USTRINGPARAM in libs core 41Gert Faller
2010-11-21RTL_CONSTASCII_USTRINGPARAM in libs core 40Gert Faller
2010-11-21RTL_CONSTASCII_USTRINGPARAM in libs core 39Gert Faller
2010-11-21TL_CONSTASCII_USTRINGPARAM in libs core 38Gert Faller
2010-11-16HC Cleanup - libs-coreJoseph Powers
2010-11-16fix this to build againCaolán McNamara
2010-11-16get this building againCaolán McNamara
2010-11-16Fix build and remove hicontrast parameterSebastian Spaeth
The parameter is not needed anymore, as there are no specific hicontrast definitions. Forgot to adapt {0,0,0} ->{0,0} when I removed a struct member in the previous commit. This compiles now again.
2010-11-16Remove more *sch High contrast image usesSebastian Spaeth
2010-11-16Remove highcontrast imagelists from .src filesSebastian Spaeth
2010-11-15Comment translation, and removing FASTBOOL referenceRené Kjellerup
Found a reference in the comment to FASTBOOL and translated the description block and updated the refenced function definition.
2010-11-15Remove dated commentsJ. Graeme Lingard
2010-11-15RTL_CONSTASCII_USTRINGPARAM in svxJoost Eekhoorn
2010-11-14Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
Notes: prefer: 980cf32beb48ef0799794b2bc133fe1adb018bf3
2010-11-14RTL_CONSTASCII_USTRINGPARAM in svxJoost Eekhoorn
2010-11-13Purged BmpColorMode from libs-gui - libs-coreJoseph Powers
2010-11-12Remove unused Beschreibung (Description) commentsJ. Graeme Lingard
2010-11-11remove RID_IMGLIST_TREEOPT_HC, I assume that's the intentCaolán McNamara
2010-11-11Remove all traces of _HC (high contrast) from libs-coreSebastian Spaeth
This compiles successfully, but is otherwise only lightly tested.
2010-11-10Bitmap Tree Cleanup - libs-coreJoseph Powers
Removed all references to HIGHCONTRAST mode from svtools classes: SvImpLBox SvTreeListBox The reset is just fall out.
2010-11-10RTL_CONSTASCII_USTRINGPARAM in svxJoost Eekhoorn
2010-11-09Clean up the codeAlexander O. Anisimov
* Remove bogus comments * Refresh comments containing a reference to the bug tracker * Remove the comments such as "// add by zhaojianwei"
2010-11-08more space for copyright text in the about dialogPetr Mladek
It added the scroll bar on SLED10 and looked ugly.
2010-11-08Fixed a typo: SIMBOLS -> SYMBOLS.Takeshi Abe
2010-11-06High-contrast cleanupJoseph Powers
2010-11-06High-Contrast Cleanup Phase #1Joseph Powers
2010-11-06Fix breakage in dbgutil-enabled buildTor Lillqvist
2010-11-05Adds extra credits item to help menuThorsten Behrens
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. (cherry picked from commit 00d6d03478bc8ddb3ebd07ff47f54c9668c242d9)
2010-10-31Adding extended support for additional gallery localizationsKalman Szalai - KAMI
2010-10-30small startup optimizationCaolán McNamara
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-26Better shading algo for customshapes, better gradientsThorsten Behrens
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 Thiebaud
2010-10-25convert vos/process.hxx and related APINorbert 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-25convert OClearableGuard(SolarMutex) to SolarMutex(Clearable)Guard.Norbert Thiebaud
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 Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-25merge vosremoval-timer.diffNorbert Thiebaud
2010-10-25#i96106# WaECaolán McNamara
2010-10-22#i80184# Allow adding drawing documents to gallery via APICaolán McNamara
2010-10-22Add more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner
2010-10-21Translate comments into EnglishWolfgang Silbermayr
2010-10-19Minor libs-core comment clean-upTrevor Murphy
2010-10-19Add missing semicolon.Thomas Klausner
Suggested by Caolán McNamara <caolanm@redhat.com>.
2010-10-19Switch all urls from TDF to LibreOfficeThorsten Behrens
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 Behrens
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 Bircher