summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/svimpbox.cxx
AgeCommit message (Expand)Author
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-27Avoid unnecessary bad downcastStephan Bergmann
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-12-09changed timers to idlesJennifer Liebel
2014-12-09changed timers to idleJennifer Liebel
2014-12-09changed timers to idlesJennifer Liebel
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-10-09Resolves: fdo#82270 Grabbing focus can invalidate the entriesCaolán McNamara
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-08-31Treeview may lose focus when left/right arrow is usedNiklas Johansson
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-03coverity#706077 Unintended sign extensionCaolán McNamara
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-03-06coverity#982472 Dereference after null checkCaolán McNamara
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-25Remove visual noise from svtoolsAlexander 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-02-18coverity#984146 Uninitialized scalar fieldCaolán McNamara
2014-02-10coverity#440991 Dereference after null checkCaolán McNamara
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-10-11have another shot at placing the expander checkitem optimallyCaolán McNamara
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl
2013-08-15I hate the positioning of the expander checkitem in hierarchical viewCaolán McNamara
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-11update outputsize on parent resize and recalculate boundsCaolán McNamara
2013-02-04rhbz#903615 avoid null ptr dereferenceDavid Tardon
2012-11-29I didn't mean to check this in....Kohei Yoshida
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida
2012-11-28Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
2012-11-15Store tree list entry items in ptr_vector & const correct-ness.Kohei Yoshida
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida
2012-10-29Remove unnecessary type casts.Kohei Yoshida
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida
2012-10-23sal_Bool to bool.Kohei Yoshida
2012-10-19We don't need this method now.Kohei Yoshida