Home
last modified time | relevance | path

Searched refs:mpFirstChild (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx248 Window* pChild = ((Window*)this)->mpWindowImpl->mpFirstChild; in ImplUpdateFontData()
/trunk/main/vcl/source/window/
H A Dwindow.cxx1582 pWindow = mpWindowImpl->mpFirstChild; in ImplResetReallyVisible()
1625 pWindow = mpWindowImpl->mpFirstChild; in ImplSetReallyVisible()
1651 pWindow = mpWindowImpl->mpFirstChild; in ImplCallInitShow()
2197 if ( !mpWindowImpl->mpFirstChild ) in ImplInitWinChildClipRegion()
2352 pWindow = mpWindowImpl->mpFirstChild; in ImplCalcOverlapRegion()
2387 if ( !mpWindowImpl->mpFirstChild ) in ImplCallPaint()
2951 if ( !mpWindowImpl->mpFirstChild ) in ImplScroll()
3137 Window* pChild = mpWindowImpl->mpFirstChild; in ImplUpdateWindowPtr()
3149 Window* pChild = mpWindowImpl->mpFirstChild; in ImplUpdateWindowPtr()
4570 if ( mpWindowImpl->mpFirstChild ) in ~Window()
[all …]
H A Dwinproc.cxx2102 Window *pWin = pWindow->ImplGetWindowImpl()->mpFirstChild; in ImplHandleMenuEvent()
H A Dwindow4.cxx58 Window* pChild = mpWindowImpl->mpFirstChild; in ImplDeleteOwnedChildren()
158 Window* pChild = mpWindowImpl->mpFirstChild; in findWindow()
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx279 LZWCTreeNode* mpFirstChild; // first son member
323 mpTable[i].mpFirstChild = NULL; in LZWEncoder()
372 for (p = mpPrefix->mpFirstChild; p != NULL; p = p->mpBrother) in EncodeByte()
391 mpTable[i].mpFirstChild = NULL; in EncodeByte()
402 p->mpBrother = mpPrefix->mpFirstChild; in EncodeByte()
403 mpPrefix->mpFirstChild = p; in EncodeByte()
405 p->mpFirstChild = NULL; in EncodeByte()
/trunk/main/vcl/inc/
H A Dwindow.h250 Window* mpFirstChild; member in WindowImpl
/trunk/main/svx/workben/msview/
H A Dmsview.cxx157 Atom* mpFirstChild; member in Atom
234 return mpFirstChild; in findFirstChildAtom()
271 mpFirstChild( 0 ), in Atom()
304 if( mpFirstChild == NULL ) in Atom()
305 mpFirstChild = pAtom; in Atom()
318 Atom* pChild = mpFirstChild; in ~Atom()
364 Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom()
376 const Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom()
/trunk/main/sd/source/filter/ppt/
H A Dpptatom.hxx80 Atom* mpFirstChild; member in ppt::Atom
101 return mpFirstChild; in findFirstChildAtom()
H A Dpptatom.cxx37 , mpFirstChild( 0 ) in Atom()
66 if( mpFirstChild == NULL ) in Atom()
67 mpFirstChild = pAtom; in Atom()
80 Atom* pChild = mpFirstChild; in ~Atom()
108 Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom()

Completed in 97 milliseconds