summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basides2.cxx
AgeCommit message (Expand)Author
2016-03-17loplugin:constantparam in sfx2Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-05Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara
2015-05-15tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin
2015-03-24loplugin:constantfunction: basctlNoel Grandin
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini
2014-10-23loplugin: cstylecastNoel Grandin
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin
2013-08-18fdo#57950: Remove some chained appends in basctlJelle van der Waa
2013-08-14convert GetSelectionText... methods to OUString and boolIvan Timofeev
2013-04-22Replace chained O(U)StringBuffer::append() with operator+anuragkanungo
2013-02-22coverity#735665 Dereference after null checkNorbert Thiebaud
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-10-22OUString cleanup in basctlRicardo Montania
2012-10-09rtl::OUString to OUString in basctlRicardo Montania
2012-08-29Basic IDE: namespace basctlUray M. János
2012-08-17Object Catalog in Dialog EditorUray M. János
2012-08-07IDE: PTR_CAST, ISA to dynamic_castUray M. János
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás
2012-08-07IDE: sal_Bool to boolUray M. János
2012-08-07Basic IDE Object Catalog improvementsUray M. János
2012-08-02sal_Bool -> boolTakeshi Abe
2012-07-31sal_Bool -> boolTakeshi Abe
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-27sal_Bool -> boolTakeshi Abe
2012-06-29Remove unused header guards and optionsThomas Arnhold
2012-06-29Remove last PCH tracesThomas Arnhold
2012-06-12re-base on ALv2 code.Michael Meeks
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-03-22Convert tools/table.hxx usage to std::map in Basic IDE moduleNoel Grandin
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2011-12-09String->OUStringAugust Sodora
2011-11-27remove include of pch header in basctlNorbert Thiebaud
2011-11-22String->OUStringAugust Sodora
2011-08-23Translated German comments and removed the redundant ones in the directories ...Allmann-Rahn
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-02-06Remove lots of dead codeThomas Arnhold
2011-01-14removetooltypes01: #i112600# remove tooltypes from basctlMikhail Voytenko
2010-12-11cleaning of __EXPORT defineGert Faller
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-07FASTBOOL to bool conversionNorbert Thiebaud
2010-07-27mib17: move VBA specific interfaces into vba subdirDaniel Rentz
2010-05-05fix for insertnpower Developer