summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2011-06-07Fixed out-of-bound access to array, which would cause a crash later.Kohei Yoshida
2011-06-07Replace List for std::vector<ExcEScenario*>.Rafael Dominguez
2011-06-07Make read only functions in ExcEScenarioCell const.Rafael Dominguez
2011-06-07Replace List for std::vector<ExcEScenarioCell>.Rafael Dominguez
2011-06-07Renamed data member from pTabData to maTabData.Kohei Yoshida
2011-06-07use FreezeIdRanges optimization to silence smoketestCaolán McNamara
2011-06-07remove warning, I hope this will help norbert's tinderboxMarkus Mohrhard
2011-06-07The sheet index is a 16-bit integer. Use the same type to receive the value.Kohei Yoshida
2011-06-07fix problem with uno and SCTABMarkus Mohrhard
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard
2011-06-07fix selection problemMarkus Mohrhard
2011-06-06Useful error message when DDE link update fails.Kohei Yoshida
2011-06-06move ScProgress out of ScDocument::MoveTabMarkus Mohrhard
2011-06-06Fix a merge errorFridrich Štrba
2011-06-06Extend the fix from kohei to the other scopeFridrich Štrba
2011-06-06Merge remote branch 'origin/master'Kohei Yoshida
2011-06-06Replace List with std::vector<ScRange>.Rafael Dominguez
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida
2011-06-06Warnings removal.Muthu Subramanian
2011-06-06Out-of-bounds array access fix. (Thanks to Fridrich too).Muthu Subramanian
2011-06-06fix a dialog layout problem - fdo#37985Andras Timar
2011-06-06fix a dialog layout problem - fdo#37985Andras Timar
2011-06-04Translated DBG_WARNING messagesChristina Rossmanith
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith
2011-06-04Translated commentsChristina Rossmanith
2011-06-04Removed unused methods from ConvertBaseChristina Rossmanith
2011-06-04Translated commentsChristina Rossmanith
2011-06-04Removed commented codeChristina Rossmanith
2011-06-03WaE: even on 32bit an signed 32bit larger than size_tCaolán McNamara
2011-06-03use standard template for this throughoutCaolán McNamara
2011-06-03fix typo in commentCaolán McNamara
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard
2011-06-02Removed dependency of ScCollection and ScDataObject.Kohei Yoshida
2011-06-02String and bool cleanup.Kohei Yoshida
2011-06-01String to OUString.Kohei Yoshida
2011-06-01ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard
2011-06-01we cant't check for 2*MAXTAB anymore, this is out of boundsMarkus Mohrhard
2011-06-01use tunnel id pattern hereCaolán McNamara
2011-06-01fdo#34214: Fixed selection by arrow keys around merged cells.Kohei Yoshida
2011-05-31some minor performance improvementsMarkus Mohrhard
2011-05-31fix for fdo#37772: Insert sheets in a protected spreadsheet documentMarkus Mohrhard
2011-05-31Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-30fix segv when inserting multiple sheetsMarkus Mohrhard
2011-05-30cppcheck cleanliness Remove: (performance) Possible inefficient checking for ...Korrawit Pruegsanusak
2011-05-30Code CleanupKorrawit Pruegsanusak
2011-05-29notify vba correctly about inserting of several worksheetsMarkus Mohrhard
2011-05-29Doing this will handle empty sub strings correctly.Kohei Yoshida
2011-05-29String to rtl::OUString & sal_Bool to bool in ScUserList et. al.Kohei Yoshida