summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-20update sheet local db data when sheets are inserted/deletedfeature/gsoc2011_wizardsMarkus Mohrhard1-2/+12
2011-05-19Make sure to only export up to 1026 manual page breaks to XLS.Kohei Yoshida1-0/+8
2011-05-18Remove all the #include <tools/ownlist.hxx>Joseph Powers3-3/+0
2011-05-19Add the wntgcc directoriesTor Lillqvist1-0/+2
2011-05-19Add the unxios and unxand directoriesTor Lillqvist1-0/+4
2011-05-18fdo#34072Takeshi Abe2-17/+2
2011-05-18Unify Display Grid/ Grid Visible and other menu itemsChristian Dywan2-2/+2
2011-05-17Fix index out of bounds in ScTableConditionalFormat.Rafael Dominguez1-1/+1
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier9-24/+24
2011-05-16The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, tooTor Lillqvist1-1/+1
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida58-59/+59
2011-05-13Fixed incorrect exporting of global named database ranges.Kohei Yoshida4-20/+38
2011-05-13Fixed segfault.Kohei Yoshida1-3/+3
2011-05-13Refactored global anonymous db storage.Kohei Yoshida6-61/+129
2011-05-13Shift method declarations to the left.Kohei Yoshida1-71/+71
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida41-765/+584
2011-05-13Let's make the separation of named DBs clear.Kohei Yoshida4-60/+117
2011-05-13Refactored ScDBCollection to not derive from ScSortedCollection.Kohei Yoshida2-160/+157
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 Yoshida2-107/+23
2011-05-10More cleanups of ScDBData.Kohei Yoshida12-238/+238
2011-05-10Have ScDBData use ScQueryParam as data member.Kohei Yoshida3-113/+32
2011-05-10Have ScDBData use ScImportParam & more String -> rtl::OUString.Kohei Yoshida2-53/+30
2011-05-10Cleaned up ScImportParam.Kohei Yoshida6-32/+32
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida88-1383/+3878
2011-05-09fdo#36933: Fixed array comparison with external references.Kohei Yoshida3-16/+88
2011-05-10remove unused member variableMarkus Mohrhard2-4/+0
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard8-52/+53
2011-05-09check for less equal, not greater equalMarkus Mohrhard1-3/+3
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard2-7/+138
2011-05-09Force calc unit test to use en-US locale and stringsThorsten Behrens1-23/+14
2011-05-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard8-52/+53
2011-05-08Remove deprecated List in XclImpAutoFilterBuffer.Rafael Dominguez2-28/+19
2011-05-08Fix simple cppcheck warningJulien Nabet2-1/+2
2011-05-07Remove 2 private empty methods and their respective callJulien Nabet2-10/+0
2011-05-06fdo#36789: Set all dynamic controls invisible upon instantiation.Kohei Yoshida2-0/+47
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida3-2/+12
2011-05-06Disable temporarily 2 unit tests that break with non en-us localesFridrich Štrba1-2/+2
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-05Some cppcheck cleaningJulien Nabet19-70/+71
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