summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hlmarkwn.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-07Don't inherit from ModalDialog for a random UI elementMarkus Mohrhard1-2/+2
2018-01-29Removed valueless lines of commentstagezi1-82/+20
2018-01-16Fix typosAndrea Gelmini1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: cuiStephan Bergmann1-3/+3
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-05-18can drop CUI_RESSTR nowCaolán McNamara1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-29convert EViewType to scoped enumNoel Grandin1-2/+2
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin1-2/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-25move Image ctor variant with mask color to callersCaolán McNamara1-1/+1
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-11-03tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin1-1/+1
2016-03-10loplugin:constantparam in cuiNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-5/+5
2015-09-11convert Link<> to typedNoel Grandin1-2/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-7/+9
2015-07-29com::sun::star->css in cuiNoel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-1/+1
2015-05-14refactor SvxHlmarkTreeLBox to use RenderContextTomaž Vajngerl1-8/+6
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-1/+2
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+15
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2015-02-18TyposJulien Nabet1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-06-18Convert RID_SVXFLOAT_HYPERLINK_MARKWND to .uiPalenik Mihály1-42/+48
2014-04-16cui: sal_Bool->boolNoel Grandin1-13/+13
2014-03-25svtools: sal_Bool->boolNoel Grandin1-3/+3
2014-03-17cui: prefer passing OUString by referenceNoel Grandin1-5/+5