Lines Matching refs:pPageEntry
1038 SvLBoxEntry* pPageEntry = NULL; in RequestingChilds() local
1058 pPageEntry = InsertEntry( pPage->GetName(), in RequestingChilds()
1066 SetExpandedEntryBmp( pPageEntry, aImgPageH, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()
1067 SetCollapsedEntryBmp( pPageEntry, aImgPageH, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()
1079 SvLBoxEntry* pNewEntry = InsertEntry(aStr, maImgOle, maImgOle, pPageEntry); in RequestingChilds()
1087 SvLBoxEntry* pNewEntry = InsertEntry(aStr, maImgGraphic, maImgGraphic, pPageEntry); in RequestingChilds()
1094 SvLBoxEntry* pNewEntry = InsertEntry(aStr, aImgObjects, aImgObjects, pPageEntry); in RequestingChilds()
1101 if( pPageEntry->HasChilds() ) in RequestingChilds()
1103 SetExpandedEntryBmp( pPageEntry, aImgPageObjs ); in RequestingChilds()
1104 SetCollapsedEntryBmp( pPageEntry, aImgPageObjs ); in RequestingChilds()
1105 SetExpandedEntryBmp( pPageEntry, aImgPageObjsH, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()
1106 SetCollapsedEntryBmp( pPageEntry, aImgPageObjsH, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()