Lines Matching refs:pNewEntry
691 SvLBoxEntry *pNewEntry = InsertEntry( aTitle, NULL ); in Init() local
692 pNewEntry->SetUserData( pInfo ); in Init()
693 pNewEntry->EnableChildsOnDemand( sal_True ); in Init()
763 SvLBoxEntry* pNewEntry = in Init() local
765 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in Init()
766 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in Init()
768 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in Init()
769 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in Init()
771 pNewEntry->SetUserData( pInfo ); in Init()
783 pNewEntry->EnableChildsOnDemand( sal_True ); in Init()
1053 SvLBoxEntry* pNewEntry = in GroupSelected() local
1055 … pFunctionListBox->SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in GroupSelected()
1056 … pFunctionListBox->SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in GroupSelected()
1058 … pFunctionListBox->SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in GroupSelected()
1059 … pFunctionListBox->SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in GroupSelected()
1063 pNewEntry->SetUserData( pGrpInfo ); in GroupSelected()
1217 SvLBoxEntry* pNewEntry = in RequestingChilds() local
1219 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in RequestingChilds()
1220 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_NORMAL); in RequestingChilds()
1222 SetExpandedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in RequestingChilds()
1223 SetCollapsedEntryBmp(pNewEntry, aImage, BMP_COLOR_HIGHCONTRAST); in RequestingChilds()
1225 pNewEntry->SetUserData( pGrpInfo ); in RequestingChilds()
1237 pNewEntry->EnableChildsOnDemand( sal_True ); in RequestingChilds()