summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* No apparent reason to limit nTextXPos to sal_uInt16 instead of longStephan Bergmann2018-01-301-2/+2
* No apparent reason to limit nFirstLineOffset to sal_uInt16 instead of longStephan Bergmann2018-01-301-1/+1
* No apparent reason to limit nXStart to sal_uInt16 instead of longStephan Bergmann2018-01-301-2/+2
* No apparent reason to limit nLineHeight to sal_uInt16 instead of longStephan Bergmann2018-01-301-1/+1
* No apparent reason to limit nFontHeight to sal_uInt16 instead of longStephan Bergmann2018-01-301-1/+1
* No apparent reason to limit nYStep to sal_uInt16 instead of longStephan Bergmann2018-01-301-1/+1
* No apparent reason to limit nXStep to sal_uInt16 instead of longStephan Bergmann2018-01-301-1/+1
* No apparent reason to limit nYMiddle to sal_uInt16 instead of longStephan Bergmann2018-01-301-1/+1
* No apparent reason to limit nXStart to sal_uInt16 instead of longStephan Bergmann2018-01-301-2/+2
* No apparent reason to limit nYStart to sal_uInt16 instead of longStephan Bergmann2018-01-301-1/+1
* No apparent reason to limit nWidthRelation to sal_uInt16 instead of longStephan Bergmann2018-01-301-1/+1
* No apparent reason to limit nYMiddle to sal_uInt16 instead of longStephan Bergmann2018-01-301-1/+1
* No apparent reason to limit nNumberXPos to sal_uInt16 instead of longStephan Bergmann2018-01-301-2/+2
* No apparent reason to limit nTextOffset to sal_uInt16 instead of longStephan Bergmann2018-01-301-4/+4
* No apparent reason to limit nBulletWidth to sal_uInt16 instead of longStephan Bergmann2018-01-301-5/+5
* Move long vs. sal_uInt16 mismatch out of lcl_Draw{Graphic,Bullet}Stephan Bergmann2018-01-301-12/+12
* Removed valueless lines of commentstagezi2018-01-291-82/+20
* Improve code checking for a valid port numberStephan Bergmann2018-01-291-8/+21
* Fix typosAndrea Gelmini2018-01-261-2/+2
* tdf#107567 et al. Paragraph dialog preview windows fixesJim Raykowski2018-01-262-75/+113
* tdf#115129 Add function on double click in Customize DialogJim Raykowski2018-01-252-0/+9
* tdf#115129 change customize function tree expand collapse behaviorJim Raykowski2018-01-242-11/+5
* remove some sal_Bool remnantsNoel Grandin2018-01-221-27/+25
* more ScopedVclPtr for dialogsNoel Grandin2018-01-211-2/+3
* loplugin:unusedmethodsNoel Grandin2018-01-203-27/+0
* tdf#111747 Enabled position protection immediately after protection is checkedKshitij Pathania2018-01-193-3/+37
* lokdialog: Convert the Format -> ... -> Position and Size... to async exec.Jan Holesovsky2018-01-181-1/+6
* Fix typosAndrea Gelmini2018-01-161-1/+1
* svx: chain up correctly for SvxCharacterMap::Execute()Pranav Kant2018-01-161-1/+1
* More loplugin:cstylecast: cuiStephan Bergmann2018-01-1525-90/+90
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* More loplugin:cstylecast: cuiStephan Bergmann2018-01-1250-413/+413
* show something for the link name if there is no link bodyCaolán McNamara2018-01-121-1/+1
* loplugin:redundantcast: cuiStephan Bergmann2018-01-117-8/+8
* Use more unique_ptr in treeopt (cui)Julien Nabet2018-01-112-12/+10
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-1/+1
* tdf#114701 Missing widget labels in Customization dialogheiko tietze2018-01-111-156/+231
* tdf#114818 hold the mutex before executing the error dialogXisco Fauli2018-01-061-0/+4
* drop FrameDirListBox typedefNoel Grandin2018-01-042-2/+2
* loplugin:unusedfieldsNoel Grandin2018-01-042-12/+0
* tdf#113357 cui: fix duplicate 'Formatted text [Richtext]' paste optionMiklos Vajna2018-01-034-0/+77
* RID_* can be extern global variablesNoel Grandin2018-01-022-2/+2
* Fix typosbansan852018-01-013-3/+3
* Bump copyright year to 2018Adolfo Jayme Barrientos2018-01-011-1/+1
* Fix indentbansan852017-12-311-14/+14
* loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin2017-12-301-1/+1
* Fix typosAndrea Gelmini2017-12-291-2/+2
* Use unique_ptr for VectorOfNodes (cui/treeopt)Julien Nabet2017-12-282-19/+14
* Use unique_ptr for m_aLeaves/m_aGroupedLeaves (cui)Julien Nabet2017-12-282-25/+13
* clang-tidy-modernize-use-equals-default in cuiJochen Nitschke2017-12-273-35/+0