summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen23-24/+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-29Removed valueless lines of commentstagezi1-82/+20
2018-01-29Improve code checking for a valid port numberStephan Bergmann1-8/+21
2018-01-26Fix typosAndrea Gelmini1-2/+2
2018-01-26tdf#107567 et al. Paragraph dialog preview windows fixesJim Raykowski2-75/+113
2018-01-25tdf#115129 Add function on double click in Customize DialogJim Raykowski2-0/+9
2018-01-24tdf#115129 change customize function tree expand collapse behaviorJim Raykowski2-11/+5
2018-01-22remove some sal_Bool remnantsNoel Grandin1-27/+25
2018-01-21more ScopedVclPtr for dialogsNoel Grandin1-2/+3
2018-01-20loplugin:unusedmethodsNoel Grandin3-27/+0
2018-01-19tdf#111747 Enabled position protection immediately after protection is checkedKshitij Pathania3-3/+37
2018-01-18lokdialog: Convert the Format -> ... -> Position and Size... to async exec.Jan Holesovsky1-1/+6
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-16svx: chain up correctly for SvxCharacterMap::Execute()Pranav Kant1-1/+1
2018-01-15More loplugin:cstylecast: cuiStephan Bergmann25-90/+90
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann50-413/+413
2018-01-12show something for the link name if there is no link bodyCaolán McNamara1-1/+1
2018-01-11loplugin:redundantcast: cuiStephan Bergmann7-8/+8
2018-01-11Use more unique_ptr in treeopt (cui)Julien Nabet2-12/+10
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-11tdf#114701 Missing widget labels in Customization dialogheiko tietze1-156/+231
2018-01-06tdf#114818 hold the mutex before executing the error dialogXisco Fauli1-0/+4
2018-01-04drop FrameDirListBox typedefNoel Grandin2-2/+2
2018-01-04loplugin:unusedfieldsNoel Grandin2-12/+0
2018-01-03tdf#113357 cui: fix duplicate 'Formatted text [Richtext]' paste optionMiklos Vajna4-0/+77
2018-01-02RID_* can be extern global variablesNoel Grandin2-2/+2
2018-01-01Fix typosbansan853-3/+3
2018-01-01Bump copyright year to 2018Adolfo Jayme Barrientos1-1/+1
2017-12-31Fix indentbansan851-14/+14
2017-12-30loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin1-1/+1
2017-12-29Fix typosAndrea Gelmini1-2/+2
2017-12-28Use unique_ptr for VectorOfNodes (cui/treeopt)Julien Nabet2-19/+14