summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-25calc69: #i117952# invalidate page breaks when print range is removedEike Rathke2-0/+5
2011-11-25calc69: #i117893# call GetSizePixel before setting bIsInPaintEike Rathke1-0/+4
2011-11-25calc68: #i117728# allocate row/column outline buffers according to BIFF sheet...Eike Rathke1-2/+2
2011-11-25adapted FormatDetector patch to realityEike Rathke1-12/+6
2011-11-25calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 XM...Eike Rathke1-1/+37
2011-11-25calc67: #i117661# filterByPageDimension: don't overwrite source filter with p...Eike Rathke2-0/+17
2011-11-24tweak toolbar layout for gsoc formula/input bar & other misc changesNoel Power2-41/+74
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard18-90/+79
2011-11-24ManageNames: moving the header separator now updates the table tooMarkus Mohrhard2-0/+66
2011-11-24ditch dbg_dumpCaolán McNamara1-27/+0
2011-11-24We still need to set the name to the 1st sheet.Kohei Yoshida3-2/+15
2011-11-24i#97680, fdo#43152: Load this file without crashing.Kohei Yoshida2-21/+10
2011-11-23Cleaned up the ScTable declaration a bit.Kohei Yoshida6-20/+21
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida56-33/+98
2011-11-23sal_Bool to bool.Kohei Yoshida2-47/+47
2011-11-23fdo#39589: Avoid using ulimit_cast between signed and unsigned.Kohei Yoshida1-2/+2
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara7-17/+18
2011-11-23unused ScRangeName::copyLocalNamesCaolán McNamara2-17/+0
2011-11-23impress212: export images with relative linkserack1-0/+2
2011-11-23Simplify it a bit.Kohei Yoshida1-10/+3
2011-11-23Let's throw out-of-bound exception on out-of-bound destination position.Kohei Yoshida2-5/+7
2011-11-23importSheet from an external provided documentLaurent Godard3-12/+59
2011-11-23-Werror=unused-but-set-variable fixStephan Bergmann1-1/+0
2011-11-23add mouse resize (and other bits ) to gsoc formulabarNoel Power4-40/+140
2011-11-23'const_iterator' instead of 'iterator' to fix Windows build.Jan Holesovsky1-1/+1
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-1/+2
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara2-1/+3
2011-11-23ManageNames: only update the range names if we really changed dataMarkus Mohrhard2-3/+11
2011-11-23ManageNames: set correct text for multiselectionMarkus Mohrhard4-0/+10
2011-11-23ManageNames: disable some elements if table is emptyMarkus Mohrhard2-0/+37
2011-11-23ManageNames: disable paste buttons if table is emptyMarkus Mohrhard1-0/+6
2011-11-23ManageNames: handle formula errors in Define Names dialog correctlyMarkus Mohrhard2-0/+26
2011-11-23ManageNames: make pasting of multiple names working and fix crashMarkus Mohrhard3-10/+32
2011-11-23ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard11-34/+32
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard20-59/+33