summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-07-05Use correct row indices to keep track of empty rows.Kohei Yoshida1-1/+21
2012-07-05Unnecessary header include.Kohei Yoshida1-1/+0
2012-07-05prevent invalid memory when loading change tracking from xls, fdo#45209Markus Mohrhard2-2/+15
2012-07-05resolved fdo#51664 some matrix cases broken in binary Excel importEike Rathke1-1/+1
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida6-0/+98
2012-07-05changes to "Replaced deprecated tools/String with OUString in ScMatrix"Eike Rathke1-2/+2
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller2-22/+30
2012-07-05sc: fix sc_subsequent_filters_testMiklos Vajna2-2/+4
2012-07-04fixed wrong string copy logic in ScFormulaCell::CompileDBFormula()Eike Rathke1-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl11-48/+61
2012-07-04impreove the cond format dialog a little bitMarkus Mohrhard2-8/+13
2012-07-04check for invalid tab number, fdo#51667Markus Mohrhard1-2/+2
2012-07-04make the cond format dialog a bit mroe beautifulMarkus Mohrhard1-42/+28
2012-07-04correct enumerate the condition entries in the dialogMarkus Mohrhard6-7/+28
2012-07-04localize all parts of the new cond format dialogsMarkus Mohrhard4-10/+61
2012-07-04add the cond format managerMarkus Mohrhard12-67/+618
2012-07-03ditch String::CreateFromAsciiCaolán McNamara25-72/+72
2012-07-03do not attempt to compile running formula cell (fdo#51601 related)Eike Rathke1-7/+4
2012-07-03fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida2-0/+8
2012-07-03remove a forgotten about (harmless) hack for the formulabuffer changeNoel Power1-2/+0
2012-07-02fdo#51222: Use multi-list box for subtotal dialog.Kohei Yoshida3-5/+7
2012-07-02Remove unused definesThomas Arnhold4-20/+0
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold2-4/+0
2012-07-02fdo#50587: Remove totally mis-placed 'static' keyword.Kohei Yoshida1-1/+1
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-07-01Remove unused definesThomas Arnhold3-11/+4
2012-07-01Remove unused definesThomas Arnhold7-21/+0
2012-07-01Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl1-1/+0
2012-06-30show correct preview when opening the dialog, fdo#51590Markus Mohrhard1-0/+1
2012-06-30correctly calculate scroll bar position, related fdo#51599Markus Mohrhard1-1/+1
2012-06-30handle single cell conditional formats correctly, fdo#51555Markus Mohrhard1-0/+6
2012-06-30Some cppcheck cleaningJulien Nabet3-3/+3
2012-06-30the end of the formula is the closing bracket, fdo#51507Markus Mohrhard1-1/+1
2012-06-29Remove some unused defines and controlsThomas Arnhold1-2/+0
2012-06-29Remove unused header guards and optionsThomas Arnhold7-332/+0
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara43-104/+91
2012-06-28remove debug statementDavid Tardon1-1/+0
2012-06-28WaE: unused parameterDavid Tardon1-1/+1
2012-06-28Remove some unused localsThomas Arnhold2-65/+0
2012-06-28Enable menu option "Edit witn External Tool.." for Calc.Tomaž Vajngerl3-2/+71
2012-06-27resolved fdo#51478 handle array context in T()Eike Rathke1-10/+7
2012-06-27propagate error in ScInterpreter::GetDoubleOrStringFromMatrix()Eike Rathke1-0/+7
2012-06-27Remove unused header filesThomas Arnhold2-82/+0
2012-06-27Remove unused include filesThomas Arnhold1-53/+0
2012-06-27Reduce newline bloat at eofThomas Arnhold1-2/+0
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold3-5/+1
2012-06-27tweak ScDrawStringsVars::RepeatToFill, us String::Expand instead of loopNoel Power1-3/+3
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard2-0/+14
2012-06-27add support for axis color import/exportMarkus Mohrhard4-1/+18
2012-06-27support colored axis in data barsMarkus Mohrhard3-2/+6