summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/wordcountdialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-19clean up word count .uiCaolán McNamara1-1/+0
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-08-07loplugin:constparams in sw part9Noel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2016-10-05loplugin:unnecessaryoverride in swNoel Grandin1-5/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+13
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-05-20Displaying the number of standardized pages in the Word count windowMichal Siedlaczek1-0/+27
2014-04-07Resolves: fdo#51818 format word count numbers with locale rulesCaolán McNamara1-11/+13
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-16sal_Bool to boolTakeshi Abe1-1/+1
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-07Leave this one unfixed, since I have no idea what went wrongFridrich Štrba1-1/+1
2013-03-07Fix sw buildFridrich Štrba1-1/+1
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara1-1/+1
2013-02-13asynchronous word-count.Michael Meeks1-1/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-11use sizegroups instead of explicit codeCaolán McNamara1-11/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27warning C4805: '!=': unsafe mix of bool and sal_BoolMichael Stahl1-1/+1
2012-11-21make the word count dialog the right size with disabled CJK word countingCaolán McNamara1-0/+12
2012-11-14add asian/non-asian word count to UI when CJK mode is enabledCaolán McNamara1-1/+16
2012-09-28fix up mergeCaolán McNamara1-1/+1
2012-09-28make a dialog basically a dictionary of child widgetsCaolán McNamara1-7/+7
2012-09-28set a preferential width on the char/word count widgetsCaolán McNamara1-8/+27
2012-09-28Drop hard-coded layout for wordcount and use Gokul's .uiCaolán McNamara1-103/+23
2012-09-28ditch over complex property bucketsCaolán McNamara1-66/+20
2012-09-28implement sucking in the padding from the themeCaolán McNamara1-6/+2
2012-09-28better initial size string for pre-updateCaolán McNamara1-1/+1
2012-09-28rename these so easy to know what is whatCaolán McNamara1-19/+19
2012-09-28rename theseCaolán McNamara1-12/+12
2012-09-28can drop the debugging size setting now it worksCaolán McNamara1-12/+0
2012-09-28need to think about the toplevel dialog resizeCaolán McNamara1-8/+19
2012-09-28add a little spaceCaolán McNamara1-2/+2
2012-09-28pretty it up a littleCaolán McNamara1-6/+8
2012-09-28only Dialog has SetMinOutputSizePixelCaolán McNamara1-1/+3
2012-09-28pretty up the demo dialogCaolán McNamara1-2/+4
2012-09-28support a border-widthCaolán McNamara1-0/+5
2012-09-28now can add the original widgets back inCaolán McNamara1-3/+34
2012-09-28we'll need a pack-type in order to shove buttons over to the rightCaolán McNamara1-1/+5
2012-09-28use property bucketsCaolán McNamara1-35/+37