Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-20 | More on String to rtl::OUString changes. | Kohei Yoshida | |
2012-01-20 | Mempool size args are unused. | Stephan Bergmann | |
2012-01-19 | Fix a crash when copying a sheet with drawing obj to a new document. | Kohei Yoshida | |
2012-01-19 | remove unused methods | Thomas Arnhold | |
2012-01-19 | Undo inadvertent indentation change. | Stephan Bergmann | |
2012-01-19 | Fix C++03 enum member scope. | Stephan Bergmann | |
2012-01-18 | fdo#44896 accomodate localized text expansion | Andras Timar | |
2012-01-18 | enable new datapilot api test | Markus Mohrhard | |
2012-01-18 | little clean-up in xspreadsheet2 test | Markus Mohrhard | |
2012-01-18 | sc test : refactor importSheet tests | Laurent Godard | |
2012-01-18 | it is not possible to start/terminate libreoffice twice in the same program | Markus Mohrhard | |
we have a static variable that prevents us from terminating libreoffice in this case here | |||
2012-01-18 | terminate xcellrangesquery correctly | Markus Mohrhard | |
2012-01-18 | terminate xdatabaserange correctly | Markus Mohrhard | |
2012-01-18 | correctly terminate cellproperties | Markus Mohrhard | |
2012-01-18 | correctly terminate tableautoformatfield | Markus Mohrhard | |
2012-01-18 | these two variables don't need to be static | Markus Mohrhard | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | remove unused methods | Thomas Arnhold | |
2012-01-17 | remove unused ScDP* methods | Thomas Arnhold | |
2012-01-17 | Use platform-independent ::rtl::math::round to fix msvc build | Korrawit Pruegsanusak | |
2012-01-16 | fix build error | Caolán McNamara | |
2012-01-16 | Missing SolarMutexGuard. | Stephan Bergmann | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-16 | just return a new string rather than pass by reference | Caolán McNamara | |
2012-01-16 | add test for sheet::XDataPilotTable | Markus Mohrhard | |
2012-01-15 | WaE: converting ‘false’ to pointer type | David Tardon | |
2012-01-15 | WaE: converting ‘false’ to pointer type | David Tardon | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | |
2012-01-15 | Galaxy (default) icon theme is now in icon-themes/galaxy | Stefan Knorr (astron) | |
2012-01-15 | some adjustments in the XSpreadsheet2 api test | Markus Mohrhard | |
2012-01-15 | make adjusting formulas possible for TransferTab | Markus Mohrhard | |
2012-01-15 | sc test : update importSheet tests | Laurent Godard | |
2012-01-15 | add test case for datapilot api | Markus Mohrhard | |
2012-01-15 | correctly terminate XDataPilotFieldGrouping | Markus Mohrhard | |
2012-01-13 | fdo#44173: use a geometric progression for zooming | Tim 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-13 | Avoid double deletion during data cache object destruction. | Kohei Yoshida | |
2012-01-13 | Use a copy; the container gets modified during iteration. | Kohei Yoshida | |
2012-01-13 | here calc, take ownership of this foul monstrosity only you use | Caolá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-13 | Make sure no live ScDPObject instances hold reference to the deleted cache. | Kohei Yoshida | |
2012-01-13 | fix definedName corruption for xlsx export ( bnc#741182 ) | Noel Power | |
set symbol for builtin name using rangelist | |||
2012-01-13 | Fix MinGW build. | Jan Holesovsky | |
Cherry-picked from libreoffice-3-5 branch, probably a bit more helpful fail message. | |||
2012-01-13 | refactor slightly to avoid link problems with gcc 4.7 | David Tardon | |
2012-01-13 | ditch unused define | David Tardon | |
2012-01-13 | change debug statements to fix build | Markus Mohrhard | |
2012-01-12 | Removing debug statement. | Kohei Yoshida | |
2012-01-12 | Test the new logic of our pivot data cache life cycle. | Kohei Yoshida | |
2012-01-12 | fdo#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-12 | fdo#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-12 | fdo#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-12 | fdo#43077: Copy pivot tables when a sheet is copied. | Kohei Yoshida | |