summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basides2.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-18loplugin:flatten in basctlNoel Grandin1-12/+12
2020-02-19weld WatchWindow panelCaolán McNamara1-0/+1
2020-01-22tdf#42949 Fix IWYU warnings in basctl/Gabor Kelemen1-3/+3
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth1-2/+2
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-01-12More loplugin:cstylecast: basctlStephan Bergmann1-1/+1
2017-10-10basctl: consistently use "" and <> in include directivesMike Kaganski1-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-05-17drop IDE_RESSTRCaolán McNamara1-2/+2
2017-03-28tdf#39468 Translate German commentsJens Carl1-1/+1
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-2/+2
2016-09-20Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann1-5/+4
2016-03-17loplugin:constantparam in sfx2Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-05Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara1-2/+2
2015-05-15tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.Michael Meeks1-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-7/+7
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks1-2/+2
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+4
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin1-2/+2
2015-03-24loplugin:constantfunction: basctlNoel Grandin1-2/+0
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin1-2/+1
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini1-10/+0
2014-10-23loplugin: cstylecastNoel Grandin1-2/+2
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-2/+2
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-18fdo#57950: Remove some chained appends in basctlJelle van der Waa1-6/+1
2013-08-14convert GetSelectionText... methods to OUString and boolIvan Timofeev1-2/+2
2013-04-22Replace chained O(U)StringBuffer::append() with operator+anuragkanungo1-7/+3
2013-02-22coverity#735665 Dereference after null checkNorbert Thiebaud1-4/+6
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
2012-10-22OUString cleanup in basctlRicardo Montania1-1/+1
2012-10-09rtl::OUString to OUString in basctlRicardo Montania1-9/+9
2012-08-29Basic IDE: namespace basctlUray M. János1-24/+23
2012-08-17Object Catalog in Dialog EditorUray M. János1-42/+20
2012-08-07IDE: PTR_CAST, ISA to dynamic_castUray M. János1-30/+17
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-3/+3
2012-08-07IDE: sal_Bool to boolUray M. János1-4/+4
2012-08-07Basic IDE Object Catalog improvementsUray M. János1-7/+0
2012-08-02sal_Bool -> boolTakeshi Abe1-2/+2
2012-07-31sal_Bool -> boolTakeshi Abe1-1/+1
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-27sal_Bool -> boolTakeshi Abe1-4/+4
2012-06-29Remove unused header guards and optionsThomas Arnhold1-3/+0
2012-06-29Remove last PCH tracesThomas Arnhold1-2/+2
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-2/+2