summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Collapse)AuthorAgeFilesLines
* Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich2012-02-091-0/+1
|
* update unused listCaolán McNamara2012-02-082-25/+0
|
* replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud2012-02-053-4/+4
|
* A copy-paste bug detected by cppcheckMariusz Dykierek2012-01-231-1/+1
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-219-35/+30
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* Try without xmlhelp on non-desktop OSesTor Lillqvist2012-01-161-1/+1
|
* Clang -Wunused-variable.Stephan Bergmann2012-01-162-4/+0
|
* Clang -Wunused-variable.Stephan Bergmann2012-01-161-2/+0
|
* Clang -Wunused-variable.Stephan Bergmann2012-01-161-1/+0
|
* sdext/source/presenter/*: remove extraneous vertical whitespaceRich Wareham2012-01-1266-3282/+0
| | | | | | | Replace 5 lines of vertical whitespace in sdext/source/presenter/* with a single line so that more can be seen on the screen at once. Fixes bug 44635
* Fix for fdo43460 Part XXXII getLength() to isEmpty()Olivier Hallot2012-01-1023-57/+57
| | | | | | Part XXXII Modules sdext
* Use SAL_N_ELEMENTSThomas Arnhold2012-01-101-2/+2
| | | | | | | | Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-062-2/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* function component_canUnload is exportedDavid Tardon2011-12-271-1/+1
|
* catch exception by constant referenceTakeshi Abe2011-12-264-8/+7
|
* unusedcode: remove various unused classesMatúš Kukan2011-12-225-1470/+0
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-212-38/+0
|
* remove un-used code, and make a start at rampant vspace wastingMichael Meeks2011-12-2012-393/+3
|
* fix racecondition in sdext/source/minimizer/makefile.mkAndras Timar2011-12-191-1/+4
|
* fix racecondition in sdext/source/pdfimport/makefile.mkBjoern Michaelsen2011-12-191-1/+4
|
* fdo#43707: tweak workarounds for fdo#42865:Michael Stahl2011-12-152-0/+8
| | | | | | | Apparently on Windows the SAL_DLLPUBLIC_EXPORT does not work for unknown reasons, so use the old mapfiles on that platform. Should fix regressions from 1fb5eb21, 48dbaa51, a9da5a0b.
* The common_build stuff is surely obsoleteTor Lillqvist2011-12-111-1/+0
|
* we don't pack runtime with internal extensionsAndras Timar2011-12-091-41/+0
|
* Fix misc. bugs in presenter view switch screen feature: make it work.Michael Meeks2011-12-085-26/+85
|
* much improved presenter console monitor switch artworkStefan Knorr (astron)2011-12-073-0/+0
|
* WaE: fix Mac build wrt. fprintfMichael Meeks2011-12-051-1/+1
|
* presenter console: clean and simplify over-abstract codeMichael Meeks2011-12-051-224/+6
|
* presenter console: add 'Switch monitors' button to help get setupMichael Meeks2011-12-056-70/+100
| | | | | | | | | | | | For years, we've been carefully detecting the laptop display, and choosing it as the default display to project to - thus many of our users have configured around this. Provide a way for them to undo the folly, and any subsequent mis-detections easily. Initial Artwork is clearly in need of some bug-fixing. Cleanup hyper-pre-optimised madness in ProtocolHandler.cxx too, called a few dozen times - and has nested switch statements on characters.
* fix typoMarkus Mohrhard2011-12-011-1/+1
|
* Remove uses of charAtAugust Sodora2011-12-011-3/+4
|
* Remove uses of OUString::setCharAtAugust Sodora2011-11-281-7/+7
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header from sdextNorbert Thiebaud2011-11-2776-148/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* Remove some uses of OUString::setCharAtAugust Sodora2011-11-261-1/+1
|
* First cut at making pdfimport unit tests work again.Thorsten Behrens2011-11-253-85/+25
|
* remove (empty) help of Presentation Minimizer fdo#39306Andras Timar2011-11-229-77/+2
|
* WaE: unused variable, and catch by constCaolán McNamara2011-11-221-13/+13
|
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-172-2/+2
| | | | | | | | | | | | | 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.
* fdo#42865: sdext: no mapfileMichael Stahl2011-11-154-7/+7
| | | | | | 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.
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-141-1/+0
|
* enable localization of extension descriptions in sdextAndras Timar2011-10-319-21/+55
|
* Revert "enable localization of extension descriptions in sdext"Andras Timar2011-10-309-39/+21
| | | | This reverts commit 184653370717f99e0cce817822caecde01d20006.
* enable localization of extension descriptions in sdextAndras Timar2011-10-309-21/+39
|
* remove unused methods from sdext:presenterFelix Zhang2011-10-2530-636/+0
|
* Revert "localize description.xml of presenter-screen extension"Andras Timar2011-10-203-12/+8
| | | | This reverts commit 89f7e17692d019a68d251d39bcc592a4ee8ba0dc.
* localize description.xml of presenter-screen extensionAndras Timar2011-10-203-8/+12
|
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann2011-10-182-4/+1
| | | | Linux x86_64).
* Some callcatcher cleaningJulien Nabet2011-10-162-127/+0
|