summaryrefslogtreecommitdiff
path: root/framework/inc/helper
AgeCommit message (Expand)AuthorFilesLines
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-27/+0
2016-04-01sequence->vector in frameworkNoel Grandin2-5/+7
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt1-8/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-02loplugin:stringconstantNoel Grandin9-9/+0
2015-10-14com::sun::star->css in frameworkNoel Grandin8-140/+140
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann15-106/+106
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin1-46/+0
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe13-29/+29
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos2-2/+2
2015-07-14sfx2: remove the global SidebarController::maSidebarControllerContainerMichael Stahl1-0/+12
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-05-08Ensure progress bar LibreOfficeKit callbacks don't repeat the same percentageTor Lillqvist1-0/+2
2015-05-06Don't bother ensuring progress bar LibreOfficeKit callbacks are monotonicalTor Lillqvist1-2/+0
2015-05-06Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist1-0/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann1-8/+8
2015-04-22Ensure WakeUpThread is joined before exitStephan Bergmann2-41/+22
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-8/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-7/+7
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-01typo: more then -> more thanTakeshi Abe2-3/+3
2014-07-10improvements to ShareableMutexNoel Grandin1-2/+8
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-8/+0
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-14Removed redundant private methods commentsHussian Alamri2-2/+0
2014-04-27automaticly -> automatically.Jan Holesovsky1-1/+1
2014-04-18FillLangItems() doesn't need an SvtLanguageTable instanceEike Rathke1-3/+0
2014-04-18Typo: s/cant/can't/Tor Lillqvist2-2/+2
2014-04-18Typo: s/shure/sureTor Lillqvist1-1/+1
2014-04-07framework: sal_Bool->boolNoel Grandin8-17/+17
2014-04-06Typo: s/ouer/ourTor Lillqvist4-11/+11
2014-04-06Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist3-12/+0
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist4-87/+0
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist5-10/+10
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist13-118/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann15-107/+107
2014-03-20Access safe members directlyStephan Bergmann1-3/+1
2014-03-20Use an osl::Mutex directlyStephan Bergmann1-3/+2
2014-03-20Access safe members directlyStephan Bergmann1-3/+1
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-3/+1