summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/wordcountdialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-30tdf#135244: don't jump when updating countsMike Kaganski1-1/+4
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist1-2/+2
2020-02-28Add mobile version of WordCountDialogSzymon Kłos1-1/+11
2020-02-25Revert "WordCountDIalog in vertical mobile version"Szymon Kłos1-36/+5
2020-02-23WordCountDIalog in vertical mobile versionSzymon Kłos1-5/+36
2020-01-23tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxxGabor Kelemen1-4/+1
2019-08-05tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[l-z]*Gabor Kelemen1-0/+1
2019-04-27weld cluster of change tracking dialogsCaolán McNamara1-1/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-6/+6
2018-11-08loplugin:unusedfieldsNoel Grandin1-1/+0
2018-11-04reweld SwWordCountFloatDlgCaolán McNamara1-74/+40
2018-11-02Revert "weld SwWordCountFloatDlg"Stephan Bergmann1-40/+74
2018-11-01weld SwWordCountFloatDlgCaolán McNamara1-74/+40
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
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