/lpsolve/

tro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control/combobox.cxx
AgeCommit message (Expand)Author
2015-05-19VclPtr: crash on exit if cursor is in fontsize widget in sidebarCaolán McNamara
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara
2015-05-11gtk3: put magic 4 behind ImplGetExtraYOffsetCaolán McNamara
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-07tdf#90956 - ComboBox: handle re-size calculation during dispose.Michael Meeks
2015-05-07refactor ListBox/ComboBox to use RenderContextTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-25gtk3: get the right height for Combo boxesCaolán McNamara
2015-04-25Make combobox tolerate post-dispose usage better.Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10fix ilistbox dispose.Michael Meeks
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-12-18Resolves: rhbz#1175142 nStarts ends up as an invalid -1Caolán McNamara
2014-12-04loplugin:implicitboolconversionStephan Bergmann
2014-12-04the return code COMBOBOX_ERROR is completely ignoredNoel Grandin
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-01coverity#735654 Division or modulo by zeroCaolán McNamara
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-17coverity#735653 avoid division by 0David Tardon
2014-10-17coverity#735654 avoid division by 0David Tardon
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
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