summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* one more improvement around cond format rendering, fdo#57896Markus Mohrhard2012-12-261-1/+4
* simplify cond format copy&paste code, fdo#58677Markus Mohrhard2012-12-253-50/+49
* one more fix for fdo#58686Markus Mohrhard2012-12-251-1/+3
* be safe against invalid cond format cell info, fdo#58686Markus Mohrhard2012-12-241-0/+3
* C4701: potentially uninitialized local variable 'bTestEqualCondition' usedTor Lillqvist2012-12-221-1/+1
* storing the chart doc while loading is a bad idea, fdo#57530Markus Mohrhard2012-12-221-1/+0
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-216-26/+12
* Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida2012-12-202-4/+15
* Make use of the recalc option when loading ODF documents.Kohei Yoshida2012-12-201-8/+21
* Add ODF recalc option bits to the UI and configuration.Kohei Yoshida2012-12-205-35/+105
* Group undo actions when showing/hiding several notes once, fdo#39454Rodolfo Ribeiro Gomes2012-12-201-0/+5
* Refactored pivot table dialog code for better modularity.Kohei Yoshida2012-12-195-678/+618
* fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes2012-12-204-6/+178
* some small fixes for UI around date cond formatsMarkus Mohrhard2012-12-201-3/+7
* handle last week/next week betweek different years, fdo#58340Markus Mohrhard2012-12-201-9/+25
* Little optimization when detecting if there is cell notes to be deletedRodolfo Ribeiro Gomes2012-12-191-0/+3
* even simpler way to get the whole rangeMarkus Mohrhard2012-12-191-22/+1
* Little optimisation when getting the whole rangeRodolfo Ribeiro Gomes2012-12-191-8/+5
* wrap vararg sax functions in typesafe overloadsLuboš Luňák2012-12-192-3/+37
* Remove unused method from sc: importBiffRecordMarcos Paulo de Souza2012-12-192-30/+0
* Check the validity of row ranges after after the data area shrinkage.Kohei Yoshida2012-12-181-1/+10
* fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks2012-12-182-5/+17
* finalize pivot *before* scenario sheet to ensure table numbers are correctNoel Power2012-12-181-5/+6
* Remove unused ScTabPopShellMarcos Paulo de Souza2012-12-182-108/+0
* we need to use a copy of the original ScPatternAttr, fdo#58338Markus Mohrhard2012-12-181-5/+7
* first check that the number of cells has not been reached yet, fdo#58346Markus Mohrhard2012-12-171-8/+8
* UI does not update correctly for icon sets, fdo#58308Markus Mohrhard2012-12-172-1/+5
* workaround FORMULA is not part of the condition is in the UIMarkus Mohrhard2012-12-171-0/+4
* fix the month date formats, related fdo#58340Markus Mohrhard2012-12-171-2/+12
* checking for the month is wrong, related fdo#58340Markus Mohrhard2012-12-171-3/+3
* Change the order of always, never, ask enumerations.Kohei Yoshida2012-12-174-16/+18
* Re-arranged formula options page to make room for re-calc option.Kohei Yoshida2012-12-173-47/+50
* Use check box "Always perform this in future" rather than 4 buttons.Kohei Yoshida2012-12-173-42/+14
* callcatcher: update unusedcode code listCaolán McNamara2012-12-176-115/+1
* UniString::Fill -> OUStringBuffer::padToLengthCaolán McNamara2012-12-171-3/+4
* UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara2012-12-172-11/+10
* check conditions before checking for matrix fragmentEike Rathke2012-12-151-3/+6
* add missing *IFS pieces to Excel filterEike Rathke2012-12-151-11/+8
* AVERAGEIFS with FUNCFLAG_PARAMPAIRSEike Rathke2012-12-151-1/+1
* EvalMatrix<XorEvaluator> for XorEike Rathke2012-12-151-20/+9
* EvalMatrix: do not short circuit, propagate errorsEike Rathke2012-12-151-10/+14
* aString not rStringEike Rathke2012-12-151-13/+13
* ScInterpreter::IterateParametersIfs() with external referencesEike Rathke2012-12-151-0/+21
* calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic2012-12-153-3/+38
* calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]2012-12-155-5/+27
* calcishmakkica: init varsEike Rathke [er]2012-12-151-18/+18
* calcishmakkica: WaE wntmsci12Eike Rathke [er]2012-12-151-2/+2
* calcishmakkica: #i90269# #i95144# #i101466#Eike Rathke [er]2012-12-154-190/+218
* calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic2012-12-158-12/+589
* changes to "calcishmakkica: #i101466# implement AVERAGEIF"Eike Rathke2012-12-152-677/+314