summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-01-19prevent to create cond formats with empty range, fdo#58778Markus Mohrhard3-8/+19
2013-01-18Try not to leak removed cell instances.Kohei Yoshida1-0/+9
2013-01-18fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida8-5/+349
2013-01-18add a way to select the current SfxTabPage by nameCaolán McNamara2-0/+6
2013-01-18add all the new conditional formats to the menu, related fdo#58778Markus Mohrhard7-2/+75
2013-01-18make sure we call SetInRefMode only onceMarkus Mohrhard1-0/+5
2013-01-18don't create multiple dialogs in the loop, fdo#59314Markus Mohrhard1-0/+1
2013-01-18reset one of the sort containers before refilling, fdo#57465Markus Mohrhard1-0/+2
2013-01-17Const correct-ness in one place...Kohei Yoshida3-3/+3
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida3-2/+6
2013-01-17sc test for XSheetAnnotationsLaurent Godard3-0/+247
2013-01-17sc test for XSheetAnnotationLaurent Godard4-0/+264
2013-01-17Add close findbar button also on other LO componentsJoren De Cuyper1-0/+1
2013-01-16Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().Kohei Yoshida3-5/+5
2013-01-15the first icon in an icon set should be the negative oneMarkus Mohrhard1-1/+1
2013-01-15also support showing the icons in reverse orderMarkus Mohrhard4-2/+15
2013-01-15support to hide the value in icon sets also for OOXMLMarkus Mohrhard2-0/+2
2013-01-15support to hide the cell value when using icon setsMarkus Mohrhard8-3/+26
2013-01-15move this class from the header file to the source fileMarkus Mohrhard2-18/+21
2013-01-15create correct icon set information, fdo#58610Markus Mohrhard3-5/+7
2013-01-15add test case for fdo#59293Markus Mohrhard3-3/+17
2013-01-15Revert "fix icon set rendering information creation, fdo#58610"Markus Mohrhard2-2/+1
2013-01-15make translatable a few more ui stringsAndras Timar1-1/+1
2013-01-15fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new styleNoel Grandin3-5/+5
2013-01-15with the new recalc of matrix with errors, this assert is no longer trueMarkus Mohrhard1-1/+1
2013-01-15for error value in matrix force recalc, fdo#59293Markus Mohrhard1-6/+28
2013-01-14Keep this simple. No need to wrap literals with OUString any more.Kohei Yoshida1-2/+2
2013-01-14Figured out why testFuncMATCH was failing. Fixed it, all green.Kohei Yoshida2-1/+3
2013-01-14Add new unit test to test pivot table functionalities via ScDBDocFunc.Kohei Yoshida1-11/+86
2013-01-12fdo#59292 OOXML TDIST is ODF LEGACY.TDISTEike Rathke1-1/+1
2013-01-12OpCodeProviderImpl::initFuncOpCode: warn if there is no opcode mappingEike Rathke1-0/+4
2013-01-12fdo#56124 IFERROR IFNA Excel import/exportEike Rathke2-4/+20
2013-01-12make the list box a bit larger, fdo#58609Markus Mohrhard1-1/+3
2013-01-12fix icon set rendering information creation, fdo#58610Markus Mohrhard2-1/+2
2013-01-12Maybe this will make the Windows tinderbox happy...Kohei Yoshida1-1/+1
2013-01-11Remove more duplicated code blocks.Kohei Yoshida1-85/+50
2013-01-11Remove duplicate blocks.Kohei Yoshida1-19/+13
2013-01-11Redo DataPilotUpdate() as well.Kohei Yoshida1-125/+84
2013-01-11Actually let's do these earlier so we can bail out early.Kohei Yoshida1-10/+10
2013-01-11Check this first before instantiating heap objects.Kohei Yoshida1-6/+6
2013-01-11Remove duplicate code blocks.Kohei Yoshida1-84/+42
2013-01-11Remove all checks for NULL pointers from DataPilotUpdate().Kohei Yoshida1-148/+77
2013-01-11A little cleaning of RefreshPivotTables().Kohei Yoshida1-21/+11
2013-01-11Add a variant of DataPilotUpdate that removes pivot table.Kohei Yoshida4-2/+87
2013-01-11Create another variant of DataPilotUpdate() for new table creation.Kohei Yoshida3-1/+139
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida9-26/+0
2013-01-12adapt function description to changed place, fdo#58957Markus Mohrhard1-1/+1
2013-01-12at least use correct test data ...Eike Rathke1-9/+18
2013-01-12make this compile with a not so recent code baseEike Rathke1-2/+2
2013-01-11Actually call testFuncIFERRORStephan Bergmann1-14/+10