summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
AgeCommit message (Expand)Author
2011-08-04some clean-upMarkus Mohrhard
2011-08-03change from sal_Bool to boolMarkus Mohrhard
2011-08-03change from c-array to boost::ptr_vectorMarkus Mohrhard
2011-07-26fix for bnc#707486 allow copy for suitable multi-area RangesNoel Power
2011-07-14Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parentCaolán McNamara
2011-07-06fix for fdo#30800: Option to display calc gridlines on colored cellsAndré Schnabel
2011-07-05WaE: consistently call it struct or classCaolán McNamara
2011-07-05basic multiline input implementationAnurag Jain
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard
2011-06-15Resolves: fdo#33636 spell-checker dialog itself can munge the selectionCaolán McNamara
2011-06-15Refactor PaintRangeFinder to only iterate needed entries.Rafael Dominguez
2011-06-14Unlimited number of conditions for conditional formatting, part 2Robert Dargaud
2011-06-14Unlimited number of conditions for conditional formattingRobert Dargaud
2011-06-13fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner
2011-06-09Replace List for std::vector<ScRangeFindData>.Rafael Dominguez
2011-06-09Replace List with std::vector<ScAddress>.Rafael Dominguez
2011-06-09Replace SbaSelectionList with std::vector<sal_Int32>.Rafael Dominguez
2011-06-09Replace List with std::vector<String>.Rafael Dominguez
2011-06-09Replace ScHighlightRangeList for std::vector<ScHighlighEntry>.Rafael Dominguez
2011-06-07Shared commonly used STL function objects & remove memory leak.Kohei Yoshida
2011-06-07sal_Bool to bool etc.Kohei Yoshida
2011-06-07More meaningful method name & this should be private.Kohei Yoshida
2011-06-07Fixed out-of-bound access to array, which would cause a crash later.Kohei Yoshida
2011-06-07Renamed data member from pTabData to maTabData.Kohei Yoshida
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard
2011-06-06Replace List with std::vector<ScRange>.Rafael Dominguez
2011-06-03use standard template for this throughoutCaolá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-01ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida
2011-05-30Code CleanupKorrawit Pruegsanusak
2011-05-28String to OUString in ScDPObject.Kohei Yoshida
2011-05-28Revert "Removed unnecessary data members."Kohei Yoshida
2011-05-27Massive cleanup of ScTabView. No more sal_Bool from the header.Kohei Yoshida
2011-05-27Removed unnecessary data members.Kohei Yoshida
2011-05-27some performance improvements for inserting sheetsMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard
2011-05-25Paste link from another calc doc as external reference instead of DDE.Kohei Yoshida
2011-05-24Remove some unneeded #include <tools/unqidx.hxx>Joseph Powers
2011-05-23Remove some extra #incude <tools/pstm.hxx>Joseph Powers
2011-05-22Replace List for std::vector<String>.Rafael Dominguez
2011-05-18Remove all the #include <tools/ownlist.hxx>Joseph Powers
2011-05-18rework ScPreview to work with unlimited number of sheetsMarkus Mohrhard
2011-05-18rework ScPrintFuncCache to work with unlimited number of sheetsMarkus Mohrhard
2011-05-18rework ScViewData to work with unlimited number of sheetsMarkus Mohrhard
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard