summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Collapse)Author
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud
Change-Id: Ie878f43c7245838519fe7477b039827b079dde63 Reviewed-on: https://gerrit.libreoffice.org/8214 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-23Remove unneccessary commentsAlexander Wilms
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>
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan
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
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
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>
2014-02-14Drop unused #includeTakeshi Abe
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
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>
2014-02-12fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi
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>
2014-02-11-Werror,-Wunused-functionStephan Bergmann
Change-Id: I0b3399478c00e7e6db8973e9e4811f3f75c5a3db
2014-02-11convert manage languages dialog to .uiCaolán McNamara
Change-Id: I1a50f8715040e64758cf18bee8ca6ac1d04652c8
2014-02-10the return of callcatcherCaolán McNamara
Change-Id: I447ebcc61ff061bce15678c6fcfd3d0a4669908f
2014-02-09coverity#1169816 Division or modulo by zeroCaolán McNamara
Change-Id: Ibd07c0d3766467f2b11b0a9fb18ca089ddcb1cb2
2014-02-07auto_ptr -> heap_ptrStephan Bergmann
Change-Id: I401505ee15f71e8655570233b953951aa22ad668
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann
Change-Id: I19fbc4f6e0fb0d53a72759e5faf9c86c595e8e17
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann
Change-Id: I9901991a320b87895230a92095c9c7d3109380a6
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr
to check for emptiness in modules starting with 'b' Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org (cherry picked from commit 87204b0f4062ef8fc8f138ad15f4378da609d4e2) Conflicts: basctl/source/basicide/baside2.cxx basctl/source/basicide/bastype2.cxx basctl/source/basicide/localizationmgr.cxx basctl/source/dlged/dlgedobj.cxx basic/source/basmgr/basmgr.cxx basic/source/basmgr/vbahelper.cxx basic/source/classes/sbunoobj.cxx basic/source/comp/sbcomp.cxx basic/source/runtime/iosys.cxx basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/step2.cxx basic/source/uno/namecont.cxx basic/source/uno/scriptcont.cxx binaryurp/source/bridge.cxx binaryurp/source/bridgefactory.cxx binaryurp/source/reader.cxx binaryurp/source/unmarshal.cxx bridges/source/cpp_uno/cc50_solaris_intel/except.cxx bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx bridges/source/cpp_uno/shared/vtablefactory.cxx bridges/source/jni_uno/jni_data.cxx Change-Id: I37bd84e0a1d6426759dba81854faf32c88147fe1
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks
Change-Id: Ic94ed52bbe0e5c612258fa56a970d61de0972eb3
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks
Change-Id: I7ae80079f4bd5fed1234753b521a680498ec43e1
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi
Change-Id: I60128dbb5bf83f25eea847fe655d7126c9077414 Reviewed-on: https://gerrit.libreoffice.org/7756 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2014-01-27coverity#736985 Uncaught exceptionCaolán McNamara
Change-Id: I58f2bc50a87ed07340caa148b4ade07062d730fc
2014-01-27coverity#982152 Unchecked return valueCaolán McNamara
Change-Id: I58fd11e38fa0b8ba7efeff8861aeec17742999c3
2014-01-27coverity#735667 Unchecked dynamic_castCaolán McNamara
Change-Id: I747b6bcfb1e57fd3f21250b274f2f179e1982d7c
2014-01-27coverity#1130421 Improper use of negative valueCaolán McNamara
Change-Id: Iefdd854cb0348b187b95f4a89d52482381c73dfc
2014-01-22Related: #i50481# improve Select All command in Basic IDETsutomu Uchino
see also fdo#37211 i.e. commit 4bc2724240b11ce4dfb7adafbe1f1c260fa44030 (cherry picked from commit f841659faf09fec69c962959b9da032fa0bc2b16) Conflicts: basctl/source/basicide/baside2.cxx basctl/source/basicide/baside2b.cxx basctl/source/basicide/baside3.cxx Change-Id: Id679b1e16b87ec8d81fb78039318728320b9d5bc
2014-01-19coverity#735600 : Division by zeroNorbert Thiebaud
Change-Id: I67c2af62144872c4ad0ac7e17be5bb9a5883ba69
2014-01-19coverity#1000814 coverity#1000815 : Unintended sign extensionNorbert Thiebaud
Change-Id: Ia9e40dba5ef2beca2ebc6cc40672d6804d430af0
2014-01-19coverity#735599 : Division by zeroNorbert Thiebaud
Change-Id: I1a69224793eb39d88894e1090672bdb641c88a02
2014-01-19coverity#735598 : Division by zeroNorbert Thiebaud
Change-Id: I288b46a933d8a301823deed8fccae9764b74e840
2014-01-18Window::PreNotify should return boolStephan Bergmann
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
2014-01-17bool improvementsStephan Bergmann
Change-Id: Ia5ab74b8a8b367ea92f29eb6269ef0ede47f09bb
2014-01-17Window::Notify should return boolStephan Bergmann
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
2014-01-17Remove use of deprecated css::document::XEventBroadcaster/ListenerStephan Bergmann
Change-Id: I178ae590fec87f53e90db5aa6e560cd146c0676b
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann
Change-Id: I32b458390130e9ed83af0831069329ac8f672d67
2014-01-14PrepareClose should probably return boolStephan Bergmann
Change-Id: Ie62a6c1197594102bc68e246ae6059a9442ce314
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann
Change-Id: I39a854910299ab2e7c64beabda381bb9f0bd2891
2014-01-13disentangle CalcSizeCaolán McNamara
Change-Id: I42248ff611dbe7c109076da5d548717898341be3
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
2014-01-06convert module and dialog tabpages to .uiCaolán McNamara
Change-Id: I2954a734b44be22d4d7ffae17480dde1c0ac64e7
2014-01-06basctl::CheckBox all loaded from .ui now, drop resid ctorCaolán McNamara
Change-Id: Ie11fdcea9d307518cabfa519ddccc65997250519
2014-01-06convert lib page to .uiCaolán McNamara
Change-Id: Idd9e3c1ab1c63baa11f503c20d46f3d13e6f78a3
2014-01-03convert default language dialog to .uiCaolán McNamara
Change-Id: Ia4d5b983168d6645fce8e2549db2b6c3fd410690
2014-01-03add some borders hereCaolán McNamara
Change-Id: Ica1f2872759366120b9329f168f18788a8e239b3
2014-01-03convert import library dialog to .uiCaolán McNamara
Change-Id: Iaedcbeb5618ece65692a9688ccb5c13aad1e6626
2014-01-02Convert break point dialog to .ui formatCaolán McNamara
Change-Id: I750133b673e135399ab9c04953550bea1db3a9e8
2014-01-02allow simple MessageDialogs to be created from just message stringsCaolán McNamara
Change-Id: I9f8324d1c61bd55ccc78e67699ebdfa946e48af6
2014-01-01const this upCaolán McNamara
Change-Id: Id4b832b04368627a7df243c881ac203d1d2a0140
2013-12-31convert export basic dialog to .ui (600th .ui conversion)Caolán McNamara
Change-Id: I67511e69f763761cd1631263fccd0704daf1886b
2013-12-31MessageDialog isn't ready for this usage just yetCaolán McNamara
Change-Id: If6c886ac4115dd0a030660fd0147491815fa411a
2013-12-31convert new lib dialog to .uiCaolán McNamara
and a drive-by on some no .src InfoBox and ErrorBoxes to MessageDialog Change-Id: Ideb58a0042ed45a49bff9b336622dfe11bb363ab