summaryrefslogtreecommitdiff
path: root/sdext/Module_sdext.mk
AgeCommit message (Expand)Author
2013-10-02sdext: kill Package_pdfimport_xcu.mkMatúš Kukan
2013-08-30ENABLE_MINIMIZER Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-14make file names match library namesPeter Foley
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2012-12-20this custom target is needed by pdfimport_s libDavid Tardon
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann
2012-11-21Turn presenter screen from bundled extension to plain codeStephan Bergmann
2012-10-01Revert "take out @PLATFORM@ from extension ID"Andras Timar
2012-09-25take out @PLATFORM@ from extension IDAndras Timar
2012-08-31The *_develop.zip files appear to be unusedStephan Bergmann
2012-04-19convert presenter console to passive registrationDavid Tardon
2012-04-19convert pdfimport to passive registrationDavid Tardon
2012-04-19convert presentation minimizer to passive registrationDavid Tardon
2012-04-04sdext: use CustomTarget makefilesMatúš Kukan
2012-03-12sdext: factor out a static library to fix triple-linked objectsMichael Stahl
2012-03-06convert pdfimport testDavid Tardon
2012-03-06let gb_Extension do the necessary manifest updatesDavid Tardon
2012-03-06build test executables for pdfimportDavid Tardon
2012-03-06gbuildize sdextDavid Tardon
ess newlinesChris Sherlock 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2015-11-26loplugin:unusedfields variousNoel Grandin 2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-11com::sun::star->css in ucbhelper/Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-05loplugin:stringconstantStephan Bergmann 2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno 2015-09-30Fix typosAndrea Gelmini 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann 2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann 2015-08-18Remove obsolete getLocalFileURLStephan Bergmann 2015-08-11loplugin: defaultparamsNoel Grandin 2015-08-03inline some use-once typedefsNoel Grandin 2015-07-16tdf#84190 : when auth fails, don't remember passwords for cmisSzymon Kłos 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-05-26cppcheck: noExplicitConstructorCaolán McNamara