Home
last modified time | relevance | path

Searched refs:mpLastChild (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dwindow.cxx167 mpLastChild = NULL; // last child window in WindowImpl()
1078 mpWindowImpl->mpPrev = pParent->mpWindowImpl->mpLastChild; in ImplInsertWindow()
1079 pParent->mpWindowImpl->mpLastChild = this; in ImplInsertWindow()
1125 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in ImplRemoveWindow()
3567 mpWindowImpl->mpPrev = mpWindowImpl->mpParent->mpWindowImpl->mpLastChild; in ImplToBottomChild()
3568 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = this; in ImplToBottomChild()
7107 pRefWindow = mpWindowImpl->mpParent->mpWindowImpl->mpLastChild; in SetZOrder()
7144 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in SetZOrder()
7182 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in SetZOrder()
7184 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = this; in SetZOrder()
[all …]
/trunk/main/vcl/inc/
H A Dwindow.h251 Window* mpLastChild; member in WindowImpl

Completed in 54 milliseconds