summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Collapse)AuthorAgeFilesLines
* Improve TabBar return typesNoel Grandin2014-04-282-2/+2
| | | | | | | | | | | | DeactivatePage() goes from returning long to returning bool. StartRenaming goes from returning long to returning bool. AllowRenaming goes from returning long to returning a constant from a new enum. Change-Id: Ib87e8d7ceb4e23846547257b358ca4dfd41eb6ca Reviewed-on: https://gerrit.libreoffice.org/9161 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* coverity#736993 Uncaught exceptionCaolán McNamara2014-04-252-2/+2
| | | | Change-Id: Ib8e5d13da0e26f67da16edf0eb55341208ec2337
* coverity#736992 Uncaught exceptionCaolán McNamara2014-04-252-2/+2
| | | | Change-Id: Ia074dc867cc068fccb2d4eb613d04b945b8711e7
* coverity#736990 Uncaught exceptionCaolán McNamara2014-04-252-2/+2
| | | | Change-Id: I3b7f4c732a5a3369c05c75ede1580b32837be671
* basic macro dialog: let it expand vertically, tooThomas Arnhold2014-04-241-0/+6
| | | | | | it already expands horizontally, however hexpand is not set... Change-Id: I8e0bfb9dfc841c66eeb2d14f5f73a997b6862cb5
* fdo#77886: add language: expand list if dialog gets resizedThomas Arnhold2014-04-241-0/+2
| | | | | | Yes, I actually figured out how to do that ;) Change-Id: I9c62f57bbd07f44c9bf94a308a49df8c82eb2097
* manage breakpoints: expand list if dialog gets resizedThomas Arnhold2014-04-241-1/+8
| | | | Change-Id: I818a19a0a95991c97be539761d1f75e247880256
* huge hrc and src file cleanupThomas Arnhold2014-04-232-23/+0
| | | | | | | | | | | * mostly fallout from ui conversion * some completely unused defines from src files * lots of unused HID ids Change-Id: I976561205798db3d06ee139de6223f638e58f47a Reviewed-on: https://gerrit.libreoffice.org/9142 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
* fixincludeguards.sh: basctlThomas Arnhold2014-04-1946-138/+138
|
* sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky2014-04-182-0/+11
| | | | Change-Id: Ib737e0d1b5888986b308aa60d4140f65e4e90243
* sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky2014-04-182-3/+5
| | | | | | | | | SFX_IMPL_INTERFACE previously looked like a function; where in fact it is several methods defined at once, and only the last one has a body. This is extremely confusing and hard to read; let's kill that nonsense. Change-Id: Ia4ae22eb58b1260c9c827c894f5345693bad49e7
* sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky2014-04-181-1/+1
| | | | Change-Id: Iff0ffdb955892117a767e1f31c1f854a93feb560
* sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky2014-04-181-1/+1
| | | | Change-Id: I9bf1c2404eeb6c59525061157e91b8777f2da540
* sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky2014-04-181-3/+2
| | | | Change-Id: Icd56e0cee1ce0283e8a1cbaafc81ecca25469185
* sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky2014-04-181-1/+2
| | | | Change-Id: Ie68ccbe5874ec7c7e1bb73cb2937e06bb4910cd0
* no temporary instance of SvtLanguageTable necessary hereEike Rathke2014-04-171-2/+1
| | | | Change-Id: I3172e4d174a7f632a4259bd7330b41d3f065daed
* no temporary instance of SvtLanguageTable necessary hereEike Rathke2014-04-171-2/+1
| | | | Change-Id: Iabb3aadf35eb6b3575d916f2400f606264572537
* basctl: sal_Bool->boolNoel Grandin2014-04-154-4/+4
| | | | Change-Id: I85e1e94557a238f629151d9ce46a502efed3696d
* use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara2014-04-082-13/+7
| | | | Change-Id: If24d4cec9ef4369f20419fe70de7392614a35316
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0116-30/+30
| | | | | | | | It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
* Remove remaining DBG_NAME* usesStephan Bergmann2014-03-281-2/+0
| | | | | | ...that had been used for DBG_CTOR, DBG_PROF, etc. Change-Id: I8eac38e24b7110511feb7813aaf5a20ab82bdbe0
* Remove remaining DBG_CTOR etc. remnants from basctlStephan Bergmann2014-03-287-91/+0
| | | | Change-Id: I383021580f69ac51ca65f3464bf863b800ccd931
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2732-335/+335
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-2610-11/+11
| | | | | | ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
* svtools: sal_Bool->boolNoel Grandin2014-03-255-14/+14
| | | | Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
* sfx2: sal_Bool->boolNoel Grandin2014-03-193-7/+7
| | | | Change-Id: I73acb3a150b01114d32274a6842f6db9654b3e63
* sfx2: sal_Bool->boolNoel Grandin2014-03-182-6/+6
| | | | Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
* basct: prefer passing OUString by referenceNoel Grandin2014-03-1711-13/+14
| | | | Change-Id: Ide803f793e829767fad89ab2aef776ef24fedb37
* sal_Bool to boolMatteo Casalin2014-03-162-2/+2
| | | | Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
* No need for a virtual OPropertyContainer::getTypesStephan Bergmann2014-03-141-1/+1
| | | | | | (and rename to getBaseTypes for clarity) Change-Id: Icfe6202eea9b1f4ec2e46ade3fc8e001ca6b649f
* No need for implGetBounds to be SAL_CALLStephan Bergmann2014-03-112-2/+2
| | | | Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88
* svx: sal_Bool->boolNoel Grandin2014-03-111-1/+1
| | | | Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7
* basctl: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-11/+1
| | | | Change-Id: I422ec5b0ad485d1f74191d4bf713367aeb7a0a3d
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-054-20/+20
| | | | | | | | | | | | ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/vcl/settings.hxx svtools/source/table/tablecontrol_impl.cxx sw/source/core/frmedt/fecopy.cxx vcl/inc/canvasbitmap.hxx vcl/inc/headless/svpframe.hxx vcl/inc/unx/salframe.h vcl/inc/win/salframe.h vcl/inc/win/salprn.h vcl/inc/win/salvd.h vcl/osx/DragSource.cxx vcl/osx/DragSource.hxx vcl/osx/DropTarget.cxx vcl/osx/DropTarget.hxx vcl/osx/OSXTransferable.cxx vcl/osx/OSXTransferable.hxx vcl/osx/clipboard.cxx vcl/osx/clipboard.hxx vcl/osx/salprn.cxx vcl/qa/cppunit/canvasbitmaptest.cxx vcl/source/components/fontident.cxx vcl/source/control/edit.cxx vcl/source/control/spinfld.cxx vcl/source/gdi/gdimtf.cxx vcl/source/gdi/virdev.cxx vcl/source/helper/canvasbitmap.cxx vcl/source/window/dockwin.cxx vcl/unx/generic/dtrans/X11_selection.hxx vcl/unx/kde/UnxFilePicker.cxx vcl/unx/kde/UnxFilePicker.hxx vcl/unx/kde4/KDE4FilePicker.cxx vcl/unx/kde4/KDE4FilePicker.hxx vcl/unx/kde4/KDESalFrame.hxx Change-Id: I9866d985da86dea2a56feff23f91c1467a1636b0 Reviewed-on: https://gerrit.libreoffice.org/8219 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2618-166/+166
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* Remove visual noise from basctlAlexander Wilms2014-02-2536-164/+164
| | | | | | | Change-Id: I3e6a238a0bafbb70a7c22bde1f2258b8014ed2d2 Reviewed-on: https://gerrit.libreoffice.org/8232 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud2014-02-251-1/+1
| | | | | | | Change-Id: Ie878f43c7245838519fe7477b039827b079dde63 Reviewed-on: https://gerrit.libreoffice.org/8214 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Remove unneccessary commentsAlexander Wilms2014-02-2319-565/+118
| | | | | | | Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* vcl: sal_Bool -> boolStephan Bergmann2014-02-216-10/+10
| | | | Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
* Add config option used when we try to link one huge object file.Matúš Kukan2014-02-211-0/+2
| | | | | | | In theory, it should not be used, we use it now to mark duplicated symbols from sdi slots as weak. See idl/source/objects/types.cxx. Change-Id: I3c6fccfb96884df6b9e6eb35b8615ba4d66ca208
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-2011-0/+11
| | | | | | | | | | | | | Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Drop unused #includeTakeshi Abe2014-02-141-1/+0
| | | | Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-2/+2
| | | | | | | | | | | First, I updated the clang rewriter to do the conversion. Then I lightly hand-tweaked the output for the few places where the rewriter messed up, mostly when dealing with calls on "this". Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9 Reviewed-on: https://gerrit.libreoffice.org/7879 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi2014-02-121-3/+2
| | | | | | | Change-Id: Ic0187495d8f7f64ddf9d3c202ec41201c9ac3a8c Reviewed-on: https://gerrit.libreoffice.org/8001 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
* -Werror,-Wunused-functionStephan Bergmann2014-02-111-25/+0
| | | | Change-Id: I0b3399478c00e7e6db8973e9e4811f3f75c5a3db
* convert manage languages dialog to .uiCaolán McNamara2014-02-119-270/+259
| | | | Change-Id: I1a50f8715040e64758cf18bee8ca6ac1d04652c8
* the return of callcatcherCaolán McNamara2014-02-102-6/+0
| | | | Change-Id: I447ebcc61ff061bce15678c6fcfd3d0a4669908f
* coverity#1169816 Division or modulo by zeroCaolán McNamara2014-02-091-10/+10
| | | | Change-Id: Ibd07c0d3766467f2b11b0a9fb18ca089ddcb1cb2
* auto_ptr -> heap_ptrStephan Bergmann2014-02-074-69/+32
| | | | Change-Id: I401505ee15f71e8655570233b953951aa22ad668