Home
last modified time | relevance | path

Searched refs:mpBoxList (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx148 ImplTBList* mpBoxList; member in ImplTBDragMgr
168 { mpBoxList->Insert( pBox ); } in Insert()
170 { mpBoxList->Remove( pBox ); } in Remove()
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()
[all …]

Completed in 48 milliseconds