office-gobmx/sc/source/ui
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
..
Accessibility switch sc to gbuild 2011-03-29 11:43:36 -05:00
app WaE: unused variable 2011-03-30 13:49:22 +02:00
attrdlg switch sc to gbuild 2011-03-29 11:43:36 -05:00
cctrl switch sc to gbuild 2011-03-29 11:43:36 -05:00
dbgui Removed the dynamic row bits from the db range. It was a hack. 2011-04-01 15:24:18 -04:00
docshell Resolves: fdo#36128 fix up paths for gbuild 2011-04-12 15:14:12 +01:00
drawfunc switch sc to gbuild 2011-03-29 11:43:36 -05:00
formdlg switch sc to gbuild 2011-03-29 11:43:36 -05:00
inc More renaming & sal_Bool to bool conversion. 2011-04-05 16:15:26 -04:00
miscdlgs switch sc to gbuild 2011-03-29 11:43:36 -05:00
namedlg switch sc to gbuild 2011-03-29 11:43:36 -05:00
navipi Support sheet-local anonymous database ranges. 2011-04-01 00:11:02 -04:00
optdlg switch sc to gbuild 2011-03-29 11:43:36 -05:00
pagedlg switch sc to gbuild 2011-03-29 11:43:36 -05:00
src switch sc to gbuild 2011-03-29 11:43:36 -05:00
styleui switch sc to gbuild 2011-03-29 11:43:36 -05:00
undo Support sheet-local anonymous database ranges. 2011-04-01 00:11:02 -04:00
unoobj catch by const reference 2011-04-14 14:50:35 +01:00
vba cppcheck inefficient checking for emptiness 2011-04-22 11:31:04 +02:00
view Finally fixed vertical alignment issue. (fdo#33622) 2011-04-05 16:15:26 -04:00