Lines Matching refs:nPos

190 		sal_uInt16 nPos;  in IMPL_LINK()  local
191 SvBaseLink* pLink = GetSelEntry( &nPos ); in IMPL_LINK()
242 sal_uInt16 nPos; in IMPL_LINK_INLINE_END() local
243 SvBaseLink* pLink = GetSelEntry( &nPos ); in IMPL_LINK_INLINE_END()
246 SetType( *pLink, nPos, LINKUPDATE_ALWAYS ); in IMPL_LINK_INLINE_END()
255 sal_uInt16 nPos; in IMPL_LINK_INLINE_END() local
256 SvBaseLink* pLink = GetSelEntry( &nPos ); in IMPL_LINK_INLINE_END()
259 SetType( *pLink, nPos, LINKUPDATE_ONCALL ); in IMPL_LINK_INLINE_END()
398 sal_uInt16 nPos; in IMPL_LINK() local
399 SvBaseLink* pLink = GetSelEntry( &nPos ); in IMPL_LINK()
413 sal_uInt16 nPos; in IMPL_LINK() local
414 SvBaseLinkRef xLink = GetSelEntry( &nPos ); in IMPL_LINK()
422 Links().GetModel()->Remove( Links().GetEntry( nPos ) ); in IMPL_LINK()
440 SvLBoxEntry* pEntry = Links().GetEntry( nPos ? --nPos : 0 ); in IMPL_LINK()
506 for( sal_uLong nPos = Links().GetEntryCount(); nPos; ) in IMPL_LINK() local
508 SvLBoxEntry* pBox = Links().GetEntry( --nPos ); in IMPL_LINK()
524 sal_uInt16 nPos; in IMPL_LINK() local
525 GetSelEntry( &nPos ); in IMPL_LINK()
545 Links().GetModel()->Remove( Links().GetEntry( nPos ) ); in IMPL_LINK()
547 InsertEntry( *_pLink, nPos, sal_True ); in IMPL_LINK()
623 void SvBaseLinksDlg::InsertEntry( const SvBaseLink& rLink, sal_uInt16 nPos, sal_Bool bSelect ) in InsertEntry() argument
655 SvLBoxEntry * pE = Links().InsertEntryToColumn( aEntry, nPos ); in InsertEntry()
664 sal_uInt16 nPos; in GetSelEntry() local
666 ( nPos = (sal_uInt16)Links().GetModel()->GetAbsPos( pE ) ) ) in GetSelEntry()
671 *pPos = nPos; in GetSelEntry()