summaryrefslogtreecommitdiff
path: root/vcl/source/control/lstbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-15/+15
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-3/+3
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-5/+5
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-3/+3
2014-10-17coverity#735655 avoid division by 0David Tardon1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-10/+10
2014-09-29loplugin: cstylecastNoel Grandin1-6/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-9/+9
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-14convert UserDrawHdl to boost signals2Luboš Luňák1-4/+3
2014-09-14convert ListBox's ImplBtn to use boost signal2Luboš Luňák1-5/+3
2014-08-11callcatcher: update unused codeCaolán McNamara1-13/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-30/+30
2014-04-25coverity#735656 Division or modulo by zeroCaolán McNamara1-1/+1
2014-04-02coverity#708589 Uninitialized pointer fieldCaolán McNamara1-1/+3
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-13/+0
2014-03-10callcatcher: update unused codeCaolán McNamara1-6/+0
2014-03-06ReadShortRes() actually reads a wannabe unsigned hereEike Rathke1-6/+8
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-43/+43
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-3/+3
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock1-70/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-35/+35
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-28Resolves: #i124008# listbox entry's are selected automatically...Steve Yin1-1/+1
2014-01-18Window::PreNotify should return boolStephan Bergmann1-7/+7
2014-01-13disentangle CalcSizeCaolán McNamara1-2/+2
2013-11-25Integrate branch of IAccessible2Steve Yin1-0/+33
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-3/+3
2013-09-02GSOC work, disable QuickSelectionEngine+ListBox navigation modificationGergo Mocsi1-0/+4
2013-08-16callcatcher: newly unused ResId related methodsCaolán McNamara1-9/+0
2013-08-12XubString->OUStringCaolán McNamara1-11/+11
2013-07-26convert GetSelectEntry family to OUStringCaolán McNamara1-1/+1
2013-07-12XubString->OUStringCaolán McNamara1-1/+1
2013-06-29GetNativeControlRegion is constIvan Timofeev1-4/+4
2013-06-06Remove some warnings on mingw64Fridrich Štrba1-1/+1
2013-05-22setting max line count should allow extra values to be added laterCaolán McNamara1-1/+1
2013-05-20Related: #i122041# More unifications for FillStylesArmin Le Grand1-5/+51
2013-05-16sal_Bool to boolTakeshi Abe1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2013-04-02Fix typo: addtional => additional in the comment.Golnaz Irannejad1-1/+1
2013-03-25Translate German comments, fix some whitespacePhilipp Weissenbacher1-141/+49
2013-03-04include scrollbar width in optimalsize if vert scrollbar is always shownCaolán McNamara1-0/+8
2013-02-25Related: fdo#60764 APPFONT is 1/8 avg char *height* & 1/4 avg char *width*Caolán McNamara1-3/+1
2013-02-22Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara1-0/+21
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara1-7/+2
2012-12-20The LineListBox drew lines wider than can fit in its text areaCaolán McNamara1-10/+27