summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/numpages.cxx
AgeCommit message (Expand)Author
2019-01-28tdf#122951: Fix insertion of graphics as bulletsXisco Fauli
2018-04-29Avoid comphelper::string::getTokenCount()Matteo Casalin
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-08tdf#112384 sw: Allow New line as a label followed by chapter numberingNithin Kumar Padavu
2018-04-06weld linkeditdialogCaolán McNamara
2018-03-31removed semicolon,added missing close-parenthesishimajin100000
2018-03-30weld SvxCharacterMap dialogCaolán McNamara
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt
2018-02-28Use for-range loops in cuiJulien Nabet
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-02-16Revert "loplugin:changetoolsgen in canvas..cui" and reapplyNoel Grandin
2018-02-14loplugin:changetoolsgen in canvas..cuiNoel Grandin
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen
2018-01-31SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann
2018-01-30No apparent reason to limit nTextXPos to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nFirstLineOffset to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nXStart to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nLineHeight to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nFontHeight to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nYStep to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nXStep to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nYMiddle to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nXStart to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nYStart to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nWidthRelation to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nYMiddle to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nNumberXPos to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nTextOffset to sal_uInt16 instead of longStephan Bergmann
2018-01-30No apparent reason to limit nBulletWidth to sal_uInt16 instead of longStephan Bergmann
2018-01-30Move long vs. sal_uInt16 mismatch out of lcl_Draw{Graphic,Bullet}Stephan Bergmann
2018-01-15More loplugin:cstylecast: cuiStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann
2017-12-17loplugin:unusedindex Remove useless outer loopMike Kaganski
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe
2017-11-16tdf#111740 Wrong preview of graphic bullet symbol in ImpressMark Vecsernyes
2017-11-11tdf#111738: Duplicated numbering alignment option on numbering dialogTamás Zolnai
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: cuiStephan Bergmann
2017-10-01simplify some OUString compareTo callsMuhammet Kara
2017-09-26tdf#111739 fix Selecting a custom character as a bullet symbol insertionDaniel
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-20unused sNumCharFmtName fieldsNoel Grandin
2017-09-08set parent for file dialog helperCaolán McNamara