[Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2024-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #62 from Michael Stahl (allotropia)  
---

have just reviewed the remaining usages, the situation is much improved...

these are inappropriate, although not in the way mentioned in the description:
here some value is extracted out of an uno::Any, and there are easier to use
functions such as uno::Any::get() to do this.

editeng/source/accessibility/AccessibleEditableTextPara.cxx:   
Color crChar(ColorTransparency, static_cast(
reinterpret_cast(anyChar.pReserved)));
editeng/source/accessibility/AccessibleEditableTextPara.cxx:   
Color crCharUnderLine(ColorTransparency, static_cast(
reinterpret_cast( anyCharUnderLine.pReserved)));
sw/source/core/access/accpara.cxx:sal_uInt32 crBack =
static_cast( reinterpret_cast(anyChar.pReserved));
sw/source/core/access/accpara.cxx:sal_uInt32 crChar =
static_cast( reinterpret_cast(anyChar.pReserved));
sw/source/core/access/accpara.cxx:sal_uInt32 crUnderline =
static_cast( reinterpret_cast(anyChar.pReserved));

these are probably inappropriate sal_uIntPtr that should be other integer
types:

include/svx/svdoedge.hxx:sal_uIntPtr* pnQuality, SdrEdgeInfoRec* pInfo)
const;
svx/source/gallery2/codec.cxx:sal_uIntPtr   nIndex = 0, nCountByte,
nRunByte;
svx/source/svdraw/svdhdl.cxx:sal_uIntPtr nNewHdlNum(nNewHdl);
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr nBestQual=0x;
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr nQual=0;
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr* pnQuality, SdrEdgeInfoRec*
pInfo) const
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr nQual=0;
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr nQual0=nQual; // prevent
overruns
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr
n1=std::abs(aXP1[1].X()-aXP1[0].X())+std::abs(aXP1[1].Y()-aXP1[0].Y());
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr
n2=std::abs(aXP1[2].X()-aXP1[1].X())+std::abs(aXP1[2].Y()-aXP1[1].Y());
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr
n3=std::abs(aXP1[3].X()-aXP1[2].X())+std::abs(aXP1[3].Y()-aXP1[2].Y());
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr nBesser=0;
svx/source/svdraw/svdoedge.cxx:   
nQual+=static_cast(nTmp)*0x0100;
svx/source/svdraw/svdoedge.cxx:   
nQual+=static_cast(nIntersections)*0x1000;
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr
nBestDist=0x;
svx/source/svdraw/svdoedge.cxx:sal_uIntPtr
nDist=static_cast(std::abs(aConPos.X()-rPt.X()))+static_cast(std::abs(aConPos.Y()-rPt.Y()));

there is also the sal_IntPtr type (signed) with similar problem.
these are probably inappropriate sal_IntPtr that should be other integer types:

include/vcl/toolkit/treelistbox.hxx:sal_IntPtr  GetTabPos(const
SvTreeListEntry*, const SvLBoxTab*) const;
svx/source/sidebar/line/LineWidthPopup.cxx:sal_IntPtr nVal =
OutputDevice::LogicToLogic(
svx/source/sidebar/line/LineWidthPopup.cxx:   
reinterpret_cast(m_xVSWidth->GetItemData(iPos)), MapUnit::MapPoint,
sw/inc/authfld.hxx:mutable sal_IntPtr  m_nTempSequencePos;
sw/inc/authfld.hxx:mutable sal_IntPtr  m_nTempSequencePosRLHidden; ///<
hidden redlines
sw/source/core/fields/authfld.cxx:sal_IntPtr &
rnTempSequencePos(pLayout && pLayout->IsHideRedlines()
sw/source/core/fields/authfld.cxx:sal_IntPtr &
rnTempSequencePos(pLayout && pLayout->IsHideRedlines()
sw/source/uibase/utlui/uitool.cxx:sal_IntPtr nPoolId =
SwStyleNameMapper::GetPoolIdFromUIName( pBase->GetName(),
SwGetPoolIdFromName::ChrFmt );
ucb/source/sorter/sortdynres.cxx:void EventList::AddEvent( sal_IntPtr nType,
sal_Int32 nPos )
ucb/source/sorter/sortresult.cxx:sal_IntPtr  mnCurPos;
ucb/source/sorter/sortresult.cxx:sal_IntPtr  mnOldPos;
ucb/source/sorter/sortresult.cxx:explicit SortListData( sal_IntPtr nPos );
ucb/source/sorter/sortresult.cxx:sal_IntPtr nCompare = 0;
ucb/source/sorter/sortresult.cxx:sal_IntPtr  nCompare = 0;
ucb/source/sorter/sortresult.cxx:sal_IntPtr nIndexOne;
ucb/source/sorter/sortresult.cxx:sal_IntPtr nIndexTwo;
ucb/source/sorter/sortresult.cxx:sal_IntPtr nCompare;
ucb/source/sorter/sortresult.cxx:   sal_IntPtr
_nStart, sal_IntPtr _nEnd )
ucb/source/sorter/sortresult.cxx:sal_IntPtr nStart = _nStart;
ucb/source/sorter/sortresult.cxx:sal_IntPtr nEnd   = _nEnd;
ucb/source/sorter/sortresult.cxx:sal_IntPtr nMid = 0, nCompare = 0;
ucb/source/sorter/sortresult.cxx:sal_IntPtr i, nCount;
ucb/source/sorter/sortresult.cxx:sal_IntPtr nIndex = 1;
ucb/source/sorter/sortresult.cxx:sal_IntPtr nPos   = FindPos(
pData.get(), 1, nIndex-1 );
ucb/source/sorter/sortresult.cxx:sal_IntPtr  i, nEnd;
ucb/source/sorter/sortresult.cxx:sal_IntPtrnOldLastSort;
ucb/source/sorter/sortresult.cxx:for ( sal_IntPtr i=0; i < nCount; i++ )

[Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2024-02-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #61 from Devansh Varshney  ---
I tried to look into this and there are 151 files with sal_uIntPtr remain. As
far my understanding goes after looking those I think there are no more of
these changes required. So, maybe we can close this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2023-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||143781


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143781
[Bug 143781] [META] Development- and code-related bug reports and tasks
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2022-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #60 from Commit Notification 
 ---
OmkarAcharekar committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/77131a5277f52300319f7cc5f8c2cc8b4d600a7c

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 7.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2022-10-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.3.0   |target:5.2.0 target:5.3.0
   |target:5.4.0 target:6.3.0   |target:5.4.0 target:6.3.0
   |target:6.5.0 target:7.0.0   |target:6.5.0 target:7.0.0
   |target:7.1.0 target:7.2.0   |target:7.1.0 target:7.2.0
   ||target:7.5.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2021-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #59 from Commit Notification 
 ---
Aditya Pratap Singh committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/c056b630ef97aab139625d0a7c085825c8a9eb7f

tdf#75280 Convert some sal_uIntPtr in ucb to more appropriate types

It will be available in 7.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2021-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #58 from adityapratapsing...@gmail.com ---
Made a commit. Please review.
https://gerrit.libreoffice.org/c/core/+/110491

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2021-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #57 from Commit Notification 
 ---
Bayram Çiçek committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/c7d0f4452cd4eba2d180eb5bb9f8b0add048e5de

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 7.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2021-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.3.0   |target:5.2.0 target:5.3.0
   |target:5.4.0 target:6.3.0   |target:5.4.0 target:6.3.0
   |target:6.5.0 target:7.0.0   |target:6.5.0 target:7.0.0
   |target:7.1.0|target:7.1.0 target:7.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #56 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7c38fa04c70401d84352e8ae7ca650dfcc74b3e0

tdf#75280: "nFormat" should be "sal_uLong" instead of sal_uIntPtr (svx/imapdlg)

It will be available in 7.1.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #55 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/8cd8cdcfa54ca34dc6365a398e3c69cbfc685891

tdf#75280: Convert some inappropriate use of sal_uIntPtr (+sal_uLong) (vcl)

It will be available in 7.1.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.3.0   |target:5.2.0 target:5.3.0
   |target:5.4.0 target:6.3.0   |target:5.4.0 target:6.3.0
   |target:6.5.0 target:7.0.0   |target:6.5.0 target:7.0.0
   ||target:7.1.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #54 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/63d4d3421fec5a4e9e88dcee2992cda38cc7452a

tdf#75280: Convert inappropriate use of sal_uIntPtr (sfx2)

It will be available in 7.1.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #53 from Commit Notification 
 ---
shivammore committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/f4dfbba277bcfc418cb49fdc94b153c15e1ac30b

tdf#75280 Clean up usage of sal_uIntPtr.

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-02-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #52 from Commit Notification 
 ---
Canberk TURAN committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/9e0470da4a88a588a294856236d6adf1eefe22f6

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #51 from Commit Notification 
 ---
Sarper Akdemir committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/81f73ca9b9a61fcbba1533ac8b5d5be16025667b

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.3.0   |target:5.2.0 target:5.3.0
   |target:5.4.0 target:6.3.0   |target:5.4.0 target:6.3.0
   |target:6.5.0|target:6.5.0 target:7.0.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #50 from Commit Notification 
 ---
Eda Nur Var committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/b16faa4dcd87b9c7203b230a9feaebbb05c5a9cb

tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #49 from Commit Notification 
 ---
Burak Bala committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/ca76204c89db32839259a67c52a140a5b7f1fceb

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #48 from Commit Notification 
 ---
Eda Nur Var committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/2a37089bad8656271f0fde92ab7731f29a19c8df

tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #47 from Commit Notification 
 ---
Mehmet Emin Başoğlu committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/d23faf1d1ae526cc7af5470e60eb7dc7a46e74cc

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #46 from Commit Notification 
 ---
Efdal İncesu committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/a27a8f0c03436916e20e3362e8b5ed2410da3b23

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #45 from Commit Notification 
 ---
Canberk TURAN committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/0f78ec160d93c9765f3a27be54a4d986872e9a69

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #44 from Commit Notification 
 ---
Batuhan Taskaya committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/4efdf5e5145c96116d7ef76a0bbade57865447f7

tdf#75280: Use sal_uLong instead of sal_uIntPtr

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #43 from Commit Notification 
 ---
Sarper Akdemir committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/09a2432c5939f20be49d9f7e2ee5c65d00c9433f

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #42 from Commit Notification 
 ---
Pelin Kuran committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/dd98cb655f243024260dd45c44b751e564c1c67e

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #41 from Commit Notification 
 ---
iakarsu committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/2d089b2adc1fc67a7621c3078b6b37c5e997789c

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #40 from Commit Notification 
 ---
Onur Yilmaz committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/5434688e5c38d438444dd8d088dff9d3de58214a

tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #39 from Commit Notification 
 ---
Mesut Çifci committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/18b03440b4dca084274a02d16a8a1545d629a4c1

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #38 from Commit Notification 
 ---
Yusuf Keten committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/c7de89df5efc4b2af1f81c00befcc957a7e22ca6

tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #37 from Commit Notification 
 ---
Yusuf Keten committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/d66ddcffe61d90cb1472e74a040963086032bf9c

tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #36 from Commit Notification 
 ---
Onur Yilmaz committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/1a5832e8340a2502f24d7fea98c656e629887d2e

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2020-01-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #35 from Commit Notification 
 ---
Mesut Çifci committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/16f6a6e61fdcbb41b77a613d49959c0b9e3a8a32

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2019-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #34 from Commit Notification 
 ---
Yusuf Keten committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/b5b68303b17e88163ec6fc946c7908492b554498

tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2019-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.3.0   |target:5.2.0 target:5.3.0
   |target:5.4.0 target:6.3.0   |target:5.4.0 target:6.3.0
   ||target:6.5.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2019-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #33 from Commit Notification 
 ---
Kemal Ayhan committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/9f7a4f14a310628d0649c31d22c8ba8493443511

tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types

It will be available in 6.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2019-04-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #32 from Commit Notification 
 ---
Regis committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/70040ba199ab34a792beb34cbafdbc8edc0e22ea%5E%21

tdf#75280 -Convert inappropriate use of sal_uIntPtr to better integ types

It will be available in 6.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2019-04-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.3.0   |target:5.2.0 target:5.3.0
   |target:5.4.0|target:5.4.0 target:6.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2017-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Michael Stahl  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||4441

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2017-05-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #31 from Commit Notification 
 ---
Jochen Nitschke committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=05d3a1899eb50202fd3929b702bae1003b5610be

tdf#75280 replace uses of sal_uLong

It will be available in 5.4.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2017-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #30 from Commit Notification 
 ---
Chris Sherlock committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=437a5d7c72547f6f17b4ffecd51e76a2487de99e

tdf#75280: convert sal_uIntPtr to sal_uInt32 for ErrorInfo member

It will be available in 5.4.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2016-12-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #29 from Commit Notification 
 ---
Gaurav Dhingra committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=c52745f8a3743841a4de030928c61d22063dd8ec

tdf#75280 Convert few inappropriate use of sal_uIntPtr to better integer types

It will be available in 5.4.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2016-12-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.2.0 target:5.3.0   |target:5.2.0 target:5.3.0
   ||target:5.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2016-10-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #28 from Commit Notification 
 ---
Hieronymous committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=39851c7f780e548d494a9ef8bdf256b32a631f00

tdf#75280 Clean up usage of sal_uIntPtr.

It will be available in 5.3.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2016-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #27 from jan iversen  ---
(In reply to Sudarshan K from comment #26)
> A general question,
> 1. How do I decide which one to replace sal_uIntPtr with ? That is, how do I
> decide to use 16/32/64 bit invariant of sal_uInt ? Any tests I should run
> etc ?
> 2. Also according to
> https://bugs.documentfoundation.org/show_bug.cgi?id=75280#c5, Comment 5, How
> do I decide where sal_uIntPtr and where sal_uInt variants are used ?
that is the challenge in this easyhack, read the first comment it explains it
quite good.

also take a look at some of the commits already done.
> 
> Cliffnotes: How to decide when to use sal_uInt and if it is to be used,
> which variant (16/32/64 etc) to be used ?
look at the usage of the variable, some places are easy others are quite
complicated.


> 

> Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2016-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

--- Comment #26 from Sudarshan K  ---
A general question,
1. How do I decide which one to replace sal_uIntPtr with ? That is, how do I
decide to use 16/32/64 bit invariant of sal_uInt ? Any tests I should run etc ?
2. Also according to
https://bugs.documentfoundation.org/show_bug.cgi?id=75280#c5, Comment 5, How do
I decide where sal_uIntPtr and where sal_uInt variants are used ?

Cliffnotes: How to decide when to use sal_uInt and if it is to be used, which
variant (16/32/64 etc) to be used ?

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2016-07-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

jan iversen  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2016-07-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Marian Scerbak  changed:

   What|Removed |Added

   Assignee|devel.marian.scerbak@gmail. |libreoffice-b...@lists.free
   |com |desktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2016-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

Marian Scerbak  changed:

   What|Removed |Added

 CC||devel.marian.scerbak@gmail.
   ||com
   Assignee|libreoffice-b...@lists.free |devel.marian.scerbak@gmail.
   |desktop.org |com

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75280] Convert inappropriate use of sal_uIntPtr to better integer types

2016-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75280

David Tardon  changed:

   What|Removed |Added

Summary|[Easyhack] Convert  |Convert inappropriate use
   |inappropriate use of|of sal_uIntPtr to better
   |sal_uIntPtr to better   |integer types
   |integer types   |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs