summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* Improve TabBar return typesNoel Grandin2014-04-282-2/+2
* coverity#736993 Uncaught exceptionCaolán McNamara2014-04-252-2/+2
* coverity#736992 Uncaught exceptionCaolán McNamara2014-04-252-2/+2
* coverity#736990 Uncaught exceptionCaolán McNamara2014-04-252-2/+2
* basic macro dialog: let it expand vertically, tooThomas Arnhold2014-04-241-0/+6
* fdo#77886: add language: expand list if dialog gets resizedThomas Arnhold2014-04-241-0/+2
* manage breakpoints: expand list if dialog gets resizedThomas Arnhold2014-04-241-1/+8
* huge hrc and src file cleanupThomas Arnhold2014-04-232-23/+0
* fixincludeguards.sh: basctlThomas Arnhold2014-04-1946-138/+138
* sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky2014-04-182-0/+11
* sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky2014-04-182-3/+5
* sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky2014-04-181-1/+1
* sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky2014-04-181-1/+1
* sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky2014-04-181-3/+2
* sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky2014-04-181-1/+2
* no temporary instance of SvtLanguageTable necessary hereEike Rathke2014-04-171-2/+1
* no temporary instance of SvtLanguageTable necessary hereEike Rathke2014-04-171-2/+1
* basctl: sal_Bool->boolNoel Grandin2014-04-154-4/+4
* use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara2014-04-082-13/+7
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0116-30/+30
* Remove remaining DBG_NAME* usesStephan Bergmann2014-03-281-2/+0
* Remove remaining DBG_CTOR etc. remnants from basctlStephan Bergmann2014-03-287-91/+0
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2732-335/+335
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-2610-11/+11
* svtools: sal_Bool->boolNoel Grandin2014-03-255-14/+14
* sfx2: sal_Bool->boolNoel Grandin2014-03-193-7/+7
* sfx2: sal_Bool->boolNoel Grandin2014-03-182-6/+6
* basct: prefer passing OUString by referenceNoel Grandin2014-03-1711-13/+14
* sal_Bool to boolMatteo Casalin2014-03-162-2/+2
* No need for a virtual OPropertyContainer::getTypesStephan Bergmann2014-03-141-1/+1
* No need for implGetBounds to be SAL_CALLStephan Bergmann2014-03-112-2/+2
* svx: sal_Bool->boolNoel Grandin2014-03-111-1/+1
* basctl: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-11/+1
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-054-20/+20
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-282-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2618-166/+166
* Remove visual noise from basctlAlexander Wilms2014-02-2536-164/+164
* basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud2014-02-251-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-2319-565/+118
* vcl: sal_Bool -> boolStephan Bergmann2014-02-216-10/+10
* Add config option used when we try to link one huge object file.Matúš Kukan2014-02-211-0/+2
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-2011-0/+11
* Drop unused #includeTakeshi Abe2014-02-141-1/+0
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-2/+2
* fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi2014-02-121-3/+2
* -Werror,-Wunused-functionStephan Bergmann2014-02-111-25/+0
* convert manage languages dialog to .uiCaolán McNamara2014-02-119-270/+259
* the return of callcatcherCaolán McNamara2014-02-102-6/+0
* coverity#1169816 Division or modulo by zeroCaolán McNamara2014-02-091-10/+10
* auto_ptr -> heap_ptrStephan Bergmann2014-02-074-69/+32