Commit graph

18561 commits

Author SHA1 Message Date
David Tardon
5edc9bb7ac remove obsoleted dep 2011-04-24 12:03:41 +02:00
David Tardon
69f0b91202 use the new UNO-related defs from CppunitTarget 2011-04-24 09:35:45 +02:00
Kayo Hamid
ee0110327a cppcheck inefficient checking for emptiness
From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster.
 xxxx.size() can take linear time but xxxx.empty() is guaranteed to take
 constant time
2011-04-22 11:31:04 +02:00
Robert Nagy
9864542a3f disable the testCVE unittest for now because it breaks in some cases 2011-04-20 23:05:49 +02:00
Joseph Powers
f83f528f6a Fix compile issue. 2011-04-19 21:09:12 -07:00
Julien Nabet
8afda8d711 Easy Hack: Add visibility markup to all component_get* functions 2011-04-19 22:45:11 +02:00
Julien Nabet
979365cde8 Some cppcheck cleaning 2011-04-17 15:47:21 +02:00
Julien Nabet
4d24eef011 Remove useless tests 2011-04-17 09:15:30 +02:00
Bjoern Michaelsen
ea60126450 use gb_CppunitTest_uses_ure 2011-04-16 20:10:45 +02:00
Caolán McNamara
50585412c9 catch by const reference 2011-04-14 14:50:35 +01:00
Caolán McNamara
a49361a0c9 createFromAscii->RTL_CONSTASCII_USTRINGPARAM 2011-04-14 14:50:34 +01:00
Luboš Luňák
3e1c7827e7 no local -Wl,-O1 linker flag 2011-04-14 15:10:23 +02:00
Caolán McNamara
c102e3431a windows needs BRAND_BASE_DIR as well 2011-04-13 20:55:20 +01:00
Caolán McNamara
387315e0bf catch by const reference 2011-04-13 20:35:44 +01:00
Muthu Subramanian
a3c057dd70 fdo#34903: xlsx comment export.
This was a bug of not Invalidating the cached
TableArea when a comment is inserted.
2011-04-13 20:27:32 +05:30
Caolán McNamara
47889657dc allow new test files to be just dropped into the appropiate test dir 2011-04-12 16:01:42 +01:00
Caolán McNamara
e5953862eb Resolves: fdo#36128 fix up paths for gbuild 2011-04-12 15:14:12 +01:00
Bjoern Michaelsen
aebf2a7957 fdo#36128: disabled testCVEs for now in ucalc.cxx as it fails 2011-04-11 12:38:55 +02:00
Bjoern Michaelsen
edc9a35274 reenable ucalc.cxx unittest in gbuild 2011-04-11 12:38:55 +02:00
Cédric Bosdonnat
7d37a449ab i#20348: made the ordinal suffixe autocorrection internationalized 2011-04-07 13:33:47 +02:00
Caolán McNamara
932e6daf0d WaE: sal_Int32 is long on 32bit and int on 64bit 2011-04-07 09:14:43 +01:00
Petr Mladek
6b66b07768 Merge remote-tracking branch 'origin/libreoffice-3-4' 2011-04-06 19:25:23 +02:00
Kohei Yoshida
704cfb4f31 Finally fixed vertical alignment issue. (fdo#33622) 2011-04-05 16:15:26 -04:00
Kohei Yoshida
82bde800ba Massive reduction of indentation level. 2011-04-05 16:15:26 -04:00
Kohei Yoshida
17ca8c9de1 More renaming & sal_Bool to bool conversion. 2011-04-05 16:15:26 -04:00
Kohei Yoshida
b8bc515814 Renamed EditAlignmentParam to DrawEditParam. 2011-04-05 16:15:26 -04:00
Kohei Yoshida
a101db141c Extracted method from DrawEdit() into DrawEditStandard(). 2011-04-05 16:15:26 -04:00
Kohei Yoshida
d117bc5b25 Tuck EditAlignmentParam class under ScOutputData class scope.
This is so that this class instance can be passed as a parameter to
DrawEditStandard method.
2011-04-05 16:15:26 -04:00
Kohei Yoshida
323149157c sal_Bool to bool. 2011-04-05 16:15:26 -04:00
Bjoern Michaelsen
12f32902bf starting sc_ucalc unit test 2011-04-05 12:05:54 +02:00
Robert Nagy
412bbf4096 set ldflags for *BSD too 2011-04-05 12:03:45 +02:00
Robert Nagy
6b87aa0111 Merge branch 'libreoffice-3-4' of git://anongit.freedesktop.org/libreoffice/calc into libreoffice-3-4 2011-04-05 11:57:30 +02:00
Robert Nagy
0e1acb4bd5 set ldflags for *BSD too 2011-04-05 11:56:59 +02:00
Kohei Yoshida
eb2dc554e9 Put statusbar.xml under statusbar directory, not toolbar dir. 2011-04-04 14:37:26 -04:00
Caolán McNamara
23427e2165 use rtl::Static where double-locked pattern used 2011-04-04 12:52:23 +01:00
Caolán McNamara
11ceaa169b that's a completely pointless getGlobalMutex acquisition 2011-04-04 12:20:01 +01:00
Kohei Yoshida
3b740361f1 Store ScDocument* locally. 2011-04-01 23:53:12 -04:00
Kohei Yoshida
9f9ff37fe3 Extend data area for standard and special filters as well. 2011-04-01 23:04:45 -04:00
Kohei Yoshida
03417cf345 Re-implement DB area extension prior to autofilter launching.
This time store the extended DB area permanently.  This makes things
a bit simpler.
2011-04-01 21:06:17 -04:00
Michael Meeks
0a89e8789f remove obsolete component_writeInfo methods 2011-04-01 22:33:56 +01:00
Kohei Yoshida
91aef61e67 Flag for "shrink to data" not used. Remove it from the signature. 2011-04-01 15:29:23 -04:00
Kohei Yoshida
f2384d6f10 Removed the dynamic row bits from the db range. It was a hack.
This concept was there before the Hamburg added their own mechanism
to allow dynamic expansion of db ranges.  There is no need to have
two of them, or it would cause weird problems.
2011-04-01 15:24:18 -04:00
Kohei Yoshida
214ce687e6 Prefer bool over sal_Bool in ScDBData. 2011-04-01 00:32:19 -04:00
Kohei Yoshida
87fea6345c Silenced warnings. 2011-04-01 00:24:06 -04:00
Kohei Yoshida
4cf41de4f1 Added bits for subtotals to make use of anonymous db ranges.
This change allows multiple subtotal ranges to be created on the same
sheet.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
1b059829bc Added container to store global anonymous db ranges.
This is needed to support multiple subtotal ranges.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
8dcd3e554c Finally, export the import mode parameters. 2011-04-01 00:11:03 -04:00
Kohei Yoshida
6dea7664a9 Import the data import mode. This concludes the task on the import side. 2011-04-01 00:11:03 -04:00
Kohei Yoshida
3e86754ca3 Moved up the user index data member. 2011-04-01 00:11:03 -04:00
Kohei Yoshida
12024429e2 Cleaned up ScSortParam.
Tabs and sal_Bool madness.
2011-04-01 00:11:03 -04:00