summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/framectr.cxx
AgeCommit message (Expand)Author
2017-02-28new loplugin unoanyNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-20use rtl::Reference in BibFrameCtrl_ImplNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in extensionsStephan Bergmann
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-06remove some manual ref-countingNoel Grandin
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-24loplugin:constantfunction: variousNoel Grandin
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-21Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-02extensions: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-13coverity#737107 Uncaught exceptionCaolán McNamara
2014-02-13coverity#737105 Uncaught exceptionCaolán McNamara
2014-01-30reset Stati is presumably to reset stateCaolán McNamara
2014-01-30fdo#39468 Translate German commentsSven Wehner
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist