Lines Matching refs:pNewEntry
377 SvLBoxEntry* pNewEntry = InsertEntry( sUIName, _pParentEntry ); in fillScriptList() local
381 SetExpandedEntryBmp( pNewEntry, aImage, BMP_COLOR_NORMAL ); in fillScriptList()
382 SetCollapsedEntryBmp( pNewEntry, aImage, BMP_COLOR_NORMAL ); in fillScriptList()
385 SetExpandedEntryBmp( pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST ); in fillScriptList()
386 SetCollapsedEntryBmp( pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST ); in fillScriptList()
390 pNewEntry->SetUserData( pInfo ); in fillScriptList()
399 pNewEntry->EnableChildsOnDemand( sal_True ); in fillScriptList()
412 pNewEntry->EnableChildsOnDemand( sal_True ); in fillScriptList()
576 SvLBoxEntry *pNewEntry = InsertEntry( aTitle, NULL ); in Init() local
577 pNewEntry->SetUserData( pInfo ); in Init()
578 pNewEntry->EnableChildsOnDemand( sal_True ); in Init()
861 SvLBoxEntry* pNewEntry = in GroupSelected() local
863 pFunctionListBox->SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in GroupSelected()
864 pFunctionListBox->SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in GroupSelected()
866 pFunctionListBox->SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in GroupSelected()
867 pFunctionListBox->SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in GroupSelected()
869 pNewEntry->SetUserData( _pGroupInfo ); in GroupSelected()