summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-2/+2
2013-07-08-Werror,-Wheader-guard (Clang trunk towards 3.4)Stephan Bergmann1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold36-234/+234
2013-06-29remove some createFromAscii usageThomas Arnhold1-1/+1
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa1-1/+1
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power1-120/+8
2013-06-07remove old gloop, superseded by new unit test frameworkNoel Power183-6571/+0
2013-06-07add missing PageSetup.PageSize apiNoel Power2-1/+147
2013-06-06Remove remnants of help agentCaolán McNamara1-5/+1
2013-05-30String to OUString.Donizete Waterkemper1-1/+1
2013-05-29some Worksheet.Change supportNoel Power1-0/+22
2013-05-29i106278 - Window.ActiveSheet,Window.FreezePanes,Window.Split, Window.ViewPedro Giffuni2-29/+56
2013-05-15fire change event after copy ( with dest paramater set )Noel Power1-0/+2
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist2-4/+4
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe1-1/+1
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin2-22/+16
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin1-17/+18
2013-05-10try fix build failure ( on some platforms ) uno::makeAny( 1 )Noel Power1-1/+2
2013-05-10fix various problems with vba Names & Names objectsNoel Power3-78/+142
2013-05-09add missing exception specificationLuboš Luňák2-2/+2
2013-05-09fix waeNoel Power1-1/+1
2013-05-09implement Range.NameNoel Power2-0/+53
2013-05-09stub implementation(s) for Application EnableCancelKey & InternationalNoel Power2-1/+28
2013-05-09implement Application.Iteration & Application.InchesToPointsNoel Power2-1/+44
2013-05-09implement Application.UndoNoel Power2-0/+10
2013-05-09reset Logical format when setting a number value via Range vba apiNoel Power1-0/+9
2013-05-09add Workbook.Save methodNoel Power2-0/+94
2013-05-09return correct object ( was returning an uno object in the vba api )Noel Power1-1/+1
2013-05-09handle non int32 values for Field in Range.AutoFilterNoel Power1-3/+15
2013-05-09Tweak further the indices checked for break, also tweak test documentNoel Power1-2/+2
2013-05-09fix limits check on breaks ( ignore breaks outside used area )Noel Power2-6/+14
2013-05-09Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power1-1/+1
2013-05-09fix range cut with destination paramater( missing else )Noel Power1-0/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák8-64/+64
2013-05-02fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks12-276/+48
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-6/+6
2013-04-15bnc#813528 stub out some missing XPageSetup apiNoel Power2-0/+31
2013-04-15adapt code to data form .ui conversionCaolán McNamara1-1/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák118-1470/+1462
2013-04-05somewhat blind wae fix ( doesn't happen for me )Noel Power1-0/+3
2013-04-05squash NoSuchElementExceptions when modifying keybindingsNoel Power2-1/+16
2013-04-05Added and fixed various vba APINoel Power4-3/+59
2013-04-05prepend Validation.Formula1 results with '=' for anything not a addressNoel Power3-3/+21
2013-04-02drop prefix from ::cssThomas Arnhold1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold13-39/+39
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann4-6/+6
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold58-323/+319
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-1/+1