summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
AgeCommit message (Collapse)Author
2012-10-29Missing #includeStephan Bergmann
Change-Id: I63e68bd37b46f339d09d97a6bf6edfeaa6a7df1d
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-17dung out namespacing clutter.Michael Meeks
Change-Id: I14794ca0cd2a8ea84ba41e1dc689503647696e3a
2012-09-07sal_Bool to boolTakeshi Abe
Change-Id: Ie8a128db35bebcdcee5eda984a7875339418d9bb
2012-09-05Some clean up of previous commitStephan Bergmann
Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin
Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
2012-08-28Fix typo ImpLoadLibaryTakeshi Abe
Change-Id: I773678437aae6577f22078e97bcac1377c4307d8 Reviewed-on: https://gerrit.libreoffice.org/495 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-28Remove unused member variableTakeshi Abe
Its reference through IsFoundInPath() was dropped at 4c3f33d8d54756d3988c4d4c848712b31027f919 Change-Id: I764808d8a59089a05eccedd297a61aa6e76b01e0
2012-08-28Remove useless member variableTakeshi Abe
Its usage was died at ac25ae2544969f57b0c3d51a7ee9e3eb047a8915 Change-Id: Ic98a0c36ceb02259b4f3b890f5ea701e56adbb68
2012-08-17Remove unused member variableTakeshi Abe
its usefulness was gone at ac25ae2544969f57b0c3d51a7ee9e3eb047a8915 Change-Id: I606cd4adb6dc92cc6d981e1da7ce3ecf2160c28e
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-09some UniString->rtl::OUStringCaolán McNamara
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-06-29Remove UNO includes commentsThomas Arnhold
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-04-24Fix eleven year old typoTor Lillqvist
No idea if it has actually caused any uninteded behaviour, or if this fix now then causes something to break.
2012-04-13made the search straightforwardTakeshi Abe
2012-04-10String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-05Remove unused code from basicElton Chung
2012-03-05Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist
Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b.
2012-03-01Build libsb with a few dummy classes also for --disable-scriptingTor Lillqvist
Work in progress, the dummy class implementations surely still incomplete and/or might contain methods not actually needed. More dummy class implementations needed, hopefully not too many though. Will add also a few ifdefs for DISABLE_SCRIPTING in some key places in sc and elsewhere to cut down on the need.
2012-02-13can use a reference for singletonCaolán McNamara
2012-02-10use TransliterationWrapper in lcl_queryMacro, fdo#45607Markus Mohrhard
2012-01-20Unused defineAugust Sodora
2012-01-20Remove unused typedefAugust Sodora
2012-01-20Replace BasicErrorManager with std::vectorAugust Sodora
2012-01-10callcatcher: update listCaolán McNamara
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-10Fix for fdo43460 Part III getLength to isEmptyOlivier Hallot
Part III Module basic
2011-11-27rmove include of pch header in basicNorbert Thiebaud
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-08-31Translated German comments, removed redundant ones till cairo (incl.)Allmann-Rahn
2011-08-24catch ignored exceptions by const referenceTakeshi Abe
2011-08-22callcatcher: various methodsCaolán McNamara
2011-08-12cppcheck: fix possible null pointer dereferenceTakeshi Abe
2011-08-11callcatcher: yet more unused codeCaolán McNamara
2011-08-05don't need to include this hereCaolán McNamara
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-08-03callcatcher: remove unused methodsCaolán McNamara
2011-08-03make assert useful, state *what* url is invalidCaolán McNamara
2011-07-30convert basic to gbuildMatúš Kukan
2011-07-29callcatcher: remove unused methodsThomas Arnhold
2011-06-13rename SetKey to informative SetCryptMaskKeyCaolán McNamara
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx