summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)Author
2011-11-28dr78: #i116691# don't reduce decimals if formula is shownEike Rathke
2011-11-28dr78: #i51508# use the correct MapMode for EditEngine when formatting for screenEike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-08-27Extracted a common code block.Kohei Yoshida
2011-08-26In-line comment.Kohei Yoshida
2011-08-26Actually I can handle repeat horizontal alignment beforehand.Kohei Yoshida
2011-08-26Actually there is no such thing as repeat orientation.Kohei Yoshida
2011-08-26Removing bogus OSL_FAIL.Kohei Yoshida
2011-08-26Shrink the method of DrawEditStandard().Kohei Yoshida
2011-08-26We can't overwrite the orientation value here.Kohei Yoshida
2011-08-25Method for asian vertical orientation.Kohei Yoshida
2011-08-25Second if condition is always true when the first one is.Kohei Yoshida
2011-08-25hasLineBreak is always true for stacked orientation.Kohei Yoshida
2011-08-25Separate method for asian vertical orientation.Kohei Yoshida
2011-08-25Fill EditDrawStacked().Kohei Yoshida
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
2011-06-10Remove a meaningless OSL_FAIL check.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-04-06Renamed methods for consistency.Kohei Yoshida
2011-04-06Fixed horizontal alignment issues for vertical text with text wrap on.Kohei Yoshida
2011-04-06Branching in the main function to call appropriate sub-methods.Kohei Yoshida
2011-04-06Do the same for top-bottom text direction.Kohei Yoshida
2011-04-06Extracted a method that adjust hyperlinks in PDF output.Kohei Yoshida
2011-04-06More sharing of common code blocks.Kohei Yoshida
2011-04-06Extracted a method to read cell content. That code is common in both methods.Kohei Yoshida
2011-04-06More cleanups.Kohei Yoshida
2011-04-06isVerticallyOriented() is always true in this method.Kohei Yoshida
2011-04-06Asianl vertical is always false in bottom-top orientation.Kohei Yoshida
2011-04-06Remove the code that's not relevant to the bottom-top orientation.Kohei Yoshida
2011-04-06First, shameless duplication of the guts of DrawEditStandard().Kohei Yoshida
2011-04-06Added empty methods for each orientation.Kohei Yoshida
2011-04-06Remove silliness of passing own data members as params to its own method.Kohei Yoshida
2011-04-06Fixed vertical alignment when the auto wrap is on.Kohei Yoshida
2011-04-05Finally fixed vertical alignment issue. (fdo#33622)Kohei Yoshida
2011-04-05Massive reduction of indentation level.Kohei Yoshida
2011-04-05More renaming & sal_Bool to bool conversion.Kohei Yoshida
2011-04-05Renamed EditAlignmentParam to DrawEditParam.Kohei Yoshida
2011-04-05Extracted method from DrawEdit() into DrawEditStandard().Kohei Yoshida
2011-04-05Tuck EditAlignmentParam class under ScOutputData class scope.Kohei Yoshida
2011-03-22Don't auto-adjust date and time values per column width. (fdo#34484)Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02No auto decimal adjustment when in "show formula" mode. (fdo#33665)Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-17cppcheck: remove redundant check.Kevin Hunter
2011-02-02WaE: throw out some warningsCaolán McNamara
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-17Remove some dead code in 'view'Thomas Arnhold
2011-01-09WaE: get member init order rightCaolán McNamara