summaryrefslogtreecommitdiff
path: root/embedserv
AgeCommit message (Expand)AuthorFilesLines
2015-11-24-Werror,-Wunused-variableStephan Bergmann1-10/+0
2015-11-24Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann1-2/+2
2015-11-24-Werror,-Wbitwise-op-parenthesesStephan Bergmann1-1/+1
2015-11-24Expand single use of SendCommand macroStephan Bergmann1-6/+4
2015-11-24-Werror,-WreorderStephan Bergmann1-1/+1
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann1-1/+1
2015-11-24-Werror,-WreorderStephan Bergmann1-1/+1
2015-11-24-Werror,-Wint-to-pointer-castStephan Bergmann1-2/+2
2015-11-18Fix css.awt.XSystemDependentMenuPeer.getMenuHandleStephan Bergmann1-1/+1
2015-11-18The #else branch is unused nowStephan Bergmann1-4/+0
2015-11-18-Werror,-Wlogical-op-parenthesesStephan Bergmann1-2/+3
2015-11-18-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann1-2/+2
2015-11-18-Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann1-4/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-3/+1
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin2-15/+15
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-01com::sun::star->css in embedserv/Noel Grandin7-182/+137
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet1-1/+1
2015-08-05tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-6/+6
2015-07-09remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl1-1/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-5/+7
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-7/+5
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-7/+3
2015-05-04css::uno::Reference can automatically up-cast nowStephan Bergmann1-1/+1
2015-05-03tdf#66232: Cannot open files by COM2Mike Kaganski1-4/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin11-38/+38
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann2-63/+22
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl1-1/+0
2015-02-21Typo: trough->throughJulien Nabet1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-07-08No atlsd.lib in VS 2013Tor Lillqvist1-1/+1
2014-05-30fdo#68849: Add header guards to all include filesJens Carl2-0/+9
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet3-7/+4
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold9-19/+19
2014-05-10remove globally disabled warnings from source filesThomas Arnhold14-90/+0
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-4/+2
2014-03-10embedserv: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-11/+1
2014-02-26Remove visual noise from embedservAlexander Wilms7-25/+25
2014-02-23Remove unneccessary commentsAlexander Wilms5-104/+104
2014-01-29bool improvementsStephan Bergmann1-1/+1
2013-12-20typo fixesAndras Timar1-2/+2
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann1-26/+2
2013-11-28clean up some COM initializationMichael Stahl1-19/+6
2013-11-20Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist1-1/+1