summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-26Actually I can handle repeat horizontal alignment beforehand.Kohei Yoshida1-21/+8
2011-08-26Actually there is no such thing as repeat orientation.Kohei Yoshida1-1/+1
2011-08-26Removing bogus OSL_FAIL.Kohei Yoshida1-8/+0
2011-08-26Shrink the method of DrawEditStandard().Kohei Yoshida1-206/+41
2011-08-26We can't overwrite the orientation value here.Kohei Yoshida1-3/+0
2011-08-25Method for asian vertical orientation.Kohei Yoshida1-1/+368
2011-08-25Second if condition is always true when the first one is.Kohei Yoshida1-9/+7
2011-08-25hasLineBreak is always true for stacked orientation.Kohei Yoshida1-10/+8
2011-08-25Separate method for asian vertical orientation.Kohei Yoshida1-64/+30
2011-08-25Fill EditDrawStacked().Kohei Yoshida1-1/+436
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins1-9/+3
2011-06-10Remove a meaningless OSL_FAIL check.Kohei Yoshida1-4/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-3/+3
2011-04-06Renamed methods for consistency.Kohei Yoshida1-8/+8
2011-04-06Fixed horizontal alignment issues for vertical text with text wrap on.Kohei Yoshida1-49/+35
2011-04-06Branching in the main function to call appropriate sub-methods.Kohei Yoshida1-4/+14
2011-04-06Do the same for top-bottom text direction.Kohei Yoshida1-1/+394
2011-04-06Extracted a method that adjust hyperlinks in PDF output.Kohei Yoshida1-41/+29
2011-04-06More sharing of common code blocks.Kohei Yoshida1-31/+34
2011-04-06Extracted a method to read cell content. That code is common in both methods.Kohei Yoshida1-88/+56
2011-04-06More cleanups.Kohei Yoshida1-31/+1
2011-04-06isVerticallyOriented() is always true in this method.Kohei Yoshida1-38/+3
2011-04-06Asianl vertical is always false in bottom-top orientation.Kohei Yoshida1-44/+10