summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-06-11 10:37:57 +0000
committerCarsten Driesner <cd@openoffice.org>2001-06-11 10:37:57 +0000
commit95256f91cd6f4d71ac3ce1843486b8a2061b1611 (patch)
tree6624b0fbe4817235490670bb787a5d4b7b18ece5 /desktop/source
parent3136877f3e3ca18d4b2dfed2fc714341985995d8 (diff)
XML file format for toolboxes
Diffstat (limited to 'desktop/source')
0 files changed, 0 insertions, 0 deletions
f05ed9da6a2af5bc3f820280fd853e519'>clean-up: unused using declarations and includesJochen Nitschke 2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke 2016-04-01tdf#97966 Drop 'static' keywordsWastack 2016-03-03loplugin:unuseddefaultparams variousNoel Grandin 2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin 2016-02-24convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin 2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin 2016-02-09convert to range-based for loops in codemaker/Noel Grandin 2016-02-09rename dumpHFile to dumpHdlFileNoel Grandin 2016-02-09rename dumpHxxFile to dumpHppFileNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-10Fix typosAndrea Gelmini 2015-12-01Reduce space needed for string literalsStephan Bergmann 2015-11-27give useful details in non-debug mode tooCaolán McNamara 2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06coverity#1338267 Uncaught exceptionCaolán McNamara 2015-11-06coverity#1338254 Uncaught exceptionCaolán McNamara 2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni 2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin 2015-10-20loplugin:defaultparamsStephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-08-11new loplugin: defaultparamsNoel Grandin 2015-07-24loplugin:unusedmethodsNoel Grandin 2015-06-08cppcheck: noExplicitConstructorCaolán McNamara 2015-04-01Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann 2015-03-27loplugin:staticfunctionNoel Grandin 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara 2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann 2014-12-27coverity#1019332 Unchecked dynamic_castCaolán McNamara 2014-12-27coverity#1019331 Unchecked dynamic_castCaolán McNamara 2014-12-27coverity#1019327 Unchecked dynamic_castCaolán McNamara 2014-12-27coverity#1019325 Unchecked dynamic_castCaolán McNamara 2014-12-10Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann