summaryrefslogtreecommitdiff
path: root/framework/source/fwi
AgeCommit message (Expand)AuthorFilesLines
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-6/+6
2015-03-25Typo: formated->formattedJulien Nabet1-6/+6
2015-03-24loplugin:constantfunction: frameworkNoel Grandin1-4/+0
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-02-18TyposJulien Nabet1-3/+3
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-15/+0
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-0/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-6/+3
2014-10-02loplugin: cstylecastNoel Grandin1-2/+2
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2-2/+2
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-10improvements to ShareableMutexNoel Grandin1-20/+9
2014-07-02Drop unused E_NOEXCEPTIONSStephan Bergmann1-33/+35
2014-07-02Drop unnecessary ITransactionManager base classStephan Bergmann1-5/+0
2014-06-26clang: Dead assignmentCaolán McNamara1-2/+0
2014-06-24allow a frame to go from init state to closeCaolán McNamara1-1/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin1-4/+3
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-4/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+2
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet2-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-2/+2
2014-04-27automaticly -> automatically.Jan Holesovsky1-2/+2
2014-04-18FillLangItems() doesn't need an SvtLanguageTable instanceEike Rathke1-7/+6
2014-04-15Remove LockHelper::getGlobalMutex().Jan Holesovsky2-50/+14
2014-04-07framework: sal_Bool->boolNoel Grandin6-24/+24
2014-04-06Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist1-7/+0
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist1-29/+0
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist6-15/+15
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist7-53/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-22coverity#738659 Uninitialized pointer fieldCaolán McNamara1-1/+2
2014-03-20Remove newly unused framework::LockHelper classStephan Bergmann2-129/+12
2014-03-20Remove newly unused framework::GuardStephan Bergmann1-1/+0
2014-03-20Turn odd framework::LockHelper::getGlobalLock() into an osl::MutexStephan Bergmann2-76/+27
2014-03-20Use an osl::Mutex directlyStephan Bergmann1-21/+4
2014-03-20Use an osl::Mutex directlyStephan Bergmann1-4/+2
2014-03-20Use SolarMutexGuard directlyStephan Bergmann1-42/+28
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann5-6/+1
2014-03-17No need for framework::LockHelper to derive from framework::IMutexStephan Bergmann1-2/+0
2014-03-17Consolidate framework::{Read,Write}GuardStephan Bergmann4-30/+25
2014-03-17Remove superfluous framework::LockHelper::{acquire,release{Read,Write}AccessStephan Bergmann1-83/+0
2014-03-17Remove no-op framework::LockHelper::downgradeWriteAccessStephan Bergmann1-27/+0
2014-03-17No need for framework::IRWLock interfaceStephan Bergmann1-5/+0
2014-02-26Remove visual noise from frameworkAlexander Wilms3-21/+21
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-48/+48
2014-02-23Remove unneccessary commentsAlexander Wilms5-43/+43
2014-02-03Remove unnecessary #includeStephan Bergmann1-1/+0
2014-01-28bool improvementsStephan Bergmann1-1/+1