summaryrefslogtreecommitdiff
path: root/vcl/source/control/combobox.cxx
AgeCommit message (Expand)Author
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-14convert Edit autocomplete Hdl to boost signals2Luboš Luňák
2014-09-14convert UserDrawHdl to boost signals2Luboš Luňák
2014-09-14convert ListBox's ImplBtn to use boost signal2Luboš Luňák
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-15callcatcher: update unused codeCaolán McNamara
2014-05-15+sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke
2014-05-13sal_Int32 ComboBox::InsertEntryWithImage()Eike Rathke
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-10callcatcher: update unused codeCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-28bool improvementsStephan Bergmann
2014-01-28Resolves: #i124008# listbox entry's are selected automatically...Steve Yin
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-13disentangle CalcSizeCaolán McNamara
2014-01-11longparas: unnecessary xub_StrLen castCaolán McNamara
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-08-12convert XubString to OUString in VCLNoel Grandin
2013-08-12convert vcl mnemonicengine.hxx and quickselectionengine.hxxNoel Grandin
2013-08-10XubString->OUStringCaolán McNamara
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
2013-07-03readjust the combobox optimal size calculation, needs to be more stableCaolán McNamara
2013-07-03adjust ComboBox optimal size for non-dropdown caseCaolán McNamara
2013-05-22setting max line count should allow extra values to be added laterCaolán McNamara
2013-05-20vcl: all EnableAutoSize methods take a bool.Michael Meeks
2013-05-20Related: #i122041# More unifications for FillStylesArmin Le Grand
2013-05-11sal_Bool to boolTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-11Make ComboBox::CalcSize to return the right widthZolnai Tamás
2013-03-11use approximate_char_width instead of GetTextWidth('X')Caolán McNamara
2013-03-07OUString::replaceAt() does not replace in-placeTor Lillqvist
2013-03-07Replaced XubString with OUString in vcl(combobox)Chr. Rossmanith
2013-03-05fdo#39468 translate German comments in /vcl V2Christian M. Heller
2013-03-04fdo#39468 translate German comments in vclChristian M. Heller
2013-02-25Related: fdo#60764 APPFONT is 1/8 avg char *height* & 1/4 avg char *width*Caolán McNamara
2013-02-23allow setting ComboBox max-width-chars via propertiesCaolán McNamara
2013-02-22Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara
2013-01-11split out the ComboBox code that determines the positioning of subwidgetsCaolán McNamara
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks