Commit graph

21834 commits

Author SHA1 Message Date
Kohei Yoshida
cf7f61b114 Extracted datapilot handling code into its own method. 2011-03-01 16:15:59 -05:00
Kohei Yoshida
f6fa663b13 Cleanups and comments. 2011-03-01 16:15:59 -05:00
Caolán McNamara
5dce0079bb Revert part of cab7e33c which added ';' into the expression 2011-03-01 20:46:25 +00:00
Caolán McNamara
60fe537a3b avoid implicit cast 2011-03-01 20:34:21 +00:00
Caolán McNamara
770632cabb pointless to go from char* to OString to char* 2011-03-01 20:34:21 +00:00
Caolán McNamara
73259ccb76 pointless to go from char* to OString to char* 2011-03-01 20:34:21 +00:00
Takeshi Abe
117066d1e9 Removed dead code 2011-03-02 03:14:31 +09:00
Thomas Arnhold
493c81d73a Remove unnecessary semicolons 2011-03-01 17:42:12 +01:00
Kohei Yoshida
acbf368a3e We call them field windows. Let's be consistent... 2011-03-01 11:41:36 -05:00
Kohei Yoshida
6cd44dd9c2 Refresh the field view when the source range changes.
Not doing so would cause phantom buttons in the field windows that
you can see but you can't touch....
2011-03-01 11:35:57 -05:00
Guillaume Poussel
9d1e66bd77 Remove bogus comments. 2011-03-01 14:29:24 +01:00
Guillaume Poussel
bd394abd2e Remove bogus comments. 2011-03-01 13:01:24 +01:00
Kohei Yoshida
effc42d64e Check for existance of cache before creating a new one.
Sometimes a cache is passed onto the cache table at construction
time, in which case the cache is already there by the time
CreateCacheTable() is called.  We need to check that.
2011-03-01 00:44:42 -05:00
Kohei Yoshida
dddc5972da Renamed ScDPTableDataCache to simply ScDPCache.
There were so many classes with 'DPTable' in them it was confusing.
2011-03-01 00:24:37 -05:00
Kohei Yoshida
f84427bfdd Finally get the refresh to work properly. 2011-03-01 00:02:01 -05:00
Kohei Yoshida
716556f19c Let's rename InvalidateSource() to ClearSource().
Because that's what the method does; it clears all the source data.
2011-02-28 22:48:11 -05:00
Kohei Yoshida
278610aab9 More cleanups.
ScDPObject::bRefresh flag is no longer used.
2011-02-28 22:02:53 -05:00
Kohei Yoshida
ed110de945 Remove old container that stored data caches.
We may revive this later when we decide to pool the data cache
once again.
2011-02-28 21:49:38 -05:00
Kohei Yoshida
a259eba2f7 More removal of cache ID related stuff. 2011-02-28 21:36:18 -05:00
Kohei Yoshida
e7db4c4fdc Data cache is now stored in the cashe table object for now.
With this commit, data caches are no longer stored outside the cache
table and managed by their ID's.  Each cache table stores and manages
its own data "cache", but then calling it a cache is a mis-nomer.
2011-02-28 21:27:41 -05:00
Kohei Yoshida
3b7bd5c1dd Remove cache ID storage from ScDPSaveData. 2011-02-28 20:34:30 -05:00
Kohei Yoshida
c51037f84d A little code cleanup. 2011-02-28 20:04:40 -05:00
Kohei Yoshida
e605f77032 Some whitespace cleanups.
Also, n is usually reserved to store container size; let's not use
it as loop counter.
2011-02-28 19:55:32 -05:00
Kohei Yoshida
e4445f4c73 Make sure everybody calls ScDPCacheTable::getOrder() publicly. 2011-02-28 19:34:44 -05:00
Kohei Yoshida
d444d877a1 Make sure nobody modifies the table cache outside of ScDPCacheTable.
Use const to ensure that nobody modifies the content of the table
cache outside of ScDPCacheTable.
2011-02-28 18:14:22 -05:00
Christian Lohmaier
633d352fb9 WaE: picky about comparison between signed and unsigned 2011-02-26 18:04:23 +01:00
Thomas Arnhold
660d565153 Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 10:47:20 +01:00
Julien Nabet
174a94b545 Remove "using namespace ::rtl" 2011-02-26 01:35:42 +01:00
Takeshi Abe
73fc450c5e Removed dead code 2011-02-25 22:04:36 +09:00
Takeshi Abe
be9469d388 Mark fall-through 2011-02-25 22:00:35 +09:00
Caolán McNamara
da9187707e remove unused export.map 2011-02-24 20:47:07 +00:00
Michael Lefevre
4f290f3858 Remove commented variable
Still code cleaning.
2011-02-24 20:02:58 +01:00
Julien Nabet
58737fb3f2 Remove "using namespace ::rtl" 2011-02-24 15:22:42 +01:00
Kohei Yoshida
e4ba8c9aed Using * for pointer type is better than typedef to FooPtr.
It saves key stroke, 1 for '*' as oppposed to 3 for 'Ptr', and it
saves one line by not having to typedef for a (for pete's sake)
pointer type.
2011-02-23 21:58:23 -05:00
Michaël Lefèvre
dfa58beb6a Remove bogus comment
Simplifie bug id comment, removing bogus comment by the way
2011-02-23 01:11:49 -05:00
Thomas Arnhold
a97a5b0015 Remove Tools -> Media Player from Calc 2011-02-22 21:34:14 +01:00
Takeshi Abe
ef3ea4637c Enabled backspace with any modifier in case of SC_INPUT_TYPE
fdo#32574 EasyHack: Shift-Backspace doesn't work correctly
2011-02-22 11:46:41 -05:00
Jean-Baptiste Faure
20c8ec29f0 Changed label size and position for BTN_GENERAL_PREC, FT_PREC and ED_PREC
FT_PREC overwrote BTN_GENERAL_PREC so that French translation was truncated
2011-02-22 14:56:17 +01:00
Caolán McNamara
85bf14dc3d make this one an exception file too 2011-02-22 09:51:58 +00:00
Tor Lillqvist
0e2be9d8ee Include precompiled_sc.hxx 2011-02-22 02:02:37 +02:00
Tor Lillqvist
4976742d71 Include precompiled_sc.hxx 2011-02-22 00:27:54 +02:00
Caolán McNamara
bce2c326f5 leave disabled under windows for the moment 2011-02-21 21:07:24 +00:00
Caolán McNamara
04bd876d51 add document load tests for CVEs that have affected calc 2011-02-21 21:07:24 +00:00
Kohei Yoshida
9ff0123490 Added method documentation. 2011-02-21 15:33:43 -05:00
Kohei Yoshida
5a7156eec1 Use const where possible. 2011-02-21 15:29:37 -05:00
Kohei Yoshida
1eab8088be Extracted a common code block into own method. 2011-02-21 15:18:54 -05:00
npcdoom
c670a6d57a [PATCH 10/10] Remove deprecated List container. 2011-02-21 11:02:01 -08:00
npcdoom
0550c05dba [PATCH 09/10] Remove deprecated List container. 2011-02-21 11:00:30 -08:00
npcdoom
8cd20ddc7c [PATCH 08/10] Removed deprecated List container. 2011-02-21 10:59:41 -08:00
npcdoom
5b2b2071d3 [PATCH 07/10] Removed deprecated container List. 2011-02-21 10:58:43 -08:00