Lines Matching refs:pCurEntry

353     SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry();  in CreateMacro()  local
354 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in CreateMacro()
422 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in CheckButtons() local
423 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in CheckButtons()
429 sal_uInt16 nDepth = pCurEntry ? aBasicBox.GetModel()->GetDepth( pCurEntry ) : 0; in CheckButtons()
464 bool bProtected = aBasicBox.IsEntryProtected( pCurEntry ); in CheckButtons()
609 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK() local
610 if ( pCurEntry ) in IMPL_LINK()
612 sal_uInt16 nDepth = aBasicBox.GetModel()->GetDepth( pCurEntry ); in IMPL_LINK()
613 if ( ( nDepth == 1 ) && ( aBasicBox.IsEntryProtected( pCurEntry ) ) ) in IMPL_LINK()
616 SvLBoxEntry* pManagerEntry = aBasicBox.GetModel()->GetParent( pCurEntry ); in IMPL_LINK()
617 pCurEntry = aBasicBox.GetModel()->FirstChild( pManagerEntry ); in IMPL_LINK()
621 SvLBoxEntry* pNewEntry = pCurEntry; in IMPL_LINK()
622 while ( pCurEntry && ( nDepth < 2 ) ) in IMPL_LINK()
624 pCurEntry = aBasicBox.FirstChild( pCurEntry ); in IMPL_LINK()
625 if ( pCurEntry ) in IMPL_LINK()
627 pNewEntry = pCurEntry; in IMPL_LINK()
628 nDepth = aBasicBox.GetModel()->GetDepth( pCurEntry ); in IMPL_LINK()
713 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK() local
714 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
799 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK() local
800 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
821 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK() local
822 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
828 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK() local
829 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()