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
npcdoom
02eb479579
[PATCH 06/10] Remove deprecated List container.
2011-02-21 10:58:05 -08:00
npcdoom
c86a8ee558
[PATCH 05/10] Removed deprecated List container.
2011-02-21 10:57:25 -08:00
npcdoom
0f8cdfc15c
[PATCH 04/10] Removed deprecated List container.
2011-02-21 10:56:28 -08:00
npcdoom
c87147cb0b
[PATCH 03/10] Remove deprecated List container.
2011-02-21 10:55:30 -08:00
npcdoom
41e04fc554
[PATCH 02/10] Remove deprecated List container.
2011-02-21 10:54:12 -08:00
npcdoom
777417b81b
PATCH 01/10] Remove <tools/list.hxx>
2011-02-21 10:51:24 -08:00
Takeshi Abe
5b7fcb124d
Fixed a crasher when retrieving an external value from in-memory doc.
2011-02-21 10:33:25 -05:00
Takeshi Abe
f95cacd805
Removed bogus comment
2011-02-20 08:34:21 +09:00
Takeshi Abe
8e19e649b5
Removed dead code
2011-02-20 08:33:03 +09:00
Joseph Powers
6f61648b00
Remove some #include <tools/list.hxx>
2011-02-18 19:02:08 -08:00
Kohei Yoshida
11211d8197
Removed mis-leading comment.
...
Life cycle of ScDPTableData is now managed by ScDPObject, not by
ScDPSource.
2011-02-18 17:50:46 -05:00
Rafael Dominguez
d7223f6e79
- Remove deprecated <tools/list.hxx> include.
2011-02-18 15:59:27 -05:00
Kohei Yoshida
e2f6921f34
Removed extra ; at the end of a line.
2011-02-18 14:53:57 -05:00
Kohei Yoshida
74d3d1a99a
Fixed a memory leak in the datapilot code.
...
Calc was leaking memory every time the source range of a data pilot
table changes. *sigh*
2011-02-18 14:39:18 -05:00
Kohei Yoshida
d3151e2819
Properly update column and row header selections. (fdo#34383)
...
When making range selection by mouse, Calc wouldn't highlight the
new range in the column and row headers. It was because we weren't
calling ScTabView::SelectionChanged() when the selection range
is updated. This SelectionChanged() call then puts in queue a
re-paint request for column and row headers.
2011-02-17 15:30:42 -05:00
Christina Rossmanith
16a96c566a
Finished to translate comments from German->English (viewfun2.cxx)
2011-02-17 13:45:07 +01:00
Kevin Hunter
427c9ebd41
cppcheck: remove redundant check.
...
If pInfo were NULL, would have crashed at the enclosing if-block that
deferences pInfo->nRotateDir.
2011-02-17 10:27:45 +01:00
Christina Rossmanith
4c7a5bee34
Started to translate comments from German->English
2011-02-17 09:17:15 +01:00