summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/numpages.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-5/+5
2018-09-13add GetDialogExampleSet rather than guess at itCaolán McNamara1-6/+6
2018-09-12Avoid duplicate class name causing ODR violationStephan Bergmann1-2/+2
2018-09-11weld SvxNumPositionTabPageCaolán McNamara1-278/+456
2018-09-11weld SvxBitmapPickTabPageCaolán McNamara1-39/+37
2018-09-11weld SvxNumPickTabPageCaolán McNamara1-22/+20
2018-09-10weld SvxSingleNumPickTabPageCaolán McNamara1-22/+20
2018-09-10weld SvxBulletPickTabPageCaolán McNamara1-22/+19
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-12/+0
2018-08-16SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann1-2/+2
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann1-2/+2
2018-08-12Fix typosAndrea Gelmini1-1/+1
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-25loplugin:useuniqueptr in cui numpagesNoel Grandin1-60/+36
2018-05-31drop Graphic::GetBitmapNoel Grandin1-1/+1
2018-04-29Avoid comphelper::string::getTokenCount()Matteo Casalin1-3/+6
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen1-1/+0
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-12/+12
2018-04-08tdf#112384 sw: Allow New line as a label followed by chapter numberingNithin Kumar Padavu1-0/+9
2018-04-06weld linkeditdialogCaolán McNamara1-2/+2
2018-03-31removed semicolon,added missing close-parenthesishimajin1000001-2/+2
2018-03-30weld SvxCharacterMap dialogCaolán McNamara1-9/+9
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt1-4/+4
2018-02-28Use for-range loops in cuiJulien Nabet1-16/+17
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-6/+6
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-16Revert "loplugin:changetoolsgen in canvas..cui" and reapplyNoel Grandin1-4/+4
2018-02-14loplugin:changetoolsgen in canvas..cuiNoel Grandin1-9/+9
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen1-1/+0
2018-01-31SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann1-3/+3
2018-01-30No apparent reason to limit nTextXPos to sal_uInt16 instead of longStephan Bergmann1-2/+2
2018-01-30No apparent reason to limit nFirstLineOffset to sal_uInt16 instead of longStephan Bergmann1-1/+1
2018-01-30No apparent reason to limit nXStart to sal_uInt16 instead of longStephan Bergmann1-2/+2
2018-01-30No apparent reason to limit nLineHeight to sal_uInt16 instead of longStephan Bergmann1-1/+1
2018-01-30No apparent reason to limit nFontHeight to sal_uInt16 instead of longStephan Bergmann1-1/+1
2018-01-30No apparent reason to limit nYStep to sal_uInt16 instead of longStephan Bergmann1-1/+1
2018-01-30No apparent reason to limit nXStep to sal_uInt16 instead of longStephan Bergmann1-1/+1
2018-01-30No apparent reason to limit nYMiddle to sal_uInt16 instead of longStephan Bergmann1-1/+1
2018-01-30No apparent reason to limit nXStart to sal_uInt16 instead of longStephan Bergmann1-2/+2
2018-01-30No apparent reason to limit nYStart to sal_uInt16 instead of longStephan Bergmann1-1/+1
2018-01-30No apparent reason to limit nWidthRelation to sal_uInt16 instead of longStephan Bergmann1-1/+1
2018-01-30No apparent reason to limit nYMiddle to sal_uInt16 instead of longStephan Bergmann1-1/+1
2018-01-30No apparent reason to limit nNumberXPos to sal_uInt16 instead of longStephan Bergmann1-2/+2
2018-01-30No apparent reason to limit nTextOffset to sal_uInt16 instead of longStephan Bergmann1-4/+4
2018-01-30No apparent reason to limit nBulletWidth to sal_uInt16 instead of longStephan Bergmann1-5/+5
2018-01-30Move long vs. sal_uInt16 mismatch out of lcl_Draw{Graphic,Bullet}Stephan Bergmann1-12/+12
2018-01-15More loplugin:cstylecast: cuiStephan Bergmann1-2/+2
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann1-29/+29