summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-3/+2
2012-11-14callcatcher: neither setNumberFormat is usedCaolán McNamara2-21/+0
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar2-4/+4
2012-11-07basic: String -> OUStringNorbert Thiebaud1-1/+1
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-3/+3
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar13-61/+59
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák11-25/+25
2012-10-10drop unneeded includesDavid Tardon2-2/+0
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon2-34/+34
2012-10-01Use comphelper::getComponentContextStephan Bergmann3-14/+13
2012-09-29Use comphelper::getComponentContextStephan Bergmann3-14/+13
2012-09-28Merge branch 'master' into feature/killsdfAndras Timar37-3222/+318
2012-09-26unusedcode: more removingMatúš Kukan2-19/+0
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-20unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan2-221/+0
2012-09-17update unused code listCaolán McNamara2-13/+0
2012-09-12targetted VBA re-work.Noel Power32-2962/+315
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann2-5/+0
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-1/+2
2012-08-27typo fix in commentAndras Timar1-1/+1
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power2-16/+0
2012-08-18remove some useless commentsThomas Arnhold1-1/+0
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard1-7/+6
2012-08-01add TabRatio api and detect macro at group shape fixes bnc#770708Noel Power2-0/+24
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini2-2/+2
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-3/+3
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara2-3/+3
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-25callcatcher: update unused codeCaolán McNamara1-1/+0
2012-06-24rearranged forward declarations of classTakeshi Abe5-9/+0
2012-06-22Remove empty or non-called methodsThomas Arnhold1-7/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-3/+3
2012-06-21re-base on ALv2 code.Michael Meeks12-294/+186
2012-06-21re-base on ALv2 code.Michael Meeks5-22/+82
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara2-15/+0
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-1/+1
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers1-1/+1
2012-06-07fix unused pDocSh variableKevin Hunter1-5/+2
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-3/+4
2012-06-01targeted string re-workNorbert Thiebaud6-226/+224
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks4-4/+6
2012-05-31targetted minor size vs. empty reversionMichael Meeks1-1/+1
2012-05-25Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida1-2/+1
2012-05-25Removed writer_Text type; combined it with generic_Text.Kohei Yoshida1-3/+2
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida1-1/+1
2012-05-22Corrected max inital worksheet number in debughelper messageAlbert Thuswaldner1-1/+1
2012-05-14removed unused static rtl::OUStringTakeshi Abe3-5/+0