Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-05 | fix wae | Noel Power | |
Change-Id: I924c23853916cc26f151f1cfd3091dcbcf3899dd | |||
2012-07-05 | make unoCheckStruct uglier but detect unfixed type assignment + add new tests | Noel Power | |
Change-Id: I6160e7d1abeeda1ea89e2fe15a9155041f2e5adb | |||
2012-07-05 | fix missing makefile, also add a further test to test_nested_struct.cxx | Noel Power | |
Change-Id: I7da88595fd3024f72b260267e34200375358e401 | |||
2012-07-05 | split out some common basic test stuff, add intial nested struct test | Noel Power | |
Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9 | |||
2012-07-05 | clean up include guards in sbxvar.hxx | Michael Stahl | |
Change-Id: I802d142ae93b3e9c7d42ab98d5c757df94a82196 | |||
2012-07-04 | initial attempt at fdo#47263 allow direct access to nested uno structs | Noel Power | |
2012-07-04 | dr80: #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-04 | removed unnecessary forward declarations of class | Takeshi Abe | |
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c | |||
2012-07-03 | ditch String::CreateFromAscii | Caolán McNamara | |
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691 | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-07-01 | Remove unused defines | Thomas Arnhold | |
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565 | |||
2012-06-30 | Some cppcheck cleaning | Julien Nabet | |
Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9 | |||
2012-06-29 | some pesky XubStrings | Caolán McNamara | |
Change-Id: Ib4095dee416cab6d954e1612d2e3f6e2d4464f48 | |||
2012-06-29 | Remove unused locals | Thomas Arnhold | |
Change-Id: I14369787e99d31cba32957301340cef2fc832b91 | |||
2012-06-29 | Remove UNO includes comments | Thomas Arnhold | |
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a | |||
2012-06-28 | probably the last uses of the one argument String::CreateFromAscii variant | Caolán McNamara | |
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c | |||
2012-06-27 | targetted re-work of cppunit pieces. | Michael Meeks | |
2012-06-27 | Reduce newline bloat at eof | Thomas Arnhold | |
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14 | |||
2012-06-26 | tidy some resource strings | Caolán McNamara | |
Change-Id: I611a276d048121084ec842d062129e042f3baea5 | |||
2012-06-25 | reduce static_initialization_and_destruction chain | Caolán McNamara | |
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a | |||
2012-06-25 | Remove various commented out defines | Thomas Arnhold | |
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f | |||
2012-06-21 | replace all but one .hdl include with equivalent .hpp includes. | Michael Meeks | |
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9 | |||
2012-06-21 | reduce scope and replace some String::CreateFromAscii | Caolán McNamara | |
Change-Id: I8c375e3bfbcd3d7046a8bdb1968934b7d7ca96f8 | |||
2012-06-19 | re-base on ALv2 code. | Michael Meeks | |
2012-06-19 | remove some UniString ctors | Caolán McNamara | |
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40 | |||
2012-06-18 | convert LocaleDataWrapper to OUString | Caolán McNamara | |
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138 | |||
2012-06-15 | callcatcher: chainsaw out some unnecessary code | Caolán McNamara | |
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392 | |||
2012-06-13 | reduce use of UniString ctor from null-terminated unicodearray | Caolán McNamara | |
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0 | |||
2012-06-12 | convert SbPropertyValueArr_Impl to boost::ptr_vector | Michael Stahl | |
Change-Id: Id3189a9abff5ee97b93bccefba8193ba36cb043a | |||
2012-06-12 | SbPropertyValues: rename members | Michael Stahl | |
Change-Id: Iad6bc5af052a0795608ec11ee11c8dea3d091868 | |||
2012-06-12 | SbPropertyValues::setPropertyValue doesn't check that property exists | Michael Stahl | |
Change-Id: Ia63eea0c19bfa750b80f4c99f278f8d144c714a8 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vector | Noel 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-12 | fix previous commit: | Michael Stahl | |
Make SbCompare_UString_PropertyValue_Impl a strict weak ordering. Change-Id: I70d639ad44ceb69311c2d5bc1b95c972ad658451 | |||
2012-06-12 | Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vector | Noel Grandin | |
Change-Id: I3e072c165d83e9ade06caf2508031b473ef7691d | |||
2012-06-12 | use rtl_ustr_getLength instead of a temporary string just to find length | Caolán McNamara | |
Change-Id: Ibbf777e57af6b98611cb5dce5a31517de80305b7 | |||
2012-06-11 | remove EraseLeadingChars and EraseTrailingChars | Caolán McNamara | |
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892 | |||
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | |
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b | |||
2012-06-06 | drop String::Reverse | Caolán McNamara | |
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2 | |||
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel 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-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel 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-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ia73452f1cc83eff144e692c5ec19048c4ce0ca60 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ia651a93951da514105183775a5f49d031a192937 | |||
2012-05-31 | targetted misc. minor cppcheck cleanups reversion | Michael Meeks | |
Change-Id: Ic7f91c035d3e7f0e792d2e9ab217e1fc4ebcf697 | |||
2012-05-31 | nuke unused typedef | Takeshi Abe | |
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf | |||
2012-05-14 | add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER ) | Noel Power | |
Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6 | |||
2012-05-14 | Revert "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-14 | CppunitTest_basic_enable does not seem to need library objects | Michael Stahl | |
and it apparently causes linking failures on Windows, so try without. | |||
2012-05-14 | fix missing ')' in Module.basic.mk | Noel Power | |
Change-Id: I2a9eb4d5c6e8dfea2aaf9b8667d3e3de7b1357fe | |||
2012-05-14 | attempt to disable multi-defined symbol on windows for basic test | Noel 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-14 | add simple basic runtime test | Noel Power | |
Change-Id: If8742cb174aa1d017763d3ba42807ac4cf6c7420 |