Home
last modified time | relevance | path

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

/AOO42X/main/basegfx/source/polygon/
H A Db3dpolygon.cxx262 typedef ::std::vector< ::basegfx::BColor > BColorDataVector; typedef in BColorArray
264 BColorDataVector maVector;
284 BColorDataVector::const_iterator aStart(rOriginal.maVector.begin()); in BColorArray()
286 BColorDataVector::const_iterator aEnd(aStart); in BColorArray()
355 BColorDataVector::iterator aIndex(maVector.begin()); in insert()
371 BColorDataVector::iterator aIndex(maVector.begin()); in insert()
373 BColorDataVector::const_iterator aStart(rSource.maVector.begin()); in insert()
374 BColorDataVector::const_iterator aEnd(rSource.maVector.end()); in insert()
389 const BColorDataVector::iterator aDeleteStart(maVector.begin() + nIndex); in remove()
390 const BColorDataVector::iterator aDeleteEnd(aDeleteStart + nCount); in remove()
[all …]