summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastypes.cxx
AgeCommit message (Expand)Author
2016-07-20tdf#95857 Sort out German plurals ...danielt998
2016-07-12Remove excess newlinesChris Sherlock
2015-11-20loplugin:unusedfields in basctlNoel Grandin
2015-11-19loplugin:sallogareasStephan Bergmann
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-24convert Link<> to typedNoel Grandin
2015-09-09convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-29remove custom RTTI from basctl::BaseWindowNoel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin
2015-03-09cppcheck: cstyleCastCaolán McNamara
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-04-28Improve TabBar return typesNoel Grandin
2014-03-28Remove remaining DBG_CTOR etc. remnants from basctlStephan Bergmann
2014-03-17basct: prefer passing OUString by referenceNoel Grandin
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-25Remove visual noise from basctlAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-27coverity#1130421 Improper use of negative valueCaolán McNamara
2014-01-17Window::Notify should return boolStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
2013-02-16Move SyntaxHighlighter class from svtools to comphelperAndras Timar
2012-12-18Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis