Lines Matching defs:nIndex
96 void setElement(sal_uInt32 nIndex, const B2DPolyRange::ElementType& rElement ) in setElement()
103 void setElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient ) in setElement()
110 …void insertElement(sal_uInt32 nIndex, const B2DPolyRange::ElementType& rElement, sal_uInt32 nCount) in insertElement()
117 …void insertElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient, sal_uIn… in insertElement()
138 void insertPolyRange(sal_uInt32 nIndex, const ImplB2DPolyRange& rPolyRange) in insertPolyRange()
156 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
314 void B2DPolyRange::setElement(sal_uInt32 nIndex, const ElementType& rElement ) in setElement()
319 …void B2DPolyRange::setElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrie… in setElement()
324 …void B2DPolyRange::insertElement(sal_uInt32 nIndex, const ElementType& rElement, sal_uInt32 nCount) in insertElement()
329 …void B2DPolyRange::insertElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eO… in insertElement()
344 void B2DPolyRange::insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange& rRange) in insertPolyRange()
354 void B2DPolyRange::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()