Lines Matching refs:pRects
38 pRects( NULL ) in ScInvertMerger()
45 pRects( pRectangles ) in ScInvertMerger()
62 if ( pRects ) in Flush()
69 while ( nComparePos < pRects->size() ) in Flush()
71 Rectangle aCompRect = (*pRects)[nComparePos]; in Flush()
75 while ( nOtherPos < pRects->size() ) in Flush()
77 Rectangle aOtherRect = (*pRects)[nOtherPos]; in Flush()
90 (*pRects)[nComparePos].Bottom() = nBottom; in Flush()
93 pRects->erase( pRects->begin() + nOtherPos ); in Flush()
113 else if ( pRects ) in FlushTotal()
114 pRects->push_back( aTotalRect ); in FlushTotal()