Home
last modified time | relevance | path

Searched refs:pRectAry (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/vcl/source/app/
H A Ddbggui.cxx1426 Rectangle* pRectAry = (Rectangle*)new long[(sizeof(Rectangle)*nChildCount)/sizeof(long)]; in DbgDialogTest() local
1428 memset( pRectAry, 0, sizeof(Rectangle)*nChildCount ); in DbgDialogTest()
1762 if ( ((pRectAry[j].Right() != 0) || (pRectAry[j].Bottom() != 0)) && in DbgDialogTest()
1763 aChildRect.IsOver( pRectAry[j] ) ) in DbgDialogTest()
1770 pRectAry[i] = aChildRect; in DbgDialogTest()
1779 delete [] pRectAry; in DbgDialogTest()

Completed in 318 milliseconds