summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-17/+15
* Fix Windows 64-bit buildStephan Bergmann2015-05-291-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* Typo: wheter->whetherJulien Nabet2015-04-012-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-9/+9
* Fix various Windows-only XServiceInfo implementationsStephan Bergmann2015-03-242-49/+84
* Typo: queriing->queryingJulien Nabet2015-02-211-1/+1
* Typo: reqired->requiredJulien Nabet2015-02-211-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-045-26/+26
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-151-1/+1
* 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-122-3/+3
* Blind fix for WindowsStephan Bergmann2014-09-181-2/+2
* Blind fix for WindowsStephan Bergmann2014-09-181-4/+2
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-17/+0
* warning C4189: local variable is initialized but not referencedThomas Arnhold2014-08-131-1/+0
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* Typo: beeing->beingJulien Nabet2014-06-291-1/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-79/+33
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-223-19/+15
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2
* Fix previous commit (extensions part, second)Julien Nabet2014-05-111-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-111-2/+2
* remove globally disabled warnings from source filesThomas Arnhold2014-05-102-6/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-103-29/+29
* remove presys.h and postsys.hThomas Arnhold2014-05-091-3/+3
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-302-3/+3
* fixincludeguards.sh: extensionsThomas Arnhold2014-04-199-20/+20
* typo: choosen -> chosenThomas Arnhold2014-04-141-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-2/+2
* extensions: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-11/+1
* Remove visual noise from extensionsAlexander Wilms2014-02-274-9/+9
* Remove unneccessary commentsAlexander Wilms2014-02-232-5/+5
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-6/+1
* bool improvementsStephan Bergmann2014-01-291-1/+1
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-201-1/+1
* typo fixesAndras Timar2013-12-201-1/+1
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* clean up some COM initializationMichael Stahl2013-11-281-19/+6
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-206-18/+0
* remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin2013-11-111-1/+1
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* Spell "indices" correctlyTor Lillqvist2013-10-021-1/+1
* typo fixes in commentsAndras Timar2013-09-261-1/+1
* WaE: use number() instead of valueOf()Tor Lillqvist2013-09-042-13/+13