summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Remove gnome-open supportBryan Quigley2015-12-174-21/+0
* Do not assume time_t is long.Pedro Giffuni2015-12-111-2/+2
* Resolve Linker Warning LNK4104Mike Kaganski2015-12-089-20/+19
* -Werror,-Wdelete-non-virtual-dtorStephan Bergmann2015-11-281-1/+1
* -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann2015-11-281-2/+2
* -Werror,-Wunused-functionStephan Bergmann2015-11-281-274/+0
* loplugin:unusedfields in shell/Noel Grandin2015-11-232-19/+3
* shell: rename CppunitTest to the same name as the makefileMichael Stahl2015-11-201-6/+6
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-1/+1
* -Werror,-Wunused-variableStephan Bergmann2015-11-181-3/+0
* -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann2015-11-181-4/+4
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-181-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-181-7/+0
* -Werror,-Wsizeof-pointer-memaccessStephan Bergmann2015-11-181-1/+2
* -Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann2015-11-181-6/+0
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+1
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+2
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-4/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-4/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-154-8/+4
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-103-14/+14
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1012-34/+34
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-6/+3
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-1/+1
* loplugin:stringconstantStephan Bergmann2015-11-041-3/+1
* yyyyyNoel Grandin2015-11-044-15/+7
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-1/+1
* com::sun::star->css in shellNoel Grandin2015-10-2914-150/+143
* remove extra spaces around ::Noel Grandin2015-10-263-3/+3
* Remove obsolete version map filesStephan Bergmann2015-10-231-27/+0
* drop gconf integration as per ESC decisionBjoern Michaelsen2015-10-167-1239/+1
* TDE: move stuff into the tde-integration packageJan-Marek Glogowski2015-10-123-4/+17
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1211-106/+106
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-6/+6
* Library recentfile should be built when UXING_X11Samuel Mehrbrodt2015-10-021-5/+1
* Fix typosAndrea Gelmini2015-09-302-2/+2
* Fix typosAndrea Gelmini2015-09-302-2/+2
* shell: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-0319-34/+35
* remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl2015-09-035-101/+0
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-1/+1
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-2/+2
* tdf#39440 cppcheck: redundantAssignmentMichael Weghorn2015-08-231-2/+1
* cppcheck:noExplicitConstructorNoel Grandin2015-08-076-10/+10
* shell,sfx2,sd: inline some use-once typedefsNoel Grandin2015-08-042-10/+4
* remove some unused typedefsNoel Grandin2015-08-031-1/+0
* inline a handful of use-once #definesNoel Grandin2015-07-231-2/+0
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-172-2/+2
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1