summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-11-28added CSC,SEC,CSCH,SECH to testFunctionListsEike Rathke1-0/+4
2011-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke6-28/+87
2011-11-28dr80: #i164410# optimized cell allocation in XCellRangeData::setDataArray() t...Eike Rathke1-0/+6
2011-11-28dr78: #i104716# don't include SC_LAYER_HIDDEN in ScDrawLayer::GetPrintAreaEike Rathke1-1/+2
2011-11-28dr78: #i106580# handle SvxTextLineItem, base class of SvxUnderlineItemEike Rathke1-1/+10
2011-11-28dr78: #i116881# correct handling of cached page breaks for user-defined cell ...Eike Rathke6-31/+7
2011-11-28dr78: #i115009# broadcast BCA_BRDCST_ALWAYS if paint is lockedEike Rathke1-1/+3
2011-11-28dr78: #i116691# don't reduce decimals if formula is shownEike Rathke1-2/+2
2011-11-28dr78: #i116426# use ODataAccessDescriptor for database import parameters, sup...Eike Rathke11-189/+116
2011-11-28dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record e...Eike Rathke5-47/+55
2011-11-28dr78: #i115659# fix borked boolean logicEike Rathke1-4/+4
2011-11-28dr78: #i115659# check validity of member and dimension settingsEike Rathke2-6/+8
2011-11-28dr78: #i115474# use correct defaults for clipboard text import optionsEike Rathke1-1/+7
2011-11-28dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke6-12/+27
2011-11-28dr78: #i111413# export secant functions to BIFFEike Rathke2-0/+12
2011-11-28dr78: #i115951# set ScColumn::bDoubleAlloc in DBaseImportEike Rathke1-16/+9
2011-11-28dr78: #i95280# avoid repeated progress bars in ScPrintFuncCache for all sheetsEike Rathke2-2/+5
2011-11-28dr78: #i106108# SetDocumentModified also for page marginsEike Rathke1-0/+4
2011-11-28dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIteratorEike Rathke6-21/+223
2011-11-28dr78: #i97169 TIME returns values [0,1)Eike Rathke1-1/+5
2011-11-28dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch fr...Eike Rathke6-0/+139
2011-11-28dr78: #i113511# don't include SID_VALIDITY_REFERENCE in UI configurationEike Rathke1-4/+4
2011-11-28dr78: #i95280# read Excel view options in FillRenderMarkData if not done beforeEike Rathke1-0/+11
2011-11-28dr78: #i91870# PMT accuracy; patch from <regina>Eike Rathke1-13/+12
2011-11-28dr78: #i51508# use the correct MapMode for EditEngine when formatting for screenEike Rathke8-53/+77
2011-11-28dr78: #i115015# proper handling of add-in parameter arrays, merged with datab...Eike Rathke5-64/+82
2011-11-28dr78: #i88468# merge page margin display back into DoPrintEike Rathke3-254/+104
2011-11-28dr78: #i114518# don't resize/invalidate in DataChanged if called from PaintEike Rathke2-14/+25
2011-11-28dr78: #i115641# don't increment progress for empty repeated cellsEike Rathke2-11/+13
2011-11-28dr78: #i26822# remove draw shell if selected object is removed by undoEike Rathke6-65/+27
2011-11-28reorganise some resize logicNoel Power1-4/+10
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara3-20/+23
2011-11-28s/weather/whether/ where appropriateKorrawit Pruegsanusak1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-272/+0
2011-11-27remove pch from the include listNorbert Thiebaud14-20/+0
2011-11-27remove include of pch header from scNorbert Thiebaud620-1235/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud3-6/+0
2011-11-27fdo#42286 call correctly GetDataArea to avoid unwanted shrinkingPierre-André Jacquod2-3/+6
2011-11-27create a base class for macros_testMarkus Mohrhard1-33/+4
2011-11-27missing virtual constructorMarkus Mohrhard1-0/+2
2011-11-26ManageNames: improve layout of Define Names dialogMarkus Mohrhard2-29/+29
2011-11-26ManageNames: improve layout of dialogMarkus Mohrhard2-26/+26
2011-11-26ManageNames: make the header bar work correctlyMarkus Mohrhard1-1/+6
2011-11-26no need to convert between upper name and normal nameMarkus Mohrhard1-4/+4
2011-11-26ManageNames:the Reference button should be disabled like the range fieldMarkus Mohrhard1-15/+4
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-17/+22
2011-11-25Disable password test on DragonFlyFrançois Tigeot1-1/+2
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon16-24/+24
2011-11-25Fixed #i116848# Shapes are at wrong positionEike Rathke3-3/+3
2011-11-25calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScaleEike Rathke1-0/+12