summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2021-05-21use toggle instead of click for RadioButtonCaolán McNamara4-12/+12
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara4-17/+25
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann1-3/+3
2021-05-15inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin2-4/+4
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin2-4/+4
2021-05-08ref-count SfxItemPoolNoel Grandin5-8/+6
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-16/+16
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-8/+5
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann2-2/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-4/+3
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-2/+2
2021-04-20uniformly apply truncate-multiline to all GtkEntrysCaolán McNamara1-0/+30
2021-04-12loplugin:unusedfieldsNoel Grandin1-1/+0
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-20/+26
2021-04-01tdf#141084 don't notify that the control has changed content until focus-outCaolán McNamara2-4/+12
2021-04-01lok: remove frame action listener when disposingHenry Castro1-0/+5
2021-03-31lok: "BibFrameController_Impl" prefix m_* membersHenry Castro2-42/+43
2021-03-26loplugin:flattenNoel1-15/+15
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in extensionsVincent LE GARREC122-485/+122
2021-03-23use single-use attribute for LoggerPoolNoel Grandin2-21/+3
2021-03-21cid#1474008 silence Unchecked return value from libraryCaolán McNamara1-13/+13
2021-03-12use VCLUnoHelper::GetWindowCaolán McNamara1-3/+2
2021-03-12awt::XWindow has setVisible so don't need to fetch VCLXWindow to do thatCaolán McNamara1-6/+3
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel2-23/+23
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann1-2/+1
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara1-2/+2
2021-03-03bubblewindow.hxx can be a private vcl headerCaolán McNamara1-4/+2
2021-03-03split and move MenuBar BubbleWindowManager to vclCaolán McNamara2-371/+21
2021-03-03move BubbleWindow to vclCaolán McNamara1-234/+1
2021-02-27loplugin:refcounting in extensionsNoel2-2/+3
2021-02-24Move code for setting unique buildable names one level upXisco Fauli2-10/+10
2021-02-23Set unique buildable names to each widget in the form properties dialogXisco Fauli1-5/+10
2021-02-23tdf#139070 format entry view of multilines with final formattingCaolán McNamara1-1/+10
2021-02-23weld bibliography autofilter menuCaolán McNamara4-21/+38
2021-02-23loplugin:unusedmethodsNoel1-5/+0
2021-02-22cid#1473244 silence Unchecked return valueCaolán McNamara1-1/+1
2021-02-22loplugin:refcounting in extensionsNoel4-20/+19
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2021-02-19weld BibGeneralPageCaolán McNamara5-915/+1088
2021-02-18link up orphan labels in mapping dialog to the entries they should labelCaolán McNamara1-288/+291
2021-02-18loplugin:referencecasting (--enable-extension-update)Stephan Bergmann2-2/+2
2021-02-16loplugin:referencecasting in editeng..frameworkNoel13-25/+25
2021-02-11tdf#140239 leave current cursor valid if the contents won't changeCaolán McNamara1-10/+8
2021-02-01abpilot : remove useless type PackageAccessControlArnaud Versini2-8/+2