summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-08fix core linking issuesintegration/dev300_m98Michael Meeks4-9/+228
2011-03-08sc compile completesMichael Meeks41-899/+173
2011-03-08lots of calc merging issues fixedMichael Meeks17-81/+48
2011-03-04fix misc merge issuesMichael Meeks3-148/+50
2011-03-04build / merge fixesMichael Meeks3-7/+7
2011-02-14some minor fixups to the dev300-m98 premergeNoel Power3-21/+2
2011-02-11Somehow I managed to not resolve the conflict on this file...Kohei Yoshida1-554/+23
2011-02-11Merge remote branch 'staging/premerge/dev300_m98' into integration/dev300_m98Kohei Yoshida476-6668/+9103
2011-02-01pre-merge m98 to best-effort resolve of the conflict (in doubt -> OOo)Norbert Thiebaud2316-35837/+42178
2011-01-26Added check for empty rRangeList in ScViewFuncLO-BASE-INTEGRATION-DEV300_m98Sören Möller1-11/+14
2011-01-26WaE: gcc 4.6.0 various warningsCaolán McNamara1-2/+2
2011-01-26WaE: gcc 4.6.0 various warningsCaolán McNamara3-7/+3
2011-01-25Translated comments from German to EnglishChristina Rossmanith2-8/+6
2011-01-25Translated comments from German to EnglishChristina Rossmanith3-63/+63
2011-01-25Minor type tweak to fix x64 Windows compilation errorTor Lillqvist1-1/+1
2011-01-25Add an informative messageTor Lillqvist1-0/+1
2011-01-25emoved lines of code that were commented out.Alfonso Eusebio23-352/+10
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara10-47/+1
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara1-2/+2
2011-01-25Translated comments from German to EnglishChristina Rossmanith1-27/+27
2011-01-24Added doxygen style comments to ScFunctionCategory.Sören Möller1-10/+33
2011-01-24Added doxygen style comments to ScFunctionMgr and ScFunctionListSören Möller1-37/+136
2011-01-24Cleaned up spacing and comments in funcdesc.cxxSören Möller1-60/+27
2011-01-24Removed local duplicate implementation and used ScFuntionMgr's insteadSören Möller4-22/+7
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara9-10/+6
2011-01-24Remove OLD_SELECTION_PAINT.Thomas Arnhold5-270/+0
2011-01-24Remove DEBUG_CHANGETRACK.Thomas Arnhold3-231/+0
2011-01-24Remove OS2_DOCH_NICHT.Thomas Arnhold1-5/+0
2011-01-24Remove CHART_ADDRESS_CONV_WORKAROUND as it is activated anyway.Thomas Arnhold2-23/+0
2011-01-24Remove erGENERATEMAPPING directive.Thomas Arnhold1-86/+0
2011-01-24Remove erDEBUG directive.Thomas Arnhold6-309/+1
2011-01-24Remove erBEEPER().Thomas Arnhold1-8/+0
2011-01-24Remove NOTYET directive.Thomas Arnhold4-80/+0
2011-01-24Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold7-32/+32
2011-01-24Use a similar .gitignore as in other directoriesTor Lillqvist1-22/+4
2011-01-24Include the wntmscx build directoriesTor Lillqvist1-2/+2
2011-01-22Disable recalc on source change & don't copy the dp object too much.Kohei Yoshida1-3/+4
2011-01-22Refresh dp cache after the source range changes.Kohei Yoshida1-0/+1
2011-01-22Removed commented out code.Kohei Yoshida1-5/+1
2011-01-22Removed debug code.Kohei Yoshida2-85/+0
2011-01-22Merge branch 'feature/dp-named-range-source'Kohei Yoshida23-373/+735
2011-01-22Comment for the new method.Kohei Yoshida1-0/+1
2011-01-22Export range name data source back to xls document.Kohei Yoshida3-3/+20
2011-01-21Take care of importing pivot tables with range name from xls docs.Kohei Yoshida4-14/+64
2011-01-21Import source range name properly from ods document.Kohei Yoshida4-3/+14
2011-01-21Reduced indent levels again.Kohei Yoshida1-75/+75
2011-01-21Save range name to ODF 1.2 extended.Kohei Yoshida1-2/+13
2011-01-21Reduce indent levels by early bail out.Kohei Yoshida3-140/+146
2011-01-21Properly display range name in the UI when appropriate.Kohei Yoshida2-3/+21
2011-01-21Get source range from range name if exists.Kohei Yoshida2-5/+28