summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype2.cxx
AgeCommit message (Expand)Author
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2017-07-31loplugin:constparams in basctlNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-05-17drop IDE_RESSTRCaolán McNamara
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M
2017-04-25remove bitmaps from .src filesCaolán McNamara
2017-04-05loplugin:constantparam part2Noel Grandin
2017-02-17convert BrowseMode to o3tl::typed_flagsNoel Grandin
2017-02-06loplugin:unusedenumconstants in basctlNoel Grandin
2017-02-01Convert RID_POPUP_TABBAR to xmlMaxim Monastirsky
2017-01-19missed a conversion hereCaolán McNamara
2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara
2016-11-03tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-08-30no point in these dtors being virtualCaolán McNamara
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in basctlNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
2016-02-09Remove excess newlinesChris Sherlock
2016-01-11loplugin:unusedmethods unused return value in basctlNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-05Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-13Revert overly aggressive removal of include statementsStephan Bergmann
2015-09-13Use move semanticsStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini
2014-12-03Use std::initializer_listStephan Bergmann
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-24Drop unused #includesTakeshi Abe
2014-05-19Resolves: #i76558# jump by Enter key on the Object catalogTsutomu Uchino
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-25Remove visual noise from basctlAlexander Wilms
2014-02-07auto_ptr -> heap_ptrStephan Bergmann
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann
2014-01-03add some borders hereCaolán McNamara
2013-11-11basctl: include <> for external includesNorbert Thiebaud
2013-10-11Fix whitespace.Jan Holesovsky