Lines Matching refs:sal_Int32

55     GridLinePoints( const PlottingPositionHelper* pPosHelper, sal_Int32 nDimensionIndex
61 sal_Int32 m_nDimensionIndex;
64 GridLinePoints::GridLinePoints( const PlottingPositionHelper* pPosHelper, sal_Int32 nDimensionIndex in GridLinePoints()
145 void addLine2D( drawing::PointSequenceSequence& rPoints, sal_Int32 nIndex in addLine2D()
154 rPoints[nIndex][0].X = static_cast<sal_Int32>(aPA.PositionX); in addLine2D()
155 rPoints[nIndex][0].Y = static_cast<sal_Int32>(aPA.PositionY); in addLine2D()
156 rPoints[nIndex][1].X = static_cast<sal_Int32>(aPB.PositionX); in addLine2D()
157 rPoints[nIndex][1].Y = static_cast<sal_Int32>(aPB.PositionY); in addLine2D()
160 void addLine3D( drawing::PolyPolygonShape3D& rPoints, sal_Int32 nIndex in addLine3D()
177 VCartesianGrid::VCartesianGrid( sal_Int32 nDimensionIndex, sal_Int32 nDimensionCount in VCartesianGrid()
199 for( sal_Int32 nN=0; nN < rGridPropertiesList.getLength(); nN++ ) in fillLinePropertiesFromGridModel()
243 sal_Int32 nLinePropertiesCount = aLinePropertiesList.size(); in createShapes()
244 for( sal_Int32 nDepth=0 in createShapes()
266 sal_Int32 nPointCount = (*aDepthIter).size(); in createShapes()
271 sal_Int32 nRealPointCount = 0; in createShapes()
285 sal_Int32 nOldHandleCount = aHandlesPoints[0].getLength(); in createShapes()
287 for( sal_Int32 nN = 0; nN<nRealPointCount; nN++) in createShapes()
302 sal_Int32 nPointCount = (*aDepthIter).size(); in createShapes()
310 sal_Int32 nRealPointCount = 0; in createShapes()
311 sal_Int32 nPolyIndex = 0; in createShapes()