Commit graph

22571 commits

Author SHA1 Message Date
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
Kayo Hamid
d9fbee7892 prefer prefix ++/-- operators 2011-04-19 10:29:48 +01:00
David Tardon
cdc48cc064 move the code to gbuild 2011-04-17 19:06:48 +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
David Tardon
c357788e4d use SAL_DLLPUBLIC_EXPORT for consistency 2011-04-15 17:15:11 +02:00
David Tardon
13357c87e8 remove obsoleted .pmk files 2011-04-15 16:19:07 +02:00
David Tardon
ebc678510b check for the value being outside the numeric limit of 32-bit int
Apply the original commit a05213c822ed62256af12690abea62b12aa5dedd to
the right file.
2011-04-15 12:46:04 +02:00
David Tardon
c3565154c1 fdo#34350 make sure these values are positive
Apply the original commit 1e3b1a7a8c939a0ae08a14d5efdd65b17355dae9 to
the right file.
2011-04-15 12:46:04 +02:00
David Tardon
1d358f105d remove unused files 2011-04-15 12:46:03 +02:00
David Tardon
c849643c98 gbuildize chart2 2011-04-15 12:46:03 +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
Caolán McNamara
ff84296937 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
Petr Mladek
ef5304897e Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/calc into libreoffice-3-4 2011-04-06 14:07:14 +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
Petr Mladek
b20bedcff1 Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
Conflicts:
	sc/source/core/tool/makefile.mk
	sc/source/ui/dbgui/filtdlg.cxx
2011-04-05 17:52:16 +02: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