Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dinvmerge.cxx38 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()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dinvmerge.hxx37 ::std::vector< Rectangle >* pRects;
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx751 SvPtrarr* pRects, short nOffs ) in SelectRect() argument
753 pImp->SelectRect( rRect, bAdd, pRects, nOffs ); in SelectRect()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx187 void PaintSubsidiary( OutputDevice *pOut, const SwLineRects *pRects );
875 const SwLineRects *pRects ) in PaintSubsidiary() argument
928 if ( pRects && pRects->Count() ) in PaintSubsidiary()
929 RemoveSuperfluousSubsidiaryLines( *pRects ); in PaintSubsidiary()

Completed in 42 milliseconds