Lines Matching refs:mpWinList
60 mpWinList = new List; in WindowArrange()
67 delete mpWinList; in ~WindowArrange()
102 sal_uInt16 nCount = (sal_uInt16)mpWinList->Count(); in ImplTile()
143 pWindow = (Window*)mpWinList->First(); in ImplTile()
174 pWindow = (Window*)mpWinList->Next(); in ImplTile()
191 long nCount = (long)mpWinList->Count(); in ImplHorz()
205 pWindow = (Window*)mpWinList->First(); in ImplHorz()
217 pWindow = (Window*)mpWinList->Next(); in ImplHorz()
225 long nCount = (long)mpWinList->Count(); in ImplVert()
239 pWindow = (Window*)mpWinList->First(); in ImplVert()
251 pWindow = (Window*)mpWinList->Next(); in ImplVert()
284 pTempWindow = (Window*)mpWinList->First(); in ImplCascade()
312 pWindow = (Window*)mpWinList->First(); in ImplCascade()
346 pWindow = (Window*)mpWinList->Next(); in ImplCascade()
354 if ( !mpWinList->Count() ) in Arrange()