Issue 40167 - 64bit: basctl/source/basicide/baside2b.cxx and SetTabs
Summary: 64bit: basctl/source/basicide/baside2b.cxx and SetTabs
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC (x86_64) All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: joerg.skottke
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-07 21:46 UTC by pavel
Modified: 2005-01-18 17:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2005-01-07 21:46:56 UTC
Hi,

basctl/source/basicide/baside2b.cxx contains this code in SRC680_m70:

   sal_Int32 tabs[ 4 ];
   ...
   aTreeListBox.SvHeaderTabListBox::SetTabs( tabs, MAP_PIXEL );

SetTabs is declared as:

        void                    SetTabs( long* pTabs, MapUnit = MAP_APPFONT );

in ooo_SRC680_m70_src/svx/inc/simptabl.hxx.

This works on 32bit platforms but does not work on 64bit platforms (SetTabs is
declared to accept long, thus 64bit first argument, but we are passing sal_Int32
argument in this file).
Comment 1 thomas.benisch 2005-01-10 09:35:42 UTC
set target OOo 2.0
Comment 2 thomas.benisch 2005-01-10 13:02:58 UTC
TBE->AB: As discussed to you.
Comment 3 ab 2005-01-10 13:16:20 UTC
As agreed back to you
Comment 4 thomas.benisch 2005-01-10 15:43:31 UTC
accepted
Comment 5 thomas.benisch 2005-01-11 16:48:13 UTC
fixed in CWS tbe16
Comment 6 thomas.benisch 2005-01-13 12:02:54 UTC
reopened
Comment 7 thomas.benisch 2005-01-13 12:33:57 UTC
reassign to JSK
Comment 8 thomas.benisch 2005-01-13 12:34:32 UTC
.
Comment 9 joerg.skottke 2005-01-13 12:55:53 UTC
verified
Comment 10 pavel 2005-01-18 17:22:28 UTC
That was fast. This is in m72.