summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2015-11-23loplugin:unusedfields in shell/Noel Grandin
2015-11-20shell: rename CppunitTest to the same name as the makefileMichael Stahl
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-18-Werror,-Wunused-variableStephan Bergmann
2015-11-18-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann
2015-11-18-Werror,-Wsizeof-pointer-memaccessStephan Bergmann
2015-11-18-Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
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-04loplugin:stringconstantStephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-29com::sun::star->css in shellNoel Grandin
2015-10-26remove extra spaces around ::Noel Grandin
2015-10-23Remove obsolete version map filesStephan Bergmann
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen
2015-10-12TDE: move stuff into the tde-integration packageJan-Marek Glogowski
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-10-02Library recentfile should be built when UXING_X11Samuel Mehrbrodt
2015-09-30Fix typosAndrea Gelmini
2015-09-30Fix typosAndrea Gelmini
2015-09-03shell: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin
2015-08-03remove some unused typedefsNoel Grandin
2015-07-23inline a handful of use-once #definesNoel Grandin
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-13warning C4101: unreferenced local variableStephan Bergmann
2015-07-13Code deliberately not linking against sal just can't use OSL_ENSUREStephan Bergmann
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin
2015-07-04Fix typosAndrea Gelmini