summaryrefslogtreecommitdiff
path: root/framework/source/helper
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Related tdf#93404: Fix deadlock when joining WakeUpThreadStephan Bergmann1-3/+7
2015-08-13tdf#93404: Forgot to launch WakeUpThreadStephan Bergmann1-0/+1
2015-05-09coverity#1297236 Uninitialized scalar fieldCaolán McNamara1-1/+3
2015-05-08Ensure progress bar LibreOfficeKit callbacks don't repeat the same percentageTor Lillqvist1-1/+6
2015-05-06Don't bother ensuring progress bar LibreOfficeKit callbacks are monotonicalTor Lillqvist1-6/+1
2015-05-06We don't use <config_features.h> any more hereTor Lillqvist1-2/+0
2015-05-06Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist1-18/+34
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-3/+3
2015-04-22Ensure WakeUpThread is joined before exitStephan Bergmann2-37/+30
2015-04-17framework: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+1
2015-03-23Resolves: rhbz#1204244 group sdb windows together as 'base'Caolán McNamara1-14/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-4/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-3/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-02loplugin: cstylecastNoel Grandin1-5/+5
2014-10-01loplugin: cstylecastNoel Grandin2-6/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin5-10/+10
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2-3/+3
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-01typo: more then -> more thanTakeshi Abe2-2/+2
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-39/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet4-7/+7
2014-05-17Single line between methodsHussian Alamri2-2/+0
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet2-10/+10
2014-05-14Removed redundant private methods commentsHussian Alamri2-3/+0
2014-05-06consistent percent sign in commentsThomas Arnhold1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni7-8/+8
2014-04-15Remove LockHelper::getGlobalMutex().Jan Holesovsky1-5/+6
2014-04-07framework: sal_Bool->boolNoel Grandin9-55/+55
2014-04-06Typo: s/ouer/ourTor Lillqvist1-5/+5
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist8-41/+41
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist12-124/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-3/+3
2014-03-20Remove newly unused framework::LockHelper classStephan Bergmann1-1/+1
2014-03-20Remove newly unused framework::GuardStephan Bergmann1-1/+0
2014-03-20Turn odd framework::LockHelper::getGlobalLock() into an osl::MutexStephan Bergmann1-4/+4
2014-03-20Access safe members directlyStephan Bergmann1-27/+6
2014-03-20Use an osl::Mutex directlyStephan Bergmann1-51/+28
2014-03-20Access safe members directlyStephan Bergmann1-9/+2
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-72/+28
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-5/+3
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-12/+10
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-28/+13
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-46/+35