summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara8-17/+17
2016-01-02tdf#84263 KDE4: unify includesJan-Marek Glogowski2-6/+6
2015-12-17Remove gnome-open supportBryan Quigley4-21/+0
2015-12-11Do not assume time_t is long.Pedro Giffuni1-2/+2
2015-12-08Resolve Linker Warning LNK4104Mike Kaganski9-20/+19
2015-11-28-Werror,-Wdelete-non-virtual-dtorStephan Bergmann1-1/+1
2015-11-28-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann1-2/+2
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-274/+0
2015-11-23loplugin:unusedfields in shell/Noel Grandin2-19/+3
2015-11-20shell: rename CppunitTest to the same name as the makefileMichael Stahl1-6/+6
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-1/+1
2015-11-18-Werror,-Wunused-variableStephan Bergmann1-3/+0
2015-11-18-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann1-4/+4
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann1-7/+0
2015-11-18-Werror,-Wsizeof-pointer-memaccessStephan Bergmann1-1/+2
2015-11-18-Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann1-6/+0
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+2
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-8/+4
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann3-14/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann12-34/+34
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-6/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-11-04loplugin:stringconstantStephan Bergmann1-3/+1
2015-11-04yyyyyNoel Grandin4-15/+7
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-29com::sun::star->css in shellNoel Grandin14-150/+143
2015-10-26remove extra spaces around ::Noel Grandin3-3/+3
2015-10-23Remove obsolete version map filesStephan Bergmann1-27/+0
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen7-1239/+1
2015-10-12TDE: move stuff into the tde-integration packageJan-Marek Glogowski3-4/+17
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann11-106/+106
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-6/+6
2015-10-02Library recentfile should be built when UXING_X11Samuel Mehrbrodt1-5/+1
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-03shell: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe19-34/+35
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl5-101/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn1-2/+1
2015-08-07cppcheck:noExplicitConstructorNoel Grandin6-10/+10
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin2-10/+4
2015-08-03remove some unused typedefsNoel Grandin1-1/+0
2015-07-23inline a handful of use-once #definesNoel Grandin1-2/+0