Lines Matching refs:pCurEntry
648 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in IMPL_LINK_INLINE_END() local
649 DBG_ASSERT( pCurEntry, "Entry?!" ); in IMPL_LINK_INLINE_END()
650 String aLibName( aLibBox.GetEntryText( pCurEntry, 0 ) ); in IMPL_LINK_INLINE_END()
678 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in IMPL_LINK_INLINE_END() local
679 String aLibName( aLibBox.GetEntryText( pCurEntry, 0 ) ); in IMPL_LINK_INLINE_END()
724 sal_uLong nPos = (sal_uLong)aLibBox.GetModel()->GetAbsPos( pCurEntry ); in IMPL_LINK_INLINE_END()
725 aLibBox.GetModel()->Remove( pCurEntry ); in IMPL_LINK_INLINE_END()
746 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in IMPL_LINK_INLINE_START() local
747 ::rtl::OUString aOULibName( aLibBox.GetEntryText( pCurEntry, 0 ) ); in IMPL_LINK_INLINE_START()
1168 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in Export() local
1169 String aLibName( aLibBox.GetEntryText( pCurEntry, 0 ) ); in Export()
1445 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in DeleteCurrent() local
1446 String aLibName( aLibBox.GetEntryText( pCurEntry, 0 ) ); in DeleteCurrent()
1479 ((SvLBox&)aLibBox).GetModel()->Remove( pCurEntry ); in DeleteCurrent()