Lines Matching refs:mpPrev

170 	mpPrev              = NULL;         // prev window  in WindowImpl()
1070 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = this; in ImplInsertWindow()
1078 mpWindowImpl->mpPrev = pParent->mpWindowImpl->mpLastChild; in ImplInsertWindow()
1083 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in ImplInsertWindow()
1107 if ( mpWindowImpl->mpPrev ) in ImplRemoveWindow()
1108 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplRemoveWindow()
1112 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplRemoveWindow()
1114 mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpLastOverlap = mpWindowImpl->mpPrev; in ImplRemoveWindow()
1118 if ( mpWindowImpl->mpPrev ) in ImplRemoveWindow()
1119 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplRemoveWindow()
1123 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplRemoveWindow()
1125 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in ImplRemoveWindow()
1128 mpWindowImpl->mpPrev = NULL; in ImplRemoveWindow()
3562 if ( mpWindowImpl->mpPrev ) in ImplToBottomChild()
3563 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplToBottomChild()
3566 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplToBottomChild()
3567 mpWindowImpl->mpPrev = mpWindowImpl->mpParent->mpWindowImpl->mpLastChild; in ImplToBottomChild()
3569 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in ImplToBottomChild()
3658 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplToTop()
3660 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplToTop()
3662 mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpLastOverlap = mpWindowImpl->mpPrev; in ImplToTop()
3691 mpWindowImpl->mpPrev = pNextWin->mpWindowImpl->mpPrev; in ImplToTop()
3692 pNextWin->mpWindowImpl->mpPrev = this; in ImplToTop()
3696 mpWindowImpl->mpPrev = mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpLastOverlap; in ImplToTop()
3699 if ( mpWindowImpl->mpPrev ) in ImplToTop()
3700 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in ImplToTop()
7119 if ( pRefWindow->mpWindowImpl->mpPrev == this ) in SetZOrder()
7124 if ( mpWindowImpl->mpPrev ) in SetZOrder()
7125 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in SetZOrder()
7129 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in SetZOrder()
7131 mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpLastOverlap = mpWindowImpl->mpPrev; in SetZOrder()
7132 if ( !pRefWindow->mpWindowImpl->mpPrev ) in SetZOrder()
7137 if ( mpWindowImpl->mpPrev ) in SetZOrder()
7138 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in SetZOrder()
7142 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in SetZOrder()
7144 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in SetZOrder()
7145 if ( !pRefWindow->mpWindowImpl->mpPrev ) in SetZOrder()
7149 mpWindowImpl->mpPrev = pRefWindow->mpWindowImpl->mpPrev; in SetZOrder()
7151 if ( mpWindowImpl->mpPrev ) in SetZOrder()
7152 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in SetZOrder()
7153 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = this; in SetZOrder()
7162 if ( mpWindowImpl->mpPrev ) in SetZOrder()
7163 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in SetZOrder()
7167 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in SetZOrder()
7169 mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpLastOverlap = mpWindowImpl->mpPrev; in SetZOrder()
7175 if ( mpWindowImpl->mpPrev ) in SetZOrder()
7176 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in SetZOrder()
7180 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in SetZOrder()
7182 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in SetZOrder()
7187 mpWindowImpl->mpPrev = pRefWindow; in SetZOrder()
7190 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = this; in SetZOrder()
7191 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in SetZOrder()
8293 return mpWindowImpl->mpPrev; in GetWindow()