summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
...
* move sc's macros_test to the subsequenttest targetMarkus Mohrhard2011-11-291-1/+1
* Use rtl::Reference<>.Stephan Bergmann2011-11-292-4/+5
* Let's not over-activate tab controls unnecessarily.Kohei Yoshida2011-11-293-18/+1
* Let's check the validity of sheet indices. You never know...Kohei Yoshida2011-11-291-1/+6
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
* Replace formattings with formattingLior Kaplan2011-11-292-4/+4
* detect TEXTMODIFIED event from EditEngine ( and add missing StopEditEngine )Noel Power2011-11-291-2/+6
* fdo#43304 is fixed, tests can be re-enabled.Stephan Bergmann2011-11-291-5/+0
* ManageNames: only calculate formula for visible range namesMarkus Mohrhard2011-11-292-7/+60
* fix typo RangeOptions->Range OptionsMarkus Mohrhard2011-11-291-1/+1
* fdo#32826: Preserve selected sheets after print preview ended.Kohei Yoshida2011-11-291-0/+5
* fdo#32826: Fixed the print preview inconsistency.Kohei Yoshida2011-11-293-8/+3
* More meaningless comments removed.Kohei Yoshida2011-11-291-2/+1
* Arg to CalcPages() no longer used.Kohei Yoshida2011-11-292-9/+9
* sal_Bool cleanup in ScPreview.Kohei Yoshida2011-11-292-72/+72
* Removed meaningless comments.Kohei Yoshida2011-11-291-3/+0
* fdo#32826: Finally return the real selected sheets, and use it.Kohei Yoshida2011-11-296-33/+67
* New UNO API to return currently selected sheets.Kohei Yoshida2011-11-292-3/+52
* Create an UNO controller object for the preview shell.Kohei Yoshida2011-11-293-18/+49
* These methods can be const.Kohei Yoshida2011-11-293-5/+5
* Passed the selected sheet info to ScPreview.Kohei Yoshida2011-11-295-6/+25
* sal_Bool to bool.Kohei Yoshida2011-11-292-9/+9
* fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida2011-11-284-30/+22
* fdo#43304: Safeguard ourselves from potential crashes.Kohei Yoshida2011-11-281-0/+6
* Enabled sc/qa/unoapi again.Stephan Bergmann2011-11-284-99/+51
* Bogus if(a>b) wrapped in correct if(a>=b).Stephan Bergmann2011-11-281-4/+1
* Disabled tests failing due to fdo#43312.Stephan Bergmann2011-11-281-1/+1
* Disabled tests failing due to fdo#43309.Stephan Bergmann2011-11-281-0/+3
* Disabled tests failing due to fdo#43308.Stephan Bergmann2011-11-281-0/+15
* Disabled tests failing due to fdo#43304.Stephan Bergmann2011-11-281-0/+5
* added CSC,SEC,CSCH,SECH to testFunctionListsEike Rathke2011-11-281-0/+4
* dr80: #i116460# performance of Excel file with many outlinesEike Rathke2011-11-286-28/+87
* dr80: #i164410# optimized cell allocation in XCellRangeData::setDataArray() t...Eike Rathke2011-11-281-0/+6
* dr78: #i104716# don't include SC_LAYER_HIDDEN in ScDrawLayer::GetPrintAreaEike Rathke2011-11-281-1/+2
* dr78: #i106580# handle SvxTextLineItem, base class of SvxUnderlineItemEike Rathke2011-11-281-1/+10
* dr78: #i116881# correct handling of cached page breaks for user-defined cell ...Eike Rathke2011-11-286-31/+7
* dr78: #i115009# broadcast BCA_BRDCST_ALWAYS if paint is lockedEike Rathke2011-11-281-1/+3
* dr78: #i116691# don't reduce decimals if formula is shownEike Rathke2011-11-281-2/+2
* dr78: #i116426# use ODataAccessDescriptor for database import parameters, sup...Eike Rathke2011-11-2811-189/+116
* dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record e...Eike Rathke2011-11-285-47/+55
* dr78: #i115659# fix borked boolean logicEike Rathke2011-11-281-4/+4
* dr78: #i115659# check validity of member and dimension settingsEike Rathke2011-11-282-6/+8
* dr78: #i115474# use correct defaults for clipboard text import optionsEike Rathke2011-11-281-1/+7
* dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke2011-11-286-12/+27
* dr78: #i111413# export secant functions to BIFFEike Rathke2011-11-282-0/+12
* dr78: #i115951# set ScColumn::bDoubleAlloc in DBaseImportEike Rathke2011-11-281-16/+9
* dr78: #i95280# avoid repeated progress bars in ScPrintFuncCache for all sheetsEike Rathke2011-11-282-2/+5
* dr78: #i106108# SetDocumentModified also for page marginsEike Rathke2011-11-281-0/+4
* dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIteratorEike Rathke2011-11-286-21/+223
* dr78: #i97169 TIME returns values [0,1)Eike Rathke2011-11-281-1/+5