summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)Author
2012-07-05fix waeNoel Power
Change-Id: I924c23853916cc26f151f1cfd3091dcbcf3899dd
2012-07-05make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power
Change-Id: I6160e7d1abeeda1ea89e2fe15a9155041f2e5adb
2012-07-05fix missing makefile, also add a further test to test_nested_struct.cxxNoel Power
Change-Id: I7da88595fd3024f72b260267e34200375358e401
2012-07-05split out some common basic test stuff, add intial nested struct testNoel Power
Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9
2012-07-05clean up include guards in sbxvar.hxxMichael Stahl
Change-Id: I802d142ae93b3e9c7d42ab98d5c757df94a82196
2012-07-04initial attempt at fdo#47263 allow direct access to nested uno structsNoel Power
2012-07-04dr80: #i117392# initialize VBAGlobals object if single Basic module is in ↵Daniel Rentz [dr]
VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell
2012-07-04removed unnecessary forward declarations of classTakeshi Abe
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-01Remove unused definesThomas Arnhold
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-30Some cppcheck cleaningJulien Nabet
Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
2012-06-29some pesky XubStringsCaolán McNamara
Change-Id: Ib4095dee416cab6d954e1612d2e3f6e2d4464f48
2012-06-29Remove unused localsThomas Arnhold
Change-Id: I14369787e99d31cba32957301340cef2fc832b91
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-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-26tidy some resource stringsCaolán McNamara
Change-Id: I611a276d048121084ec842d062129e042f3baea5
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
2012-06-25Remove various commented out definesThomas Arnhold
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara
Change-Id: I8c375e3bfbcd3d7046a8bdb1968934b7d7ca96f8
2012-06-19re-base on ALv2 code.Michael Meeks
2012-06-19remove some UniString ctorsCaolán McNamara
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-12convert SbPropertyValueArr_Impl to boost::ptr_vectorMichael Stahl
Change-Id: Id3189a9abff5ee97b93bccefba8193ba36cb043a
2012-06-12SbPropertyValues: rename membersMichael Stahl
Change-Id: Iad6bc5af052a0795608ec11ee11c8dea3d091868
2012-06-12SbPropertyValues::setPropertyValue doesn't check that property existsMichael Stahl
Change-Id: Ia63eea0c19bfa750b80f4c99f278f8d144c714a8
2012-06-12Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vectorNoel Grandin
For reasons I don't understand, the compiler would get uncopy if I tried to declare the destructor in the header file. Change-Id: I67fa7941da2f0ee08ae10bf350fb1f3bf1397410
2012-06-12fix previous commit:Michael Stahl
Make SbCompare_UString_PropertyValue_Impl a strict weak ordering. Change-Id: I70d639ad44ceb69311c2d5bc1b95c972ad658451
2012-06-12Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vectorNoel Grandin
Change-Id: I3e072c165d83e9ade06caf2508031b473ef7691d
2012-06-12use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara
Change-Id: Ibbf777e57af6b98611cb5dce5a31517de80305b7
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-06drop String::ReverseCaolán McNamara
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method PathSubstitutions::create Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia73452f1cc83eff144e692c5ec19048c4ce0ca60
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia651a93951da514105183775a5f49d031a192937
2012-05-31targetted misc. minor cppcheck cleanups reversionMichael Meeks
Change-Id: Ic7f91c035d3e7f0e792d2e9ab217e1fc4ebcf697
2012-05-31nuke unused typedefTakeshi Abe
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-14add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER )Noel Power
Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6
2012-05-14Revert "attempt to disable multi-defined symbol on windows for basic test"Michael Stahl
Let's hope this works now. This reverts commit 6113b27ec15da2a3b140ae58676062d74c99b31e. This reverts commit 4e90345a4dea1ddf0ddded4f1fcae1c87894e120.
2012-05-14CppunitTest_basic_enable does not seem to need library objectsMichael Stahl
and it apparently causes linking failures on Windows, so try without.
2012-05-14fix missing ')' in Module.basic.mkNoel Power
Change-Id: I2a9eb4d5c6e8dfea2aaf9b8667d3e3de7b1357fe
2012-05-14attempt to disable multi-defined symbol on windows for basic testNoel Power
CppunitTest_basic_enable.mk & test_basic_enable.dll seems to suffer for some strange multiple defined symbol crack which is killing the tinderboxes, disable for the moment Change-Id: I1584c11a0445ac36c138ae075ca365ad4b2effe1
2012-05-14add simple basic runtime testNoel Power
Change-Id: If8742cb174aa1d017763d3ba42807ac4cf6c7420