summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin
2013-09-17convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida
2013-09-11add yellow smilies to icon setsMarkus Mohrhard
2013-09-11add colored smilies to the icon sets, fdo#60107Markus Mohrhard
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida
2013-09-10Trim data array length to remove trailing empty rows.Kohei Yoshida
2013-09-10Support fetching string array that spans over multiple blocks.Kohei Yoshida
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-09-07inheriting from a standard container is a bad ideaMarkus Mohrhard
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida
2013-09-05update pchThomas Arnhold
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard
2013-09-04Remove more unused methodsMarcos Paulo de Souza
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida
2013-09-01These pieces of code are no longer needed.Kohei Yoshida
2013-09-01Handle enabling / disabling of auto spell check.Kohei Yoshida
2013-09-01Auto spell-check is no longer done in ScDocument.Kohei Yoshida
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida
2013-09-01Remove pointless comments and ASCII artTor Lillqvist
2013-08-31Fix typo in 0d4238770e278abf8701863530f41b353ad51d08Tor Lillqvist
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-29add support for in-place style previewNoel Power
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer
2013-08-26treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )Noel Power
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida
2013-08-25fdo#60740: Export cell field items without using UNO API.Kohei Yoshida
2013-08-22fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida
2013-08-16fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida
2013-08-14Do the same when inserting columns.Kohei Yoshida
2013-08-13Do the same when deleting rows.Kohei Yoshida
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida
2013-08-13Ensure iterators are value-initializedStephan Bergmann
2013-08-12Compile token array only once per formula group.Kohei Yoshida
2013-08-12This is clearly a bug. Let's fix it.Kohei Yoshida
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida
2013-08-12Do the splitting of formula groups.Kohei Yoshida
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida