summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava12-23/+23
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini6-8/+8
2014-11-06Don't use OpenCL unless the group is long enoughTor Lillqvist1-0/+6
2014-11-06sc: remove some unused codeNoel Grandin1-27/+0
2014-11-05coverity#1242614 Untrusted loop boundCaolán McNamara1-2/+14
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-11-04 calc ScTable::ReplaceAll : avoid calling GetLastDataPos uselesslyLaurent Godard1-1/+5
2014-11-04calc ScTable::SearchAll : avoid calling GetLastDataPos uselesslyLaurent Godard1-4/+16
2014-11-04fdo#39468 Translate German Comments - sc/source/core/data/documen{4,5}.cxxChristian M. Heller2-69/+68
2014-11-04remove some unused code in scNoel Grandin2-78/+0
2014-11-03fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxxChristian M. Heller1-33/+31
2014-10-31Removed duplicated includesAndrea Gelmini2-2/+0
2014-10-31eliminate duplicated initializationEike Rathke1-2/+0
2014-10-31coverity#735311 Unchecked return valueEike Rathke1-1/+2
2014-10-30CID#736090 Improper use of negative valueEike Rathke1-0/+3
2014-10-30Log the state as an integer, not as a byte with value 0, 1 or 2Tor Lillqvist1-1/+1
2014-10-29coverity#735611 Division or modulo by float zeroCaolán McNamara1-3/+5
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann1-3/+3
2014-10-27fdo#85215: Ensure that formula broadcasting works after sort.Kohei Yoshida1-0/+15
2014-10-27sc: assert SfxPoolItem::operator==Michael Stahl1-5/+5
2014-10-26fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida1-2/+5
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky9-28/+28
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky9-23/+23
2014-10-23Fraction: Revert "conversion to double should not be necessary"Jan Holesovsky1-7/+3
2014-10-23loplugin: cstylecastNoel Grandin28-373/+372
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann8-85/+82
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann7-45/+45
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 Yoshida2-9/+57
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 Yoshida1-1/+1
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida1-2/+4
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida4-21/+30
2014-10-22Annotate FindEditCellsHandler.Kohei Yoshida1-4/+15
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida3-32/+38
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-10-21conversion to double should not be necessaryDavid Tardon1-3/+7
2014-10-21nShearWink -> nShearAngleMiklos Vajna1-1/+1
2014-10-17fdo#80284: Avoid broadcasting during cell delete & shift.Kohei Yoshida1-5/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon9-23/+23
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara1-8/+1
2014-10-15fdo#83141: also optimize ScTable::HasAttribSelectionLaurent Godard1-4/+11
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-1/+1
2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke2-1/+31
2014-10-12fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida2-1/+7
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-09remove warning: ‘nIndex’ may be used uninitializedLaurent Godard1-2/+2
2014-10-09fdo#84810 Avoid calc crash when using Paste Special - LinkMatthew J. Francis1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca9-28/+28