summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-10-22GetNameAsString() identical to GetName(). Remove this and use GetName().Kohei Yoshida2-5/+3
2014-10-22( void ) -> ()Kohei Yoshida2-19/+19
2014-10-22Be sure to copy the cell text attributes values to and from clip.Kohei Yoshida2-4/+73
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida3-9/+60
2014-10-22Exit early in case the column has no cell notes to copy to destination.Kohei Yoshida1-0/+4
2014-10-22Set latin script to numeric blocks of applicable columns.Kohei Yoshida1-8/+58
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida8-13/+25
2014-10-22Move this useful function to sc::NumFmtUtil.Kohei Yoshida3-26/+49
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida11-35/+159
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida12-38/+81
2014-10-22Update all script types in the marked ranges up-front.Kohei Yoshida1-0/+2
2014-10-22Annotate FindEditCellsHandler.Kohei Yoshida1-4/+15
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida5-34/+45
2014-10-22Set rotation reference directly via internal API.Kohei Yoshida2-9/+23
2014-10-22Set cell style name to the document directly, bypassing the UNO API.Kohei Yoshida3-6/+46
2014-10-22callcatcher: update unused codeCaolán McNamara1-2/+2
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann2-24/+0
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist31-37/+55
2014-10-21fdo#83579 - 'Extrusion On/Off' should be added to Fontwork toolbarYousuf Philips2-3/+5
2014-10-21sc: remove duplicate test methods from ScTableSheetsObjMichael Stahl1-3/+1
2014-10-21sc: fix temp file leak in ScTableSheetObjMichael Stahl1-5/+17
2014-10-21conversion to double should not be necessaryDavid Tardon1-3/+7
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin3-3/+3
2014-10-21nShearWink -> nShearAngleMiklos Vajna2-2/+2
2014-10-20fdo#78826 HIG: missing colons and capitalization in scAdolfo Jayme Barrientos96-1651/+674
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin4-15/+15
2014-10-18fdo#82047: Correctly adjust references in range names on row deletion.Kohei Yoshida1-0/+47
2014-10-18fdo#82047: Write test for this.Kohei Yoshida2-0/+76
2014-10-18NamedExpression is too lengthy. Let's just call it 'Name'. We'll know.Kohei Yoshida2-9/+9
2014-10-18fdo#39468 Translate German Comments - sc/source/filter/{lotus,rtf}Christian M. Heller9-261/+260
2014-10-17fdo#80284: Avoid broadcasting during cell delete & shift.Kohei Yoshida1-5/+2
2014-10-17fdo#80284: Write test for this first.Kohei Yoshida2-0/+117
2014-10-17Move these tests to ucalc_formula.cxx.Kohei Yoshida2-213/+214
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann1-2/+2
2014-10-16fdo#73080: Fix the single cell reference cases as well.Kohei Yoshida1-22/+33
2014-10-16fdo#73080: Write another test case for single cell reference cases.Kohei Yoshida1-0/+21
2014-10-16fdo#85050 - MENU: change related menu items shouldnt be separated find itemsYousuf Philips1-3/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon61-218/+218
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara1-8/+1
2014-10-15fdo#73080: Correctly count blank cells in COUNTBLANK.Kohei Yoshida1-2/+20
2014-10-15fdo#73080: Write test for this first.Kohei Yoshida2-0/+28
2014-10-15fdo#83141: also optimize ScTable::HasAttribSelectionLaurent Godard1-4/+11
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann22-38/+6
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin2-4/+4
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna3-3/+3
2014-10-15remove duplicated call to mpChildrenShapes->SelectionChanged()Eike Rathke1-4/+0
2014-10-15speed up simple range list joins that could be appends, fdo#75486 relatedEike Rathke2-4/+46
2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke3-1/+32
2014-10-15sc: fix temp file leak in ScHTMLExportTestMichael Stahl1-7/+12
2014-10-15sc: fix temp file leaks in ucalc TestMichael Stahl1-0/+3