summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-07don't hide cell content behind pivot table buttons, fdo#60877Markus Mohrhard1-1/+1
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard1-17/+5
2013-05-31Fix fdo#51835 Indent changes in Calc forces alignment to leftabdulmajeed ahmed1-4/+10
2013-05-12cppcheck: unusedVariable (pPreviewPattr)Julien Nabet1-1/+0
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-05-02fdo#39593 - share copy/paste code, and add a few consts.Minh Ngo1-233/+148
2013-05-02fix fdo#64085 : set proper alignment for justified align text.navin patidar1-1/+8
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-15basic inplace Font preview for calcNoel Power1-2/+49
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-14/+14
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-1/+5
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-13/+11
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida1-132/+99
2013-03-27Kill more ScBaseCell usages.Kohei Yoshida1-74/+70
2013-03-27Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida1-6/+13
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida1-1/+1
2013-03-15ScBaseCell::nScriptType is no more.Kohei Yoshida1-1/+2
2013-03-14Remove a local inline function that's used from only one call site.Kohei Yoshida1-9/+6
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-3/+3
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-01-15support to hide the cell value when using icon setsMarkus Mohrhard1-1/+3
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-6/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-25/+32
2012-11-18WaE : shadow variableNorbert Thiebaud1-6/+7
2012-11-18convert a GetOutputString variant to OUStringNorbert Thiebaud1-3/+12
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-7/+7
2012-08-29fix typoCaolán McNamara1-1/+1
2012-08-29String::Expand -> string::padToLengthCaolán McNamara1-3/+4
2012-08-28tweaking the "fill in character" support in Calc Number Format StringsJohann Messner1-3/+3
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann1-311/+311
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-4/+4
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-6/+6
2012-06-27tweak ScDrawStringsVars::RepeatToFill, us String::Expand instead of loopNoel Power1-3/+3
2012-06-09Remove superfluous include commentsThomas Arnhold1-6/+0
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard1-0/+7
2012-05-03New menu now inserts current time into cell.Kohei Yoshida1-1/+1
2012-04-18make sure nPos is and nChar are reset for string without placeholderNoel Power1-0/+5
2012-04-17enable '*' repeat next char to fill available width for calc num formatsNoel Power1-3/+40
2012-04-16fdo#48431: More reliable way to check for RTL text.Kohei Yoshida1-25/+34
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara1-3/+0
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard1-3/+3
2012-02-13Remove unused codeElton Chung1-8/+0
2011-12-12fdo#32530: Correct default horizontal alignment for complex script.Kohei Yoshida1-6/+44
2011-11-28dr78: #i116691# don't reduce decimals if formula is shownEike Rathke1-2/+2
2011-11-28dr78: #i51508# use the correct MapMode for EditEngine when formatting for screenEike Rathke1-34/+28
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-3/+5
2011-08-27Extracted a common code block.Kohei Yoshida1-48/+34
2011-08-26In-line comment.Kohei Yoshida1-0/+1