summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Collapse)Author
2011-11-22remove (empty) help of Presentation Minimizer fdo#39306Andras Timar
2011-11-22WaE: unused variable, and catch by constCaolán McNamara
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist
This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency.
2011-11-15fdo#42865: sdext: no mapfileMichael Stahl
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in PresenterScreen.uno.so and pdfimport.uno.so, build them with hidden visibility.
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-10-31enable localization of extension descriptions in sdextAndras Timar
2011-10-30Revert "enable localization of extension descriptions in sdext"Andras Timar
This reverts commit 184653370717f99e0cce817822caecde01d20006.
2011-10-30enable localization of extension descriptions in sdextAndras Timar
2011-10-25remove unused methods from sdext:presenterFelix Zhang
2011-10-20Revert "localize description.xml of presenter-screen extension"Andras Timar
This reverts commit 89f7e17692d019a68d251d39bcc592a4ee8ba0dc.
2011-10-20localize description.xml of presenter-screen extensionAndras Timar
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann
Linux x86_64).
2011-10-16Some callcatcher cleaningJulien Nabet
2011-10-05eliminate @MINIMIZEREXTENSIONPRODUCTNAME@ variableAndras Timar
2011-10-04keep it simple, original won't compile except on msvc anywayCaolán McNamara
2011-10-04WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-04WaE: unreachable codeTor Lillqvist
2011-10-03eliminate @PRESENTEREXTENSIONPRODUCTNAME@ variableAndras Timar
2011-10-03fix smoketest-breaking typo againAndras Timar
2011-10-03enable l10n of PDF Import display name and descriptionAndras Timar
2011-10-02fix smoketest-breaking typoCaolán McNamara
2011-09-30upgrade to the newer extension description schemeAndras Timar
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-21build without glib poppler bindingsLuboš Luňák
- there's not configure check for it, only for poppler itself - and it's not actually used anyway
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-17Fix install for presenter extension.Tomas Chvatal
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-13change publisher from Oracle to TDF fdo#40638Andras Timar
2011-09-10Drop unused partsJulien Nabet
2011-09-08callcatcher: update listCaolán McNamara
2011-09-06[cppchecker] deletion of unneeded variablesPierre-André Jacquod
2011-09-02Resolves: rhbz#735182 libreoffice doesn't build with poppler-0.17.3Caolán McNamara
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-24enable l10n of presenter screenAndras Timar
2011-07-21Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-19poppler 0.17.0 changed its api for no some reason or otherCaolán McNamara
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan
2011-07-10hotfix to include localizations of Presenter screen extensionAndras Timar
2011-06-23use OString::equalsLCaolán McNamara
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-17CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff]Mathias Bauer
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-24Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-04-26inefficient emptiness checkKayo Hamid
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
Conflicts: swext/mediawiki/build.xml
2011-04-20Easyhack: Add visibility markup to all component_get* functionsJulien Nabet