Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx619 Window *pTopmostParent = this; in IMPL_LINK() local
620 while(pTopmostParent->GetParent()) in IMPL_LINK()
621 pTopmostParent = pTopmostParent->GetParent(); in IMPL_LINK()
622 ::Rectangle aRect(GetClientWindowExtentsRelative(pTopmostParent)); in IMPL_LINK()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx1432 Window *pTopmostParent = this; in ImplGetTopmostFrameWindow() local
1433 while( pTopmostParent->ImplGetParent() ) in ImplGetTopmostFrameWindow()
1434 pTopmostParent = pTopmostParent->ImplGetParent(); in ImplGetTopmostFrameWindow()
1435 return pTopmostParent->mpWindowImpl->mpFrameWindow; in ImplGetTopmostFrameWindow()

Completed in 38 milliseconds