summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-04-26Fixed crash on load when loading doc with pivot table.Kohei Yoshida
2011-04-26n#677917: Try a bit harder to determine the number format of a dimension.Kohei Yoshida
2011-04-26Prefer empty() over size() where it makes sense.Kohei Yoshida
2011-04-26Let's use the constant in unonames.hxx to be consistent.Kohei Yoshida
2011-04-26Put more source local functions into anonymous namespace.Kohei Yoshida
2011-04-26Fixed doubly nested anonymous namespaces.Kohei Yoshida
2011-04-26Moved ScDPOutputImpl into the source file of ScDPOutput.Kohei Yoshida
2011-04-26Killed more sal_Bool family & tabs.Kohei Yoshida
2011-04-26Ugh!Kohei Yoshida
2011-04-26Let's make the class name more descriptive and be consistent.Kohei Yoshida
2011-04-26killed sal_Bool and tabs.Kohei Yoshida
2011-04-26support export of sheet local anonymous db data to excel binaryMarkus Mohrhard
2011-04-26make excel binary import use anonymous db dataMarkus Mohrhard
2011-04-26make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard
2011-04-26n#689442: Don't forget to create undo object for normal merging.Kohei Yoshida
2011-04-26fixed problem with return value in ScVbaWorksheet::createSheetCopyInNewDocMarkus Mohrhard
2011-04-25Fixed layout problem on Windows. It was not entirely platform independent.Kohei Yoshida
2011-04-22Excel only allows strings that are up to 32767 chars long (0x7FFF).Kohei Yoshida
2011-04-22Fixed address input box to work in R1C1 mode.Kohei Yoshida
2011-04-21disable the testCVE unittest for now because it breaks in some casesRobert Nagy
2011-04-20fdo#36365: Watch out for NULL pointer de-referencing.Kohei Yoshida
2011-04-19Don't forget to NULL the pointer after deleting the instance.Kohei Yoshida
2011-04-19fdo#33341: Copy print ranges when copying sheet.Kohei Yoshida
2011-04-19Fixed indentation mis-match.Kohei Yoshida
2011-04-18More accurate error messages.Kohei Yoshida
2011-04-18New unit test for toggling relative/absolute reference (Shift-F4).Kohei Yoshida
2011-04-18Resolves: fdo#36128 fix up paths for gbuildCaolán McNamara
2011-04-16fdo#36124: Fix relative/absolute toggling in R1C1 mode.Kohei Yoshida
2011-04-15fdo#35142: Avoid importing unnamed styles from XLS.Kohei Yoshida
2011-04-15fix for fdo#34763 add method Copy to ScVbaWorksheetsMarkus Mohrhard
2011-04-14New test for function evaluation with missing parameters.Kohei Yoshida
2011-04-14Removed an unused argument from a function. Let's make it simpler.Kohei Yoshida
2011-04-14fdo#34306: Insert a missing token for an ocSep followed by an ocClose.Kohei Yoshida
2011-04-14Revert "fdo#34306: Append fake parameter in case of un-even parameter count."Kohei Yoshida
2011-04-14fdo#34306: Append fake parameter in case of un-even parameter count.Kohei Yoshida
2011-04-14windows needs BRAND_BASE_DIR as wellCaolán McNamara
2011-04-13Incorrect index value checking & use operator[] over at().Kohei Yoshida
2011-04-13Convert OLE links from XLS doc into external ranges on import.Kohei Yoshida
2011-04-13Silly indentation errors, remove friend statement, bool over sal_Bool.Kohei Yoshida
2011-04-12fdo#35345: Don't overwrite hidden cells in drag-fill operationKatarina Machalkova
2011-04-12cleaning Module_sc.mk after cherry-pickingBjoern Michaelsen
2011-04-12starting sc_ucalc unit testBjoern Michaelsen
2011-04-12fdo#36128: disabled testCVEs for now in ucalc.cxx as it failsBjoern Michaelsen
2011-04-12reenable ucalc.cxx unittest in gbuildBjoern Michaelsen
2011-04-12fix a mixup with calling conventionsFridrich Štrba
2011-04-08Update the source range with data in the pivot cache.Kohei Yoshida
2011-04-07Forgot to remove printf.Kohei Yoshida
2011-04-07i#20348: made the ordinal suffixe autocorrection internationalizedCédric Bosdonnat
2011-04-07fix cast to implementation objects failure from some vba objectsMarkus Mohrhard