summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.cxx
AgeCommit message (Expand)Author
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-08convert custom bibliography toolbar to .ui formatCaolán McNamara
2016-02-25convert EComposeRule to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-19loplugin:sallogareasStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17convert Link<> to typedNoel Grandin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-06-16Fix typosAndrea Gelmini
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09initial load of bibliography doesn't set bibliography typeCaolán McNamara
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-12-12extensions: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-14we can't use untranslatable strings hereCaolán McNamara
2014-06-14Convert RID_DLG_MAPPING to .uiPalenik Mihály
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-02extensions: sal_Bool->boolNoel Grandin
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17convert biblio choose data source dialog to .uiCaolán McNamara
2014-02-02drop unused aURLSTCaolán McNamara
2013-10-01convert extensions module from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara