summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
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-19Undo inadvertent indentation change.Stephan Bergmann
2012-01-19Fix C++03 enum member scope.Stephan Bergmann
2012-01-18fdo#44896 accomodate localized text expansionAndras Timar
2012-01-18enable new datapilot api testMarkus Mohrhard
2012-01-18little clean-up in xspreadsheet2 testMarkus Mohrhard
2012-01-18sc test : refactor importSheet testsLaurent Godard
2012-01-18it is not possible to start/terminate libreoffice twice in the same programMarkus Mohrhard
we have a static variable that prevents us from terminating libreoffice in this case here
2012-01-18terminate xcellrangesquery correctlyMarkus Mohrhard
2012-01-18terminate xdatabaserange correctlyMarkus Mohrhard
2012-01-18correctly terminate cellpropertiesMarkus Mohrhard
2012-01-18correctly terminate tableautoformatfieldMarkus Mohrhard
2012-01-18these two variables don't need to be staticMarkus Mohrhard
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-16add test for sheet::XDataPilotTableMarkus Mohrhard
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon
2012-01-15these are not old component files anymoreMatúš Kukan
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)
2012-01-15some adjustments in the XSpreadsheet2 api testMarkus Mohrhard
2012-01-15make adjusting formulas possible for TransferTabMarkus Mohrhard
2012-01-15sc test : update importSheet testsLaurent Godard
2012-01-15add test case for datapilot apiMarkus Mohrhard
2012-01-15correctly terminate XDataPilotFieldGroupingMarkus Mohrhard
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck
Zooming does now base on a geometric progression instead of an arithmetic one. Since the zoom factor is not only used in Draw but for all other applications 1.2 seems like a good choice.
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
SvStream::ReadCsvLine doesn't need to be a member of Stream and the subcomment about what's wrong with the method is longer than the body of the method. Only used by calc, so can go into calc. foul monstrosity back
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
set symbol for builtin name using rangelist
2012-01-13Fix MinGW build.Jan Holesovsky
Cherry-picked from libreoffice-3-5 branch, probably a bit more helpful fail message.
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-12Removing debug statement.Kohei Yoshida
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
Also, removed unnecessary reloading of the whole table data when reference is updated.
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida
For efficiency reasons. Otherwise, refreshing n tables individually would require reloading the same data cache n times.
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida
With this change, ScDPCacheTable should never clear pointer to the data cache instance; it should keep the same data cache instance that it is instantiated with.
2012-01-12fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida