summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2012-06-07dead code: ScDocument::DeleteNumberFormatThomas Arnhold1-1/+0
2012-06-06Use iterators over index access.Kohei Yoshida1-1/+9
2012-06-05unusedcode.easy: remove some unused codeThomas Arnhold3-4/+0
2012-06-05drop some unused codeCaolán McNamara6-10/+4
2012-06-05fdo#45747 remove the limitation to 3 sort entries in calc part2Albert Thuswaldner2-2/+4
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida2-4/+4
2012-05-31targetted revert of tiny unused method cleanupMichael Meeks1-0/+1
2012-05-30Share common localized strings: Calc A1, Excel A1, and Excel R1C1.Kohei Yoshida1-1/+4
2012-05-30Reset the calc settings to default when the 'Default' button is checked.Kohei Yoshida1-0/+2
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida1-0/+50
2012-05-30Use the new option when interpreting INDIRECT function.Kohei Yoshida1-2/+5
2012-05-30New skeleton dialog for detailed calculation settings.Kohei Yoshida1-1/+2
2012-05-25import new conditional format informationMarkus Mohrhard1-0/+1
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power1-18/+0
2012-05-25Drop unused function "findByTable"Julien Nabet1-1/+0
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard3-12/+26
2012-05-24first part for databar exportMarkus Mohrhard1-0/+1
2012-05-23WaE: MSVC2008 C4099 class/structCaolán McNamara1-1/+1
2012-05-23Receive the file open command in Calc in order to pass doc service name.Kohei Yoshida2-0/+2
2012-05-21initial support for percentile in data bars/color scalesMarkus Mohrhard1-0/+8
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard2-1/+8
2012-05-21support fixed axis in the middle of the cellMarkus Mohrhard1-2/+14
2012-05-18Adjust sheet fields in cells when sheet structure changes.Kohei Yoshida2-4/+7
2012-05-18correctly get the min value and the max value for data barsMarkus Mohrhard1-0/+3
2012-05-18MSVC needs new_clone for abstract class in ptr_vectorMarkus Mohrhard1-0/+7
2012-05-18prevent the creation of a default copy c'torMarkus Mohrhard1-0/+1
2012-05-18implement databars in the coreMarkus Mohrhard3-9/+69
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard2-20/+74
2012-05-18add render code for data barsMarkus Mohrhard1-1/+12
2012-05-17Better string values for "empty" and "non-empty" filtering option.Kohei Yoshida1-2/+2
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-2/+2
2012-05-14formulas in color scales should not be changed to external referencesMarkus Mohrhard1-0/+2
2012-05-14copy color scales correctlyMarkus Mohrhard2-0/+5
2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers1-0/+1
2012-05-13export color scales to xlsxMarkus Mohrhard2-2/+5
2012-05-12add color scales to copy documentMarkus Mohrhard1-0/+3
2012-05-11update references in color scalesMarkus Mohrhard1-0/+2
2012-05-11we need to update the formulas now tooMarkus Mohrhard1-0/+1
2012-05-11repaint for every change when using formulas in color scalesMarkus Mohrhard1-0/+1
2012-05-11add formula input to color scalesMarkus Mohrhard1-0/+10
2012-05-11update the color scales when moving tabsMarkus Mohrhard1-0/+2
2012-05-11repaint color scale range if min/max changedMarkus Mohrhard1-0/+5
2012-05-10finally support min/max and percentile in color scalesMarkus Mohrhard1-1/+2
2012-05-10first part for min/max in color scalesMarkus Mohrhard1-1/+17
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard2-2/+11
2012-05-09import color scales from xlsxMarkus Mohrhard4-45/+58
2012-05-09add initial code for color scalesMarkus Mohrhard1-0/+89
2012-05-09DECL_PTRARR_SORT to ptr_set in conditio.[ch]xxMarkus Mohrhard1-7/+17
2012-05-08Support document title field in cells.Kohei Yoshida1-1/+2
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida2-1/+11