summaryrefslogtreecommitdiffstats
path: root/embedserv
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-variableStephan Bergmann2015-11-241-10/+0
* Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann2015-11-241-2/+2
* -Werror,-Wbitwise-op-parenthesesStephan Bergmann2015-11-241-1/+1
* Expand single use of SendCommand macroStephan Bergmann2015-11-241-6/+4
* -Werror,-WreorderStephan Bergmann2015-11-241-1/+1
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-241-1/+1
* -Werror,-WreorderStephan Bergmann2015-11-241-1/+1
* -Werror,-Wint-to-pointer-castStephan Bergmann2015-11-241-2/+2
* Fix css.awt.XSystemDependentMenuPeer.getMenuHandleStephan Bergmann2015-11-181-1/+1
* The #else branch is unused nowStephan Bergmann2015-11-181-4/+0
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-181-2/+3
* -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann2015-11-181-2/+2
* -Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann2015-11-181-4/+0
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-3/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-312-15/+15
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* com::sun::star->css in embedserv/Noel Grandin2015-10-017-182/+137
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-131-1/+1
* cppcheck: fix some redundantCondition warningsJulien Nabet2015-09-051-1/+1
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-053-6/+6
* remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl2015-07-091-1/+1
* Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin2015-06-291-5/+7
* return and use std::vector from OInterfaceContainerHelperNoel Grandin2015-06-291-7/+5
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-7/+3
* css::uno::Reference can automatically up-cast nowStephan Bergmann2015-05-041-1/+1
* tdf#66232: Cannot open files by COM2Mike Kaganski2015-05-031-4/+6
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1511-38/+38
* Fix various Windows-only XServiceInfo implementationsStephan Bergmann2015-03-242-63/+22
* gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl2015-03-051-1/+0
* Typo: trough->throughJulien Nabet2015-02-211-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-3/+3
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* No atlsd.lib in VS 2013Tor Lillqvist2014-07-081-1/+1
* fdo#68849: Add header guards to all include filesJens Carl2014-05-302-0/+9
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-223-7/+4
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-159-19/+19
* remove globally disabled warnings from source filesThomas Arnhold2014-05-1014-90/+0
* cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann2014-04-151-4/+2
* embedserv: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-11/+1
* Remove visual noise from embedservAlexander Wilms2014-02-267-25/+25
* Remove unneccessary commentsAlexander Wilms2014-02-235-104/+104
* bool improvementsStephan Bergmann2014-01-291-1/+1
* typo fixesAndras Timar2013-12-201-2/+2
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann2013-12-061-26/+2
* clean up some COM initializationMichael Stahl2013-11-281-19/+6
* Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist2013-11-201-1/+1