Lines Matching refs:nActive
226 const sal_Int32 nActive = getSelIndex(); in RecalcAll() local
228 if ( nActive != EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in RecalcAll()
230 SetButtonStatus( GetEntryData( nActive) ); in RecalcAll()
241 if ( nActive != EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in RecalcAll()
242 SetButtonPos( GetEntryRect( nActive ) ); in RecalcAll()
492 const sal_Int32 nActive = getSelIndex(); in IMPL_LINK() local
494 if ( nActive != EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
500 OUString sExtensionId = GetEntryData( nActive )->m_xPackage->getIdentifier().Value; in IMPL_LINK()
515 const sal_Int32 nActive = getSelIndex(); in IMPL_LINK() local
517 if ( nActive != EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
519 TEntry_Impl pEntry = GetEntryData( nActive ); in IMPL_LINK()
536 const sal_Int32 nActive = getSelIndex(); in IMPL_LINK() local
538 if ( nActive != EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
540 TEntry_Impl pEntry = GetEntryData( nActive ); in IMPL_LINK()