summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2013-05-07implement Range.NameNoel Power2-0/+53
2013-05-07stub implementation(s) for Application EnableCancelKey & InternationalNoel Power2-1/+28
2013-05-07implement Application.Iteration & Application.InchesToPointsNoel Power2-1/+44
2013-05-07implement Application.UndoNoel Power2-0/+10
2013-05-07reset Logical format when setting a number value via Range vba apiNoel Power1-0/+9
2013-05-07add Workbook.Save methodNoel Power2-0/+94
2013-05-07return correct object ( was returning an uno object in the vba api )Noel Power1-1/+1
2013-05-07handle non int32 values for Field in Range.AutoFilterNoel Power1-3/+15
2013-05-07Tweak further the indices checked for break, also tweak test documentNoel Power1-2/+2
2013-05-07fix limits check on breaks ( ignore breaks outside used area )Noel Power2-6/+14
2013-05-07Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power1-1/+1
2013-05-07fix range cut with destination paramater( missing else )Noel Power1-0/+1
2013-05-06fix typos (wich instead of which)Philipp Riemer7-8/+8
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-14/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák48-285/+285
2013-05-06fdo#63878 fix the zoom problem when the sheet are RTLFaisal M. Al-Otaibi1-0/+3
2013-05-06fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fixAlbert Thuswaldner2-16/+25
2013-05-02we can just use a PopupMenu* hereCaolán McNamara2-7/+18
2013-05-02fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks1-1/+1
2013-05-02fdo#39593 - share copy/paste code, and add a few consts.Minh Ngo2-233/+154
2013-05-02fix fdo#64085 : set proper alignment for justified align text.navin patidar1-1/+8
2013-05-01convert message box return types to an enumCaolán McNamara1-1/+1
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks18-415/+72
2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky1-0/+2
2013-04-29fdo#63592 Solve context numerical problem when changing text directionabdulmajeed ahmed1-1/+9
2013-04-29Resolves: fdo#51556 allow tab traversing into the conditional formatting listCaolán McNamara3-5/+13
2013-04-29fdo#61060 - Freezing now marks spreadsheet as unsaved.Sameer Deshmukh1-0/+1
2013-04-29fdo#63546: set appropriate alignment when wrt direction of cells is changed.navin patidar1-13/+42
2013-04-28Bin CLOOK comments and un-split one large switch statementTor Lillqvist5-10/+11
2013-04-26XubString->OUStringCaolán McNamara1-3/+3
2013-04-24adapt code to protect sheet .uiCaolán McNamara4-227/+48
2013-04-24adapt code to use converted share doument widgetCaolán McNamara4-197/+77
2013-04-22replace one more auto_ptrMarkus Mohrhard1-3/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks26-576/+115
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy7-7/+7
2013-04-20fdo#55432 fix the context menu position for RTL sheetAbdulaziz A Alayed1-1/+5
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza38-135/+135
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey2-1/+7
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane4-14/+14
2013-04-18Related: fdo#63546 bundle both changes together as one undoCaolán McNamara2-0/+15
2013-04-18Resolves: fdo#63592 changing text direction exits edit modeCaolán McNamara1-5/+0
2013-04-18fix fdo#63546 : set appropriate alignment when writing direction is changed.navin patidar1-0/+23
2013-04-17adapt code to solver dialog .ui conversionCaolán McNamara5-694/+249
2013-04-17adapt solver dialog to .ui conversionCaolán McNamara1-1/+4
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara21-92/+91
2013-04-16fdo#63290 - UI: Goal Seek - incorrect term "current cell"Joren De Cuyper2-20/+10
2013-04-16adapt code to goal seek dialog .ui conversionCaolán McNamara5-245/+82
2013-04-15Remove the 4th option from the pivot table source selection dialog.Kohei Yoshida1-0/+3
2013-04-15Revert "Calc Sort: Introducing new method AddKeyItem to avoid code duplication"Thomas Arnhold4-20/+17