Home
last modified time | relevance | path

Searched refs:pFirstChild (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx125 GIFLZWCTreeNode* pFirstChild; // erster Sohn member
169 pTable[i].pBrother = pTable[i].pFirstChild = NULL; in StartCompression()
198 for( p=pPrefix->pFirstChild; p!=NULL; p=p->pBrother ) in Compress()
215 pTable[i].pFirstChild=NULL; in Compress()
226 p->pBrother=pPrefix->pFirstChild; in Compress()
227 pPrefix->pFirstChild=p; in Compress()
229 p->pFirstChild=NULL; in Compress()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx99 PSLZWCTreeNode* pFirstChild; // erster Sohn member
2645 pTable[ i ].pBrother = pTable[ i ].pFirstChild = NULL; in StartCompression()
2667 for( p = pPrefix->pFirstChild; p != NULL; p = p->pBrother ) in Compress()
2684 pTable[ i ].pFirstChild = NULL; in Compress()
2695 p->pBrother = pPrefix->pFirstChild; in Compress()
2696 pPrefix->pFirstChild = p; in Compress()
2698 p->pFirstChild = NULL; in Compress()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx60 TIFFLZWCTreeNode* pFirstChild; // erster Sohn member
531 pTable[ i ].pBrother = pTable[ i ].pFirstChild = NULL; in StartCompression()
554 for( p = pPrefix->pFirstChild; p != NULL; p = p->pBrother ) in Compress()
571 pTable[ i ].pFirstChild = NULL; in Compress()
582 p->pBrother = pPrefix->pFirstChild; in Compress()
583 pPrefix->pFirstChild = p; in Compress()
585 p->pFirstChild = NULL; in Compress()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx625 Window* pFirstChild = pPage->ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in ImplChangeTabPage() local
626 if ( pFirstChild ) in ImplChangeTabPage()
627 pFirstChild->ImplControlFocus( GETFOCUS_INIT ); in ImplChangeTabPage()
/trunk/main/vcl/source/window/
H A Dwindow.cxx5384 Window* pFirstChild = ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in Notify() local
5385 if ( pFirstChild ) in Notify()
5386 pFirstChild->ImplControlFocus(); in Notify()

Completed in 65 milliseconds