Home
last modified time | relevance | path

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

/AOO42X/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx531 const sal_uInt32 nTempCount(aTemp.count()); in createAreaGeometryForEdge() local
533 if(nTempCount) in createAreaGeometryForEdge()
535 if(nTempCount > 1) in createAreaGeometryForEdge()
539 for (sal_uInt32 a(0); a < nTempCount; a++) in createAreaGeometryForEdge()
/AOO42X/main/tools/source/memtools/
H A Dtable.cxx120 sal_uInt16 nTempCount = (sal_uInt16)nCount * 2; in Insert() local
130 if ( n < nTempCount ) in Insert()