summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* Don't inherit from ModalDialog for a random UI elementMarkus Mohrhard2018-02-072-3/+4
* tdf#114731: persona html can contain " instead of "Julien Nabet2018-02-061-1/+4
* convert SetPixel->SetPixelOnDataNoel Grandin2018-02-061-6/+12
* tdf#112239: Add icons to customize dialog function treeJim Raykowski2018-02-064-16/+28
* vcl: remove BitmapColor Color() operatorChris Sherlock2018-02-052-3/+3
* more TypedWhichId in SfxShell and SfxTabDialogNoel Grandin2018-02-034-8/+6
* Resolves: tdf#115369 wrong cell shadow iconsCaolán McNamara2018-02-031-1/+1
* lokdialog: Color/font picker in dialogs don't show previewTamás Zolnai2018-02-021-0/+22
* tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen2018-02-0123-24/+0
* SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann2018-01-311-3/+3
* 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