Lines Matching refs:pCurEntry
622 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in CheckButtons() local
623 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in CheckButtons()
630 sal_uInt16 nDepth = pCurEntry ? aBasicBox.GetModel()->GetDepth( pCurEntry ) : 0; in CheckButtons()
697 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK() local
698 DBG_ASSERT( pCurEntry, "Entry?!" ); in IMPL_LINK()
699 if ( aBasicBox.GetModel()->GetDepth( pCurEntry ) >= 2 ) in IMPL_LINK()
701 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
718 DBG_ASSERT( aBasicBox.GetModel()->GetDepth( pCurEntry ) == 1, "Kein LibEntry?!" ); in IMPL_LINK()
720 SvLBoxEntry* pParentEntry = aBasicBox.GetParent( pCurEntry ); in IMPL_LINK()
728 String aLibName( aBasicBox.GetEntryText( pCurEntry ) ); in IMPL_LINK()
753 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in GetSelection() local
754 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in GetSelection()
884 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in DeleteCurrent() local
885 DBG_ASSERT( pCurEntry, "Kein aktueller Eintrag!" ); in DeleteCurrent()
886 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in DeleteCurrent()
898 aBasicBox.GetModel()->Remove( pCurEntry ); in DeleteCurrent()