summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Collapse)AuthorAgeFilesLines
* sal_Bool to boolTakeshi Abe2012-08-208-74/+74
| | | | Change-Id: I427e9bb30cab4698a2495de7445a4a4982abd7b4
* sal_Bool to boolTakeshi Abe2012-08-198-94/+94
| | | | Change-Id: I6206ee7e17e12388ea644123e180842df3e3a7ee
* Remove unused member variableTakeshi Abe2012-08-171-10/+0
| | | | | | its usefulness was gone at ac25ae2544969f57b0c3d51a7ee9e3eb047a8915 Change-Id: I606cd4adb6dc92cc6d981e1da7ce3ecf2160c28e
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-167-23/+0
| | | | Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d
* sal_Bool to boolTakeshi Abe2012-08-153-21/+19
| | | | Change-Id: I784fb31bad1ff02987c24abbac04b38207a1f5cf
* Remove declared but not defined functionTakeshi Abe2012-08-141-1/+0
| | | | Change-Id: I74836b55375a6e2e57a989234bacf7186325b33e
* sal_Bool to boolTakeshi Abe2012-08-146-64/+61
| | | | Change-Id: Idb5ef3cebdd45bd91f7c0ae34e422fd651d395c9
* bErrors was always trueTakeshi Abe2012-08-122-6/+3
| | | | Change-Id: I193029e1fb2434161679498fa0ba7e1c7c0ab3ba
* sal_Bool to boolTakeshi Abe2012-08-1210-65/+67
| | | | Change-Id: I61a6675df622232923a827fc20bf121dd03cd7da
* Remove useless #ifndef guardTakeshi Abe2012-08-091-3/+0
| | | | Change-Id: Iddb666611ff11db0912832a73bd8b95438985383
* Remove a member variable no one readsTakeshi Abe2012-08-093-13/+1
| | | | Change-Id: Iacb037bebaf1c3d77ab61be6342b42319b8a2e7b
* reduce static_initialization_and_destruction chainCaolán McNamara2012-08-094-28/+30
| | | | Change-Id: I9fdefd428b858fd5581412d6f8e896a0eb680fef
* String::AllocBuffer replacementsCaolán McNamara2012-08-071-3/+4
| | | | Change-Id: I278cd66fb4819721bb473796c28598aaf04eb123
* Remove forwards of non-existing structsThomas Arnhold2012-08-071-2/+0
| | | | Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
* Fix "Boolean result is used in bitwise operation"Julien Nabet2012-08-061-2/+1
| | | | Change-Id: Ifed0d87da3ac5bd19a0285f1074f2eeec5717f05
* Remove declared but not defined functionsTakeshi Abe2012-08-031-7/+0
| | | | Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
* sal_Bool -> boolTakeshi Abe2012-08-034-37/+37
| | | | Change-Id: I49749f327d6a9c3661ef9bd684647e0a45b9203a
* Remove unused code: those classes are unusedThomas Arnhold2012-08-011-13/+0
| | | | Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
* tweak for commit 8181dddb7bf166be4a00e9280d52f8d7a1741290 fdo#42492Noel Power2012-07-311-4/+2
| | | | | | avoid char buffer and snprintf. Change-Id: Ia83cfc9333591bcb3b191679ccf2be587b4be243
* fdo#42492: fixing Basic HEX commandUray M. János2012-07-311-5/+6
| | | | Change-Id: I133590c9f2a34d8daab031da0c77bd049d275c29
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-303-3/+0
| | | | Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
* Bug 48549 - System::Beep() removalMathieu Vonlanthen2012-07-302-2/+0
| | | | Change-Id: I011048912af051a762a78af8646513a1fc624073
* basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl2012-07-271-3/+3
|
* fdo#48549 System::Beep() removalMathieu Vonlanthen2012-07-231-1/+0
| | | | Change-Id: I8fe133dd8d1f759fbe21d47ae358c0b5451812b5
* very suspicious combination of used SbxValues and unused aResCaolán McNamara2012-07-201-1/+2
| | | | | | | | | | | | | | | | | | | | Looks like a regression from 4d949990ef1438fcae98262519c6af2b47e5ccf5 where for every other case we did... - XubString aRes; + ::rtl::OUString aRes; aTmp.eType = SbxSTRING; - aTmp.pString = &aRes; + aTmp.pOUString = &aRes; while for this case we did only... SbxValues aTmp; XubString aRes; aTmp.eType = SbxSTRING; - aTmp.pString = &aRes; Change-Id: I106cfbcc0fc0b27a9adcbb243d0d69c65b167005
* XubString->rtl::OUStringCaolán McNamara2012-07-2019-104/+91
| | | | Change-Id: I584ff580e3c8eee401f07c858ecbd63e5b0bf980
* WaE: basic compile snafuMichael Meeks2012-07-181-2/+5
|
* re-base on ALv2 code. Includes:Michael Meeks2012-07-18134-3016/+1854
| | | | | | 118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-2/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* ure cppunit tests depend on unobootstrapprotectorCaolán McNamara2012-07-111-1/+1
| | | | Change-Id: I998d0f46020d3f5ea6fd387fbed8480e3d57e59a
* targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks2012-07-094-4/+4
|
* some UniString->rtl::OUStringCaolán McNamara2012-07-094-8/+9
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* fix waeNoel Power2012-07-051-1/+0
| | | | Change-Id: I924c23853916cc26f151f1cfd3091dcbcf3899dd
* make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power2012-07-052-30/+102
| | | | Change-Id: I6160e7d1abeeda1ea89e2fe15a9155041f2e5adb
* fix missing makefile, also add a further test to test_nested_struct.cxxNoel Power2012-07-052-0/+87
| | | | Change-Id: I7da88595fd3024f72b260267e34200375358e401
* split out some common basic test stuff, add intial nested struct testNoel Power2012-07-054-46/+139
| | | | Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9
* clean up include guards in sbxvar.hxxMichael Stahl2012-07-051-19/+3
| | | | Change-Id: I802d142ae93b3e9c7d42ab98d5c757df94a82196
* initial attempt at fdo#47263 allow direct access to nested uno structsNoel Power2012-07-043-38/+491
|
* dr80: #i117392# initialize VBAGlobals object if single Basic module is in ↵Daniel Rentz [dr]2012-07-041-1/+14
| | | | VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell
* removed unnecessary forward declarations of classTakeshi Abe2012-07-043-4/+0
| | | | Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
* ditch String::CreateFromAsciiCaolán McNamara2012-07-0311-54/+54
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-5/+2
|
* Remove unused definesThomas Arnhold2012-07-011-15/+0
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* Some cppcheck cleaningJulien Nabet2012-06-301-1/+1
| | | | Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
* some pesky XubStringsCaolán McNamara2012-06-293-8/+8
| | | | Change-Id: Ib4095dee416cab6d954e1612d2e3f6e2d4464f48
* Remove unused localsThomas Arnhold2012-06-291-6/+0
| | | | Change-Id: I14369787e99d31cba32957301340cef2fc832b91
* Remove UNO includes commentsThomas Arnhold2012-06-293-7/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-289-18/+14
| | | | Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
* targetted re-work of cppunit pieces.Michael Meeks2012-06-272-4/+2
|
* Reduce newline bloat at eofThomas Arnhold2012-06-272-69/+0
| | | | Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14