summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2012-01-23fdo#45067: We need automatic number detection for date/number grouping.Kohei Yoshida
2012-01-23Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida
2012-01-23erase the correct element in ScColumn::Delete(), not the last oneEike Rathke
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke
2012-01-23Redundant condition and Comment Translations.Mariusz Dykierek
2012-01-22resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida
2012-01-20Grid lines should be immediately above or below the background.Kohei Yoshida
2012-01-20Prefer using back() to access the last element.Kohei Yoshida
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida
2012-01-20Mempool size args are unused.Stephan Bergmann
2012-01-19Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida
2012-01-19remove unused methodsThomas Arnhold
2012-01-18fdo#44896 accomodate localized text expansionAndras Timar
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-17remove unused methodsThomas Arnhold
2012-01-17remove unused ScDP* methodsThomas Arnhold
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak
2012-01-16fix build errorCaolán McNamara
2012-01-16Missing SolarMutexGuard.Stephan Bergmann
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-16just return a new string rather than pass by referenceCaolán McNamara
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)
2012-01-15make adjusting formulas possible for TransferTabMarkus Mohrhard
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck
2012-01-13Avoid double deletion during data cache object destruction.Kohei Yoshida
2012-01-13Use a copy; the container gets modified during iteration.Kohei Yoshida
2012-01-13here calc, take ownership of this foul monstrosity only you useCaolán McNamara
2012-01-13Make sure no live ScDPObject instances hold reference to the deleted cache.Kohei Yoshida
2012-01-13fix definedName corruption for xlsx export ( bnc#741182 )Noel Power
2012-01-13Fix MinGW build.Jan Holesovsky
2012-01-13refactor slightly to avoid link problems with gcc 4.7David Tardon
2012-01-13ditch unused defineDavid Tardon
2012-01-13change debug statements to fix buildMarkus Mohrhard
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida
2012-01-12fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida
2012-01-13Don't mention fields location, as they vary between LTR and RTL interfacesLior Kaplan
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida
2012-01-11fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida