summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-04-26fixed problem with return value in ScVbaWorksheet::createSheetCopyInNewDocMarkus Mohrhard5-85/+108
2011-04-25Fixed layout problem on Windows. It was not entirely platform independent.Kohei Yoshida5-6/+29
2011-04-22Excel only allows strings that are up to 32767 chars long (0x7FFF).Kohei Yoshida1-1/+1
2011-04-22Fixed address input box to work in R1C1 mode.Kohei Yoshida1-4/+10
2011-04-21disable the testCVE unittest for now because it breaks in some casesRobert Nagy1-0/+2
2011-04-20fdo#36365: Watch out for NULL pointer de-referencing.Kohei Yoshida1-2/+8
2011-04-19Don't forget to NULL the pointer after deleting the instance.Kohei Yoshida1-0/+2
2011-04-19fdo#33341: Copy print ranges when copying sheet.Kohei Yoshida3-0/+49
2011-04-19Fixed indentation mis-match.Kohei Yoshida1-30/+30
2011-04-18More accurate error messages.Kohei Yoshida1-8/+8
2011-04-18New unit test for toggling relative/absolute reference (Shift-F4).Kohei Yoshida1-0/+86
2011-04-18Resolves: fdo#36128 fix up paths for gbuildCaolán McNamara3-11/+13
2011-04-16fdo#36124: Fix relative/absolute toggling in R1C1 mode.Kohei Yoshida4-42/+168
2011-04-15fdo#35142: Avoid importing unnamed styles from XLS.Kohei Yoshida1-2/+2
2011-04-15fix for fdo#34763 add method Copy to ScVbaWorksheetsMarkus Mohrhard4-49/+110
2011-04-14New test for function evaluation with missing parameters.Kohei Yoshida1-0/+25
2011-04-14Removed an unused argument from a function. Let's make it simpler.Kohei Yoshida3-5/+5
2011-04-14fdo#34306: Insert a missing token for an ocSep followed by an ocClose.Kohei Yoshida2-13/+1
2011-04-14Revert "fdo#34306: Append fake parameter in case of un-even parameter count."Kohei Yoshida1-5/+1
2011-04-14fdo#34306: Append fake parameter in case of un-even parameter count.Kohei Yoshida1-1/+5
2011-04-14windows needs BRAND_BASE_DIR as wellCaolán McNamara1-1/+1
2011-04-13Incorrect index value checking & use operator[] over at().Kohei Yoshida1-2/+2
2011-04-13Convert OLE links from XLS doc into external ranges on import.Kohei Yoshida6-31/+318
2011-04-13Silly indentation errors, remove friend statement, bool over sal_Bool.Kohei Yoshida5-27/+32
2011-04-12fdo#35345: Don't overwrite hidden cells in drag-fill operationKatarina Machalkova7-109/+202
2011-04-12cleaning Module_sc.mk after cherry-pickingBjoern Michaelsen1-2/+0
2011-04-12starting sc_ucalc unit testBjoern Michaelsen2-13/+11
2011-04-12fdo#36128: disabled testCVEs for now in ucalc.cxx as it failsBjoern Michaelsen1-1/+2
2011-04-12reenable ucalc.cxx unittest in gbuildBjoern Michaelsen5-132/+193
2011-04-12fix a mixup with calling conventionsFridrich Štrba2-2/+2
2011-04-08Update the source range with data in the pivot cache.Kohei Yoshida2-1/+13
2011-04-07Forgot to remove printf.Kohei Yoshida1-2/+1
2011-04-07i#20348: made the ordinal suffixe autocorrection internationalizedCédric Bosdonnat1-1/+5
2011-04-07fix cast to implementation objects failure from some vba objectsMarkus Mohrhard7-20/+89
2011-04-06Ported calc-string-number.diff from the build repo.Kohei Yoshida1-0/+13
2011-04-06Renamed methods for consistency.Kohei Yoshida2-10/+10
2011-04-06Fixed horizontal alignment issues for vertical text with text wrap on.Kohei Yoshida2-49/+45
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 Yoshida2-41/+30
2011-04-06More sharing of common code blocks.Kohei Yoshida2-31/+36
2011-04-06Extracted a method to read cell content. That code is common in both methods.Kohei Yoshida2-88/+57
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
2011-04-06Remove the code that's not relevant to the bottom-top orientation.Kohei Yoshida1-147/+54
2011-04-06First, shameless duplication of the guts of DrawEditStandard().Kohei Yoshida1-1/+670
2011-04-06Added empty methods for each orientation.Kohei Yoshida2-1/+21
2011-04-06Remove silliness of passing own data members as params to its own method.Kohei Yoshida2-15/+14
2011-04-06Fixed vertical alignment when the auto wrap is on.Kohei Yoshida2-38/+47