summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Collapse)Author
2010-12-17CWS-TOOLING: integrate CWS ause128Hans-Joachim Lankenau
2010-12-15fix RTL_CONSTASCII_USTRINGPARAM on char*David Tardon
2010-12-15Fix filled polygons on pdfimportThorsten Behrens
This fixes fdo#32330, by explicitely closing filled polygons on ODF streaming-out. LibO does not fill polygons, even if specifically asked to - unless they're closed on coordinate level.
2010-12-15RTL_CONSTASCII_USTRINGPARAM sdextJulien Nabet
2010-12-14generate hash.cxx in $(INCCOM)Rene Engelhard
2010-12-14generate hash.cxx in $(INCCOM)Rene Engelhard
2010-12-14Revert "Stopgap help for the CPU-bound long hang in bug fdo#31716"Petr Mladek
We the proper fix now. This reverts commit e0913f3c3740453ea1570896d20140b92663ce3f.
2010-12-14build hash.cxx using gperf instead of having it prebuiltRene Engelhard
2010-12-13build hash.cxx using gperf instead of having it prebuiltRene Engelhard
2010-12-13Don't bundle MSVC runtime + don't dupplicate licensesFridrich Štrba
2010-12-13Don't bundle MSVC runtime + don't dupplicate licensesFridrich Štrba
2010-12-12Change unnamespace file.hxx macroAndy Holder
2010-12-09Change unnamespaced file.hxx macrosAndy Holder
2010-12-08RTL_CONSTASCII_USTRINGPARAM in extensions 2Gert Faller
2010-12-06Fix Trianry IssuesJoseph Powers
They where giving me an error stating that the two sides where of different types. Informationdialog: I just changed it back to the old ones. optimizerdialg: I removed the HC icon reference (I thought we'd kill all of these before).
2010-12-06RTL_CONSTASCII_USTRINGPARAM in extensions 1Gert Faller
2010-12-03more Sal n elementsKenneth Venken
2010-11-30OOO330Ivo Hinkelmann
2010-11-30Stopgap help for the CPU-bound long hang in bug fdo#31716Tor Lillqvist
As the hang seems to be causes by the code messing around in extension help file directories, of which there are lots in a multi-lingual build, just build en-US help for the Presenter Console (a.k.a. presenter-screen) extension for now. Why such a change is needed both here and in solenv/inc/extension_helplink.mk (see commit 4e40f4ea586f240f38aa6856eda64619f505294a in the "bootstrap" repo) I don't know, but that's how it seemed in my testing.
2010-11-29ause128: #i115689# guard additional dependencies of ZIPnTARGETNHans-Joachim Lankenau
2010-11-26cppcheck: use prefix variantCaolán McNamara
Notes: split repo tag: extensions_LIBREOFFICE_PRE_BOOTSTRAP_BUILD
2010-11-25Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/extensionsJan Holesovsky
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-24make possible to build with c++0xCaolán McNamara
2010-11-23cppcheck: Variable 'pFrame' is assigned a value that is never usedCaolán McNamara
2010-11-21remove 'busy' code (code that consume cpu to produce unused result)Norbert Thiebaud
2010-11-21Merge commit 'ooo/OOO330_m16' into libreoffice-3-3Rene Engelhard
2010-11-19do not use high contrast iconsDavid Tardon
2010-11-18masterfix OOO330: #i114049# Presentation minimizer 1.0.1 does not install on ↵obo
OOO330m15, #i113990# presenter console does not work with multiple screens Notes: split repo tag: extensions_ooo/OOO330_m16 split repo tag: extensions_ooo/OOO330_m17 split repo tag: extensions_ooo/OOO330_m18
2010-11-18Don't require extension_32_h.png in extensionsSebastian Spaeth
2010-11-16Remove reference to high-contrast icon from ext. description.xmlSebastian Spaeth
2010-11-15Rebase to DEV300m93Carsten Driesner
2010-11-09Fix build of presenter with many languages enabled (bug #31409)Bernhard Rosenkraenzer
2010-11-09Fix build of presenter with many languages enabled (bug #31409)Bernhard Rosenkraenzer
2010-11-08CWS-TOOLING: integrate CWS dba34aVladimir Glazunov
Notes: split repo tag: extensions_ooo/DEV300_m93 split repo tag: extensions_ooo/DEV300_m94
2010-11-05Fix a funny build issue in sdext when not building presenter console.Jan Holesovsky
2010-11-04fwk160: #i107568# Jobs service enhancement to instantiate services only on ↵Carsten Driesner
matching application module context
2010-11-02clean up a bitDavid Tardon
2010-11-02remove uncecessary lockDavid Tardon
2010-11-01CWS-TOOLING: integrate CWS pdfextfix04Vladimir Glazunov
Notes: split repo tag: extensions_ooo/DEV300_m92
2010-10-27add modelines to .hxx files as wellCaolán McNamara
2010-10-25replace a residual use of vos::TTimeValue by salhelper::TTimeValueNorbert Thiebaud
2010-10-25merge vosremoval-timer.diffNorbert Thiebaud
2010-10-20pdfextfix04: update version numberPhilipp Lohmann [pl]
2010-10-20pdfextfix04: #i90800# fix RTL import, use mirror string service, use ↵Philipp Lohmann [pl]
character classification instead of overly broad script type complex
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-16some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)Kenneth Venken
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>