summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/imivctl1.cxx
AgeCommit message (Expand)Author
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-06coverity#706065 Unintended sign extensionCaolán McNamara
2014-07-04Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-08svtools: sal_Bool->boolNoel Grandin
2014-05-06consistent percent sign in commentsThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-14remove OV* debug stuffThomas Arnhold
2014-04-09Remove unused codeStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-06callcatcher: update unused codeCaolán McNamara
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-18Window::PreNotify should return boolStephan Bergmann
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-10-09Make CalcFocusRect look rightStephan Bergmann
2013-10-07WaE [-Wstrict-overflow] assuming signed overflow does not occurEike Rathke
2013-08-22convert svtools/source/contnr/imivctl.hxx from String to OUStringNoel Grandin
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
2013-07-31convert vcl/mnemonic.hxx from XubString to OUStringNoel Grandin
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-22s/the the/the/Tor Lillqvist
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-07-04fix previous STL conversion commit:Michael Stahl
2012-07-04Convert SvPtrarr to std::vector<SvxIconChoiceCtrlEntry*>Noel Grandin
2012-07-04fix previous STL conversion commit:Michael Stahl
2012-07-04Convert Svptrarr to boost::ptr_map<sal_uInt16, SvxIconChoiceCtrlColumnInfo>Noel Grandin
2012-07-04Convert Svptrarr to std::vector<Rectangle*>Noel Grandin
2012-05-18useless temporaryCaolán McNamara
2012-05-11removed unused definesTakeshi Abe
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet
2012-04-11Replace deprecated List for std::vector.Rafael Dominguez
2012-03-14svtools/source/contnr: translate commentsStefan Knorr (astron)
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
2011-11-14callcatcher: remove unused codeCaolán McNamara