summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-12-01avoid Tabs size calculation in loopsLaurent Godard
2011-12-01Remove uses of charAtAugust Sodora
2011-12-01-Werror=unused-parameter fix (completely removed unused setRowVisible())Stephan Bergmann
2011-12-01-Werror=parentheses fixStephan Bergmann
2011-11-30split sc's filters-test into in-build and subsequent testsMarkus Mohrhard
2011-11-30move sc's macros test into sc/qa/extrasMarkus Mohrhard
2011-11-30only load the testfile once and after that reuse the already loaded fileMarkus Mohrhard
2011-11-30move c++ based subsequenttest to sc/qa/extrasMarkus Mohrhard
2011-11-30gsoc inputbar ( fix scrolling ) add support for hard linebreaksNoel Power
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard
2011-11-30disable sc subsequenttests that use binfilter formatsMarkus Mohrhard
2011-11-30sort out Gregorian cut-off date as side effect of validityEike Rathke
2011-11-30Reduce usage of GetQueryItem() (singular version).Kohei Yoshida
2011-11-29Export multi-value filters to xlsx.Kohei Yoshida
2011-11-29sal_Bool to bool.Kohei Yoshida
2011-11-29Removed duplicate code block.Kohei Yoshida
2011-11-29Implemented the new multi-value filter API.Kohei Yoshida
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke
2011-11-29Enabled sc/qa/complex again.Stephan Bergmann
2011-11-29move sc's macros_test to the subsequenttest targetMarkus Mohrhard
2011-11-29Use rtl::Reference<>.Stephan Bergmann
2011-11-29Let's not over-activate tab controls unnecessarily.Kohei Yoshida
2011-11-29Let's check the validity of sheet indices. You never know...Kohei Yoshida
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29Replace formattings with formattingLior Kaplan
2011-11-29detect TEXTMODIFIED event from EditEngine ( and add missing StopEditEngine )Noel Power
2011-11-29fdo#43304 is fixed, tests can be re-enabled.Stephan Bergmann
2011-11-29ManageNames: only calculate formula for visible range namesMarkus Mohrhard
2011-11-29fix typo RangeOptions->Range OptionsMarkus Mohrhard
2011-11-29fdo#32826: Preserve selected sheets after print preview ended.Kohei Yoshida
2011-11-29fdo#32826: Fixed the print preview inconsistency.Kohei Yoshida
2011-11-29More meaningless comments removed.Kohei Yoshida
2011-11-29Arg to CalcPages() no longer used.Kohei Yoshida
2011-11-29sal_Bool cleanup in ScPreview.Kohei Yoshida
2011-11-29Removed meaningless comments.Kohei Yoshida
2011-11-29fdo#32826: Finally return the real selected sheets, and use it.Kohei Yoshida
2011-11-29New UNO API to return currently selected sheets.Kohei Yoshida
2011-11-29Create an UNO controller object for the preview shell.Kohei Yoshida
2011-11-29These methods can be const.Kohei Yoshida
2011-11-29Passed the selected sheet info to ScPreview.Kohei Yoshida
2011-11-29sal_Bool to bool.Kohei Yoshida
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida
2011-11-28fdo#43304: Safeguard ourselves from potential crashes.Kohei Yoshida
2011-11-28Enabled sc/qa/unoapi again.Stephan Bergmann
2011-11-28Bogus if(a>b) wrapped in correct if(a>=b).Stephan Bergmann
2011-11-28Disabled tests failing due to fdo#43312.Stephan Bergmann
2011-11-28Disabled tests failing due to fdo#43309.Stephan Bergmann
2011-11-28Disabled tests failing due to fdo#43308.Stephan Bergmann
2011-11-28Disabled tests failing due to fdo#43304.Stephan Bergmann
2011-11-28added CSC,SEC,CSCH,SECH to testFunctionListsEike Rathke