summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basides1.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-04tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-3/+3
2015-05-15tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.Michael Meeks1-6/+6
2015-04-29coverity#1296211 pCurWin == pNewWin at this pointCaolán McNamara1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-27/+27
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin1-2/+2
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-14/+14
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin1-9/+9
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-1/+1
2014-12-18basctl: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-08reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini1-5/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-7/+5
2014-10-23loplugin: cstylecastNoel Grandin1-11/+11
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann1-1/+2
2014-01-17bool improvementsStephan Bergmann1-2/+2
2013-10-01convert basctl module from String to OUStringNoel Grandin1-3/+3
2013-09-13fix for fdo#69173 crasherNoel Power1-0/+3
2013-08-29convert include/sfx2/minfitem.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-2/+2
2013-02-22coverity#735664 coverity#736134 coverity#736135 Dereference NullNorbert Thiebaud1-2/+2
2012-11-20Bin pointless _SOLAR__PRIVATE which was always 1 anywayTor Lillqvist1-2/+0
2012-10-05::rtl::OUString to OUString in basctlRicardo Montania1-37/+37
2012-09-07Basic IDE: Docking property browser under object catalogUray M. János1-15/+2
2012-08-29Basic IDE: namespace basctlUray M. János1-80/+75
2012-08-17followup changes to 44861f2435a0c487d4fb5b196f7e4fe7f9569396Noel Power1-2/+0
2012-08-17Object Catalog in Dialog EditorUray M. János1-312/+144
2012-08-07IDE: dynamic_cast fixUray M. János1-3/+3
2012-08-07IDE: PTR_CAST, ISA to dynamic_castUray M. János1-86/+78
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-1/+1
2012-08-07IDE: sal_Bool to boolUray M. János1-31/+32
2012-08-07Basic IDE Object Catalog improvementsUray M. János1-6/+10
2012-08-02sal_Bool -> boolTakeshi Abe1-2/+2
2012-07-31sal_Bool -> boolTakeshi Abe1-9/+8
2012-07-27sal_Bool -> boolTakeshi Abe1-27/+28
2012-07-26fixed Replace all message in Basic IDEUray M. János1-1/+1
2012-07-25fdo#50633 IDE: select current module in Object Catalog on openUray M. János1-0/+1
2012-07-25sal_Bool -> boolTakeshi Abe1-2/+2
2012-07-24fdo#52223 fix Object Catalog in Basic IDE when resizingUray M. János1-19/+4
2012-07-03fdo#51577 - fix incremental search / buffer switching hang/crashMichael Meeks1-1/+4
2012-06-29Remove unused header guards and optionsThomas Arnhold1-6/+0
2012-06-29Remove last PCH tracesThomas Arnhold1-3/+14