summaryrefslogtreecommitdiff
path: root/framework/inc
AgeCommit message (Expand)AuthorFilesLines
2014-08-09framework.hrc: just use the valueThomas Arnhold1-4/+2
2014-08-09remove unused resource definitionsThomas Arnhold1-5/+0
2014-08-01typo: more then -> more thanTakeshi Abe7-8/+8
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
2014-07-23AmbigousFilterRequest is only ever extracted, never createdCaolán McNamara2-2/+0
2014-07-14coverity#1224998 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-10improvements to ShareableMutexNoel Grandin1-2/+8
2014-07-02Drop unused E_NOEXCEPTIONSStephan Bergmann2-3/+1
2014-07-02Drop unnecessary ITransactionManager base classStephan Bergmann3-148/+78
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-8/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+1
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold6-0/+288
2014-06-03coverity#1219794 Uncaught exceptionCaolán McNamara1-1/+4
2014-06-03coverity#1219801 Uncaught exceptionCaolán McNamara1-1/+4
2014-06-02coverity#1219797 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-28update_pchThomas Arnhold1-0/+3
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-23coverity#1215383 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-23coverity#1215384 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-23coverity#1215385 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-23coverity#1215386 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-19fix-includes.pl: frameworkThomas Arnhold1-1/+1
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet1-1/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-4/+4
2014-05-14Removed redundant private methods commentsHussian Alamri8-13/+0
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin2-3/+3
2014-05-11fix-includes.pl: frameworkThomas Arnhold7-18/+9
2014-05-06vcl::EventPoster shall probably be covered by SolarMutexStephan Bergmann1-1/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni8-10/+10
2014-04-27automaticly -> automatically.Jan Holesovsky14-16/+16
2014-04-23huge hrc and src file cleanupThomas Arnhold1-3/+0
2014-04-22remove unused hrc filesThomas Arnhold1-24/+0
2014-04-18FillLangItems() doesn't need an SvtLanguageTable instanceEike Rathke1-3/+0
2014-04-18Typo: s/cant/can't/Tor Lillqvist7-10/+10
2014-04-18Typo: s/shure/sureTor Lillqvist3-3/+3
2014-04-15Remove LockHelper::getGlobalMutex().Jan Holesovsky1-39/+0
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann3-21/+5
2014-04-14update_pchThomas Arnhold1-22/+68
2014-04-10It's "its", not "it's"Tor Lillqvist5-8/+8
2014-04-07framework: sal_Bool->boolNoel Grandin71-314/+314
2014-04-06Typo: s/ouer/ourTor Lillqvist11-18/+18
2014-04-06Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist11-66/+0
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist14-271/+0
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist25-197/+197
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist79-536/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin10-19/+19
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann5-5/+5
2014-03-26Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-4/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann99-807/+807