summaryrefslogtreecommitdiff
path: root/shell/source
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Remove gnome-open supportBryan Quigley2-6/+0
2015-12-11Do not assume time_t is long.Pedro Giffuni1-2/+2
2015-12-08Resolve Linker Warning LNK4104Mike Kaganski3-0/+13
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 Grandin1-5/+1
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 Bergmann11-33/+33
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-16drop gconf integration as per ESC decisionBjoern Michaelsen4-1194/+0
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 Bergmann2-4/+4
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 Stahl2-50/+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 Grandin5-9/+9
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin1-3/+1
2015-08-03remove some unused typedefsNoel Grandin1-1/+0
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin2-2/+2
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-13warning C4101: unreferenced local variableStephan Bergmann3-5/+5
2015-07-13Code deliberately not linking against sal just can't use OSL_ENSUREStephan Bergmann4-31/+11
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann4-30/+6
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin1-7/+0