summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida54-55/+55
2011-05-13Fixed incorrect exporting of global named database ranges.Kohei Yoshida3-20/+36
2011-05-13Fixed segfault.Kohei Yoshida1-3/+3
2011-05-13Refactored global anonymous db storage.Kohei Yoshida5-51/+97
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida35-743/+551
2011-05-13Let's make the separation of named DBs clear.Kohei Yoshida3-52/+88
2011-05-13Refactored ScDBCollection to not derive from ScSortedCollection.Kohei Yoshida1-134/+135
2011-05-13We are supposed to do the 2nd parse using the UI address convention.Kohei Yoshida1-5/+8
2011-05-11return type as the 2nd template argument.Kohei Yoshida1-1/+1
2011-05-11some cleanup in vbaMarkus Mohrhard3-14/+0
2011-05-11MCE Export: Initial Implementation/Test for commentPr.Muthu Subramanian1-3/+21
2011-05-10Use ScSortParam as data member in ScDBData.Kohei Yoshida1-86/+15
2011-05-10More cleanups of ScDBData.Kohei Yoshida11-143/+144
2011-05-10Have ScDBData use ScQueryParam as data member.Kohei Yoshida2-96/+28
2011-05-10Have ScDBData use ScImportParam & more String -> rtl::OUString.Kohei Yoshida1-43/+25
2011-05-10Cleaned up ScImportParam.Kohei Yoshida5-20/+20
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida68-1227/+3060
2011-05-09fdo#36933: Fixed array comparison with external references.Kohei Yoshida3-16/+88
2011-05-10remove unused member variableMarkus Mohrhard1-2/+0
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard7-52/+52
2011-05-09check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard1-7/+108
2011-05-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard7-52/+52
2011-05-08Remove deprecated List in XclImpAutoFilterBuffer.Rafael Dominguez2-28/+19
2011-05-08Fix simple cppcheck warningJulien Nabet2-1/+2
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida1-0/+5
2011-05-06Remove range names with external references regardless of cells.Kohei Yoshida1-13/+12
2011-05-06Wrong approach. You can't use remove_if with set.Kohei Yoshida1-22/+43
2011-05-06fdo#34930: Remove range names with external references when breaking link.Kohei Yoshida1-1/+47
2011-05-05Properly cache external reference values in named ranges.Kohei Yoshida1-28/+57
2011-05-05Get external references to work with MAX and MIN.Kohei Yoshida1-2/+6
2011-05-05Let's not use const_iterator here, as MSVC complains about it.Kohei Yoshida1-2/+2
2011-05-05check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-05fdo#36406: Let's not use invalidated iterators.Kohei Yoshida1-20/+26
2011-05-04fdo#36848: Typing a named range in the position window should jump.Kohei Yoshida1-6/+9
2011-05-04Properly close the document shell when erased from the manager.Kohei Yoshida1-0/+8
2011-05-04fdo#33137: Fixed external references with COUNTIF.Kohei Yoshida2-22/+22
2011-05-04fdo#36849: Assume that the range list member may be NULL.Kohei Yoshida2-8/+19
2011-05-04add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard1-7/+108
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida6-124/+9
2011-05-03Simplify the code a bit.Kohei Yoshida1-10/+2
2011-05-03fdo#36721: Fixed a crash on datapilot while editing the source range.Kohei Yoshida1-0/+13
2011-05-03Invalidate page breaks on print range changes.Kohei Yoshida1-0/+8
2011-05-03fdo#36746: Prevent crash during sort.Kohei Yoshida1-1/+16
2011-05-03DataPilot -> pivot table in en-US stringsAndras Timar2-2/+2
2011-05-03fdo#36771: Treat filter by "filter" and filter by "page" separate.Kohei Yoshida1-15/+31
2011-05-02Fixed bug regarding zero values not appearing (Bug 36748).Cassio Neri1-1/+1
2011-05-02Fixed a crash when creating a new datapilot table from external database.Kohei Yoshida1-5/+8
2011-05-02Typo.Kohei Yoshida1-1/+1
2011-05-02Fixed indentation and naming inconsistencies.Kohei Yoshida1-5/+5