summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-05-13removed unused definesTakeshi Abe1-1/+0
2012-04-24tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selectionNoel Power1-3/+45
2012-04-23support Sheets.PrintPreview bnc#757844Noel Power2-0/+8
2012-04-20add stub vba implementation Application methodsNoel Power2-2/+50
2012-04-20vba api Application.DisplayScrollBars implementation bnc#757840Noel Power2-0/+23
2012-04-20implement VBA Application.DisplayFullScreen bnc#757885Noel Power2-0/+22
2012-04-18Use global constants for initial tab count bounds checkingAlbert Thuswaldner1-2/+3
2012-04-18Removed duplicate set/get methods for initial tab countAlbert Thuswaldner1-5/+5
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke1-3/+3
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-10/+10
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-29/+29
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-9/+9
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-9/+9
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-9/+9
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-9/+9
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-11/+7
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-3/+5
2012-04-02unused classCaolán McNamara1-25/+0