summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype2.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-11loplugin:unusedmethods unused return value in basctlNoel Grandin1-13/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-05Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara1-2/+2
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+3
2015-09-13Revert overly aggressive removal of include statementsStephan Bergmann1-0/+1
2015-09-13Use move semanticsStephan Bergmann1-21/+19
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-1/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09prophylactic double dispose audit.Michael Meeks1-1/+2
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin1-0/+6
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini1-12/+0
2014-12-03Use std::initializer_listStephan Bergmann1-11/+9
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann1-9/+11
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-07-24Drop unused #includesTakeshi Abe1-1/+0
2014-05-19Resolves: #i76558# jump by Enter key on the Object catalogTsutomu Uchino1-22/+37
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-02-25Remove visual noise from basctlAlexander Wilms1-3/+3
2014-02-07auto_ptr -> heap_ptrStephan Bergmann1-47/+22
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann1-1/+1
2014-01-03add some borders hereCaolán McNamara1-4/+8
2013-11-11basctl: include <> for external includesNorbert Thiebaud1-1/+1
2013-10-11Fix whitespace.Jan Holesovsky1-3/+3
2013-10-07CID#984418 unused returned pointerCaolán McNamara1-1/+1
2013-10-07CID#984417 unused returned pointerCaolán McNamara1-1/+1
2013-10-07CID#738954 unused returned pointerCaolán McNamara1-1/+1
2013-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann1-0/+24
2013-08-18fdo#57950: Remove some chained appends in basctlJelle van der Waa1-5/+2
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-1/+1
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-11-05convert basic dialog to .uiCaolán McNamara1-4/+22
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-35/+35
2012-10-12766 gerrit patch, fix appendAscii in bastype2.cxxRicardo Montania1-1/+1
2012-10-09rtl::OUString to OUString in basctlRicardo Montania1-58/+58
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-1/+0
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-22/+19
2012-08-30Object Catalog: double-click to modules and dialogsUray M. János1-10/+21
2012-08-29Basic IDE: namespace basctlUray M. János1-174/+185
2012-08-07IDE: sal_Bool to boolUray M. János1-4/+4
2012-07-31sal_Bool -> boolTakeshi Abe1-5/+5
2012-07-26fdo#50632 IDE: update Object Catalog when closing a documentUray M. János1-7/+27
2012-07-26sal_Bool -> boolTakeshi Abe1-3/+3
2012-06-29Remove last PCH tracesThomas Arnhold1-2/+2