Lines Matching refs:sal_uLong

814 sal_uLong SvLBox::Insert( SvLBoxEntry* pEntry, SvLBoxEntry* pParent, sal_uLong nPos )  in IMPL_LINK_INLINE_END()
817 sal_uLong nInsPos = pModel->Insert( pEntry, pParent, nPos ); in IMPL_LINK_INLINE_END()
821 sal_uLong SvLBox::Insert( SvLBoxEntry* pEntry,sal_uLong nRootPos ) in Insert()
824 sal_uLong nInsPos = pModel->Insert( pEntry, nRootPos ); in Insert()
924 sal_uLong& rNewChildPos) // Position in Childlist des Target-Parents in NotifyMoving()
931 sal_uLong& rNewChildPos) // Position in Childlist des Target-Parents in NotifyMoving()
967 sal_uLong& rNewChildPos) // Position in Childlist des Target-Parents in NotifyCopying()
1014 sal_Bool bClone = (sal_Bool)( (sal_uLong)(pSource->GetModel()) != (sal_uLong)GetModel() ); in CopySelection()
1034 sal_uLong nInsertionPos = LIST_APPEND; in CopySelection()
1040 sal_uLong nCloneCount = 0; in CopySelection()
1048 sal_uLong nListPos = pModel->Copy( (SvListEntry*)pSourceEntry, in CopySelection()
1077 sal_Bool bClone = (sal_Bool)( (sal_uLong)(pSource->GetModel()) != (sal_uLong)GetModel() ); in MoveSelectionCopyFallbackPossible()
1095 sal_uLong nInsertionPos = LIST_APPEND; in MoveSelectionCopyFallbackPossible()
1108 sal_uLong nCloneCount = 0; in MoveSelectionCopyFallbackPossible()
1244 sal_uLong SvLBox::SelectChilds( SvLBoxEntry* , sal_Bool ) in SelectChilds()
1287 sal_uLong i, nCount = GetLevelChildCount( pParentEntry ); in FillEntryPath()
1317 sal_uLong SvLBox::GetLevelChildCount( SvLBoxEntry* _pParent ) const in GetLevelChildCount()
1321 sal_uLong nCount = 0; in GetLevelChildCount()
1898 ((sal_uLong)(pDDTarget->GetModel())!=(sal_uLong)(this->GetModel()))) || in DragFinished()
1938 sal_uLong nVal = (sal_uLong)&rB; in AddBoxToDDList_Impl()
1944 sal_uLong nVal = (sal_uLong)&rB; in RemoveBoxFromDDList_Impl()
1950 sal_uLong nVal = (sal_uLong)pThis; in IMPL_STATIC_LINK()