summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)Author
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28fix another instance where the index is broken for pagebreaksNoel Power
2013-10-28follow fix for bnc#813528Noel Power
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21fdo#68849 add some header guardsThomas Arnhold
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-12Use SAL_PATHDELIMITERTor Lillqvist
2013-10-08convert sc/source/ui/vba/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-10-02WaE: unused variableTor Lillqvist
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-26typo fixes in commentsAndras Timar
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-25better support Range.FormulaArray ( set )Noel Power
2013-07-24More of the same.Kohei Yoshida
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-07-08-Werror,-Wheader-guard (Clang trunk towards 3.4)Stephan Bergmann
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29remove some createFromAscii usageThomas Arnhold
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power
2013-06-07remove old gloop, superseded by new unit test frameworkNoel Power
2013-06-07add missing PageSetup.PageSize apiNoel Power
2013-06-06Remove remnants of help agentCaolán McNamara
2013-05-30String to OUString.Donizete Waterkemper
2013-05-29some Worksheet.Change supportNoel Power
2013-05-29i106278 - Window.ActiveSheet,Window.FreezePanes,Window.Split, Window.ViewPedro Giffuni
2013-05-15fire change event after copy ( with dest paramater set )Noel Power
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin
2013-05-10try fix build failure ( on some platforms ) uno::makeAny( 1 )Noel Power
2013-05-10fix various problems with vba Names & Names objectsNoel Power
2013-05-09add missing exception specificationLuboš Luňák
2013-05-09fix waeNoel Power
2013-05-09implement Range.NameNoel Power
2013-05-09stub implementation(s) for Application EnableCancelKey & InternationalNoel Power
2013-05-09implement Application.Iteration & Application.InchesToPointsNoel Power
2013-05-09implement Application.UndoNoel Power
2013-05-09reset Logical format when setting a number value via Range vba apiNoel Power
2013-05-09add Workbook.Save methodNoel Power
2013-05-09return correct object ( was returning an uno object in the vba api )Noel Power
2013-05-09handle non int32 values for Field in Range.AutoFilterNoel Power
2013-05-09Tweak further the indices checked for break, also tweak test documentNoel Power
2013-05-09fix limits check on breaks ( ignore breaks outside used area )Noel Power