Lines Matching refs:mpBoxList
148 ImplTBList* mpBoxList; member in ImplTBDragMgr
168 { mpBoxList->Insert( pBox ); } in Insert()
170 { mpBoxList->Remove( pBox ); } in Remove()
172 { return mpBoxList->Count(); } in Count()
1244 mpBoxList = new ImplTBList( 4, 4 ); in ImplTBDragMgr()
1261 delete mpBoxList; in ~ImplTBDragMgr()
1268 ToolBox* pBox = mpBoxList->First(); in FindToolBox()
1290 pBox = mpBoxList->Next(); in FindToolBox()
1492 ToolBox* pBox = mpBoxList->First(); in StartCustomizeMode()
1496 pBox = mpBoxList->Next(); in StartCustomizeMode()
1506 ToolBox* pBox = mpBoxList->First(); in EndCustomizeMode()
1510 pBox = mpBoxList->Next(); in EndCustomizeMode()