summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2013-05-28correctly delete note captions, fdo#64068Markus Mohrhard1-1/+3
2013-05-17resolved fdo#63805 max day of month of the intended monthEike Rathke1-2/+1
2013-04-24fixed out of bounds vector accessEike Rathke1-1/+1
2013-04-11prevent vector and sequence out of bounds access, fdo#60300Eike Rathke1-12/+42
2013-04-11prevent out of bounds vector access in ooo62493-1.xls recalculationEike Rathke1-0/+2
2013-03-25fdo#51296 Patch accounts security setting requiring ctrl+click for hyperlinks.Akash Shetye1-4/+17
2013-03-25URM_INSDEL we need to update the src position, fdo#62206Markus Mohrhard1-6/+15
2013-03-18Fix fdo#37464 - Cell Border works backwards on Right-to-Left sheetFaisal M. Al-Otaibi1-7/+32
2013-03-14i#119972 - Formula GETPIVOTDATA returns #REF! valueWang Lei1-0/+17
2013-03-11respect nDelFlags, fdo#57661Markus Mohrhard1-1/+1
2013-03-07fdo#54651: Only pick non-default number format for pivot field.Kohei Yoshida1-1/+3
2013-02-27remove the copied cond format cell attr entries, fdo#60306Markus Mohrhard1-0/+11
2013-02-26automatically extending cond formats is dangerous, fdo#60828Markus Mohrhard1-2/+3
2013-02-26use >= as mentioned in the UI, fdo#60798Markus Mohrhard1-2/+2
2013-02-26use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard2-6/+6
2013-02-07Resolves: fdo#60420 Copy chart leads to crashJulien Nabet1-2/+5
2013-02-01we need to use SCROW for row numbers, fdo#59894Markus Mohrhard1-1/+1
2013-02-01if no cond format is valid use the existing protection, fdo#58826Markus Mohrhard1-1/+3
2013-01-31bnc#615357: Recompile cells with #NAME! for English function name option.Kohei Yoshida3-0/+62
2013-01-27fdo#59056: Re-calculate cell anchor position of a pasted drawing object.Kohei Yoshida1-0/+7
2013-01-25import inherited number formats with cached values, fdo#59724Markus Mohrhard2-8/+13
2013-01-21fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida3-0/+142
2013-01-21copy styles from cond format between different docs, fdo#59159Markus Mohrhard1-0/+26
2013-01-16the first icon in an icon set should be the negative oneMarkus Mohrhard1-1/+1
2013-01-11fdo#58069: Invalidate sheet stream cache when directory path changes.Kohei Yoshida1-0/+11
2013-01-04Remove the last use of SC_DP_MAX_FIELDS.Kohei Yoshida1-149/+164
2013-01-04More on removing use of SC_DP_MAX_FIELDS.Kohei Yoshida1-6/+8
2013-01-04Remove SC_DP_MAX_FIELDS from ScDPRunningTotalState too.Kohei Yoshida1-62/+76
2013-01-04Remove hard-coded upper field limit from ScDPInitState.Kohei Yoshida1-41/+21
2013-01-03fdo#58004: Let's remove these upper bound truncation.Kohei Yoshida1-6/+2
2013-01-03fdo#58004: Fix out-of-bound access to std::vector.Kohei Yoshida1-17/+7
2013-01-03Let's first fix this horrible formatting.Kohei Yoshida1-23/+19
2013-01-03fdo#58004: Apply source number format over one specified by the style.Kohei Yoshida1-79/+99
2013-01-03make sure the column index is valid, fdo#58539Markus Mohrhard1-0/+2
2013-01-03simplify this code a little bitMarkus Mohrhard1-22/+8
2012-12-31handle strings correctly in ScCondFormatEntry::GetExpression, fdo#58781Markus Mohrhard1-2/+2
2012-12-26one more improvement around cond format rendering, fdo#57896Markus Mohrhard1-1/+4
2012-12-25simplify cond format copy&paste code, fdo#58677Markus Mohrhard2-50/+23
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida1-0/+15
2012-12-20handle last week/next week betweek different years, fdo#58340Markus Mohrhard1-9/+25
2012-12-18Check the validity of row ranges after after the data area shrinkage.Kohei Yoshida1-1/+10
2012-12-18we need to use a copy of the original ScPatternAttr, fdo#58338Markus Mohrhard1-5/+7
2012-12-18first check that the number of cells has not been reached yet, fdo#58346Markus Mohrhard1-8/+8
2012-12-18fix the month date formats, related fdo#58340Markus Mohrhard1-2/+12
2012-12-18checking for the month is wrong, related fdo#58340Markus Mohrhard1-3/+3
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic1-7/+51
2012-12-15it is only important if one entry forces an updateMarkus Mohrhard1-4/+2
2012-12-15fdo#35943: Better performance with pivot table refresh.Kohei Yoshida2-6/+42
2012-12-14Do extra check on source range to make sure no funny things happen.Kohei Yoshida2-0/+13
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida6-121/+148