summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-01-06Feature: Formatting Duplicate cells: Conditional Formating.Muthu Subramanian K5-96/+214
2011-01-05Translated comments from German to EnglishChristina Rossmanith5-119/+126
2011-01-05Removed dependencies on tools/solar.h in drawpage.hxx/.cxxSören Möller2-2/+2
2011-01-05WaE: C4805 mix of bool and BOOLCaolán McNamara1-1/+1
2011-01-05WaE: C4701 potentially uninitialized local variable usedCaolán McNamara1-1/+1
2011-01-05WaE: C4099 be consistent between class and struct forward declsCaolán McNamara1-1/+1
2011-01-05Removed dependencies on tools/solar.h in waitoff.hSören Möller1-3/+3
2011-01-05Bypass test that fails on Windows for nowTor Lillqvist1-0/+2
2011-01-05sc: fix mdds include when doing a c++0x build and using strlportMiklos Vajna2-2/+1
2011-01-04fix build error and match signatureCaolán McNamara1-1/+1
2011-01-03Let's use sal_uInt32 over sal_uIntPtr.Kohei Yoshida3-16/+16
2011-01-03Converted tabs to whitespaces.Kohei Yoshida2-309/+309
2011-01-03Fixed build errors due to BOOL to bool conversions.Kohei Yoshida7-25/+20
2011-01-03Removed dependencies on tools/solar.hSören Möller3-388/+387
2011-01-03Translated comments from German to English.Christina Roßmanith8-130/+116
2011-01-03Don't reset the default sheet name when the name has evern been edited.Kohei Yoshida5-9/+19
2011-01-03Different warning messages for different causes.Kohei Yoshida6-9/+59
2011-01-03Force copy when all sheets are selected.Kohei Yoshida6-9/+11
2011-01-03Adjusted the dialog layout a bit to make it look more consistent.Kohei Yoshida4-25/+16
2011-01-03Indentation fix & BOOL to bool.Kohei Yoshida3-7/+7
2011-01-03New layout Move/Copy sheet in calcJoost Wezenbeek7-47/+143
2011-01-01Remove DECLARE_LIST( TargetList, String* )Joseph Powers1-7/+3
2010-12-31WaE: C4099 struct vs classCaolán McNamara1-1/+1
2010-12-24cppcheck: silence warningCaolán McNamara1-0/+1
2010-12-24cppcheck: prefer prefix variantCaolán McNamara1-2/+2
2010-12-24cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-23Remove bogus check for numerical sheet names. (fdo#32570)Kohei Yoshida1-6/+1
2010-12-22Actually the object doesn't have to be a cell note.Kohei Yoshida1-6/+3
2010-12-22Avoid double-paste when pasting text into cell comment. (fdo#32572)Kohei Yoshida1-0/+20
2010-12-22makedepend doesn't like -s to appear in the command lineCaolán McNamara1-1/+1
2010-12-22BOOL to bool.Kohei Yoshida1-18/+18
2010-12-22use configured hash containerDavid Tardon2-1/+2
2010-12-21Some code cleanup to simplify the code without changing its logic.Kohei Yoshida1-30/+15
2010-12-21cppcheck: initialize a pointer data member in ctor.Kohei Yoshida1-1/+2
2010-12-21cppcheck: variable scopeKohei Yoshida1-3/+3
2010-12-21cppcheck: variable scopeKohei Yoshida1-1/+1
2010-12-21cppcheck: variable scope.Kohei Yoshida1-4/+4
2010-12-21ScRawTokenRef is now based on intrusive_ptr.Kohei Yoshida2-6/+12
2010-12-21The external ref cache also stores intrusive_ptr-based tokens.Kohei Yoshida1-2/+3
2010-12-21No need to include the shared_ptr header.Kohei Yoshida1-1/+0
2010-12-21Removed ScSharedTokenRef and replaced it with ScTokenRef.Kohei Yoshida15-173/+163
2010-12-21Quick-fixing dbgutil sc build breakageThorsten Behrens3-3/+0
2010-12-21Adjusted for the new FormulaTokenRef now implemented by intrusive_ptr.Kohei Yoshida7-21/+32
2010-12-21Moved ScMatrixRef typedefs to its own file.Kohei Yoshida3-4/+40
2010-12-21Translated German comment.Kohei Yoshida1-1/+1
2010-12-21Oops. We can't bail out earlier than that, it seems.Kohei Yoshida1-35/+37
2010-12-21Simplified the logic a bit.Kohei Yoshida1-22/+16
2010-12-21Leftover data after Undo operationJoost Wezenbeek1-0/+21
2010-12-212 callcatchersJulien Nabet2-12/+0
2010-12-21callcatcher ScGridWindow::DrawComboButtonJulien Nabet2-44/+0