summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Collapse)Author
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe
in scripting / sdext / starmath / stoc / svtools / svx
2012-02-26Avoid temporary rtl::OUStringJulien Nabet
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18Fix typos in commentsElton Chung
2012-02-17WaE: unreachable codeCaolán McNamara
2012-02-13Remove unused pdfi::PDFIRawAdaptor::odfConvertKate Goss
2012-02-13Remove unused pdfi::PDFIProcessor::sortDocument(bool)Kate Goss
2012-02-13Remove unused pdfi::DrawXmlEmitter::GetBreakIterator()Kate Goss
2012-02-10This method is still used on WIN32.Kohei Yoshida
2012-02-10Removed unused codeAlexander Bergmann
2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich
2012-02-08update unused listCaolán McNamara
2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud
2012-01-23A copy-paste bug detected by cppcheckMariusz Dykierek
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
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.
2012-01-16Try without xmlhelp on non-desktop OSesTor Lillqvist
2012-01-16Clang -Wunused-variable.Stephan Bergmann
2012-01-16Clang -Wunused-variable.Stephan Bergmann
2012-01-16Clang -Wunused-variable.Stephan Bergmann
2012-01-12sdext/source/presenter/*: remove extraneous vertical whitespaceRich Wareham
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
2012-01-10Fix for fdo43460 Part XXXII getLength() to isEmpty()Olivier Hallot
Part XXXII Modules sdext
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold
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
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-27function component_canUnload is exportedDavid Tardon
2011-12-26catch exception by constant referenceTakeshi Abe
2011-12-22unusedcode: remove various unused classesMatúš Kukan
2011-12-21callcatcher: remove some unused codeCaolán McNamara
2011-12-20remove un-used code, and make a start at rampant vspace wastingMichael Meeks
2011-12-19fix racecondition in sdext/source/minimizer/makefile.mkAndras Timar
2011-12-19fix racecondition in sdext/source/pdfimport/makefile.mkBjoern Michaelsen
2011-12-15fdo#43707: tweak workarounds for fdo#42865:Michael Stahl
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.
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist
2011-12-09we don't pack runtime with internal extensionsAndras Timar
2011-12-08Fix misc. bugs in presenter view switch screen feature: make it work.Michael Meeks
2011-12-07much improved presenter console monitor switch artworkStefan Knorr (astron)
2011-12-05WaE: fix Mac build wrt. fprintfMichael Meeks
2011-12-05presenter console: clean and simplify over-abstract codeMichael Meeks
2011-12-05presenter console: add 'Switch monitors' button to help get setupMichael Meeks
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.
2011-12-01fix typoMarkus Mohrhard
2011-12-01Remove uses of charAtAugust Sodora
2011-11-28Remove uses of OUString::setCharAtAugust Sodora
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from sdextNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-11-25First cut at making pdfimport unit tests work again.Thorsten Behrens
2011-11-22remove (empty) help of Presentation Minimizer fdo#39306Andras Timar
2011-11-22WaE: unused variable, and catch by constCaolán McNamara