summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-08-27Extracted a common code block.Kohei Yoshida1-48/+34
2011-08-27need argument by reference hereMarkus Mohrhard2-2/+1
2011-08-26I forgot to increment the DB collection position.Kohei Yoshida1-0/+1
2011-08-27don't use macro hereMarkus Mohrhard1-13/+15
2011-08-26String to rtl::OUString.Kohei Yoshida76-334/+380
2011-08-26translate some comments in ScPrintFunc::DoPrintMarkus Mohrhard1-14/+15
2011-08-26bool cleanup.Kohei Yoshida2-31/+30
2011-08-26catch by const refCaolán McNamara1-1/+3
2011-08-26convert package to gbuildMatúš Kukan1-1/+1
2011-08-26fdo#40378 compile defined names that had unresolveds during loadEike Rathke7-30/+102
2011-08-26In-line comment.Kohei Yoshida1-0/+1
2011-08-26Actually I can handle repeat horizontal alignment beforehand.Kohei Yoshida1-21/+8
2011-08-26Actually there is no such thing as repeat orientation.Kohei Yoshida1-1/+1
2011-08-26Removing bogus OSL_FAIL.Kohei Yoshida1-8/+0
2011-08-26Shrink the method of DrawEditStandard().Kohei Yoshida1-206/+41
2011-08-26We can't overwrite the orientation value here.Kohei Yoshida1-3/+0
2011-08-25Method for asian vertical orientation.Kohei Yoshida1-1/+368
2011-08-25Second if condition is always true when the first one is.Kohei Yoshida1-9/+7
2011-08-25hasLineBreak is always true for stacked orientation.Kohei Yoshida1-10/+8
2011-08-25Separate method for asian vertical orientation.Kohei Yoshida1-64/+30
2011-08-25Fill EditDrawStacked().Kohei Yoshida1-1/+436
2011-08-25see 792dee46f2b35a21167af182416803c0b80b517cMarkus Mohrhard1-2/+3
2011-08-25be extrasave and check for problems with ScRangeName::insertMarkus Mohrhard1-2/+10
2011-08-25 rename pLastTable to pCurrentTabMarkus Mohrhard2-39/+39
2011-08-25improve import performance, save last sheet in ScMyTablesLaurent Godard2-40/+44
2011-08-25some minor restructuring, code still needs refactoringMarkus Mohrhard1-4/+4
2011-08-25add local range names for local range namesMarkus Mohrhard2-3/+6
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard23-581/+582
2011-08-25add unit test for copy/paste + ScUndoPasteMarkus Mohrhard1-1/+102
2011-08-25use boost::intrusive_ptr::get() instead of operator->()Eike Rathke3-3/+3
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke10-25/+28
2011-08-24callcatcher: remove various unused methodsCaolán McNamara2-7/+0
2011-08-24replace ScNameToken with proper FormulaIndexTokenEike Rathke6-62/+8
2011-08-24adapt to unused memory correctlyEike Rathke1-19/+29
2011-08-23fdo#36109 in INDIRECT() make a non-existing sheet produce an error againEike Rathke2-2/+4
2011-08-23typo meVolaileType -> meVolatileTypeEike Rathke3-6/+6
2011-08-23debug build errorsGabor1-0/+1
2011-08-23callcatcher: yet more unused codeCaolán McNamara2-11/+2
2011-08-21unusedcode: svtools::Matúš Kukan1-2/+2
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-17convert i18npool to gbuildMatúš Kukan2-2/+2
2011-08-17fix debug build in scMarkus Mohrhard1-3/+3
2011-08-17Remove ambiguity.Kohei Yoshida1-2/+2
2011-08-17String to rtl::OUString.Kohei Yoshida3-19/+20
2011-08-17String to rtl::OUString.Kohei Yoshida4-86/+97
2011-08-16Comment why I do this.Kohei Yoshida1-0/+3
2011-08-16Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida1-7/+7
2011-08-16Removed irrelevant changes.Kohei Yoshida2-43/+1
2011-08-16Keep the container and object separate methods.Kohei Yoshida1-2/+41
2011-08-16Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida4-13/+25