Home
last modified time | relevance | path

Searched refs:nPointIndex (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx208 sal_Int32 nPointIndex, in getPoints() argument
251 if( nPointIndex < 0 || nPointIndex >= static_cast<sal_Int32>(rPoly.count()) ) in getPoint()
268 if( nPointIndex < 0 || nPointIndex >= static_cast<sal_Int32>(aPoly.count()) ) in setPoint()
271 aPoly.setB2DPoint( nPointIndex, in setPoint()
279 sal_Int32 nPointIndex, in getBezierSegments() argument
322 if( nPointIndex < 0 || nPointIndex >= static_cast<sal_Int32>(nPointCount) ) in getBezierSegment()
349 if( nPointIndex < 0 || nPointIndex >= static_cast<sal_Int32>(nPointCount) ) in setBezierSegment()
352 aPoly.setB2DPoint( nPointIndex, in setBezierSegment()
366 sal_Int32 nPointIndex, in getSubsetPolyPolygon() argument
376 !nPointIndex && in getSubsetPolyPolygon()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx127 if( nPointIndex >= aData.getLength() ) in lcl_getDataPointValueText()
140 aData[nPointIndex]>>= fValue; in lcl_getDataPointValueText()
146 aData[nPointIndex]>>= fValue; in lcl_getDataPointValueText()
152 aData[nPointIndex]>>= fValue; in lcl_getDataPointValueText()
158 aData[nPointIndex]>>= fValue; in lcl_getDataPointValueText()
164 aData[nPointIndex]>>= fValue; in lcl_getDataPointValueText()
170 aData[nPointIndex]>>= fValue; in lcl_getDataPointValueText()
176 aData[nPointIndex]>>= fValue; in lcl_getDataPointValueText()
521 sal_Int32 nPointIndex( ObjectIdentifier::getParticleID(rObjectCID).toInt32() ); in getHelpText() local
712 sal_Int32 nPointIndex( ObjectIdentifier::getParticleID(rObjectCID).toInt32() ); in getSelectedObjectText() local
[all …]
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx302 sal_Int32 nPointIndex = 0; in doSortByXValues() local
303 for( nPointIndex=0; nPointIndex < m_nPointCount; nPointIndex++ ) in doSortByXValues()
306 …aSinglePoint.push_back( (nPointIndex < m_aValues_X.Doubles.getLength()) ? m_aValues_X.Doubles[nPoi… in doSortByXValues()
307 …aSinglePoint.push_back( (nPointIndex < m_aValues_Y.Doubles.getLength()) ? m_aValues_Y.Doubles[nPoi… in doSortByXValues()
318 for( nPointIndex=0; nPointIndex < m_nPointCount; nPointIndex++ ) in doSortByXValues()
320 m_aValues_X.Doubles[nPointIndex]=aTmp[nPointIndex][0]; in doSortByXValues()
321 m_aValues_Y.Doubles[nPointIndex]=aTmp[nPointIndex][1]; in doSortByXValues()
544 bool VDataSeries::hasExplicitNumberFormat( sal_Int32 nPointIndex, bool bForPercentage ) const in hasExplicitNumberFormat() argument
548 uno::Reference< beans::XPropertySet > xPointProp( this->getPropertiesOfPoint( nPointIndex )); in hasExplicitNumberFormat()
554 sal_Int32 VDataSeries::getExplicitNumberFormat( sal_Int32 nPointIndex, bool bForPercentage ) const in getExplicitNumberFormat() argument
[all …]
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx394 sal_Int32 nPointIndex=0; in createShapes() local
396 for( nPointIndex = 0; nPointIndex < nPointCount; nPointIndex++ ) in createShapes()
398 double fY = pSeries->getYValue( nPointIndex ); in createShapes()
411 for( nPointIndex = 0; nPointIndex < nPointCount; nPointIndex++ ) in createShapes()
425 double fLogicYValue = fabs(pSeries->getYValue( nPointIndex )); in createShapes()
463 if(!pSeries->hasPointOwnColor(nPointIndex) && m_xColorScheme.is()) in createShapes()
467 m_xColorScheme->getColorByIndex( nPointIndex )); in createShapes()
479 if( pSeries->getDataPointLabelIfLabel(nPointIndex) ) in createShapes()
519 … aPieLabelInfo.xTextShape = this->createDataLabel( xTextTarget, *pSeries, nPointIndex in createShapes()
535 … , ObjectIdentifier::createPointCID( pSeries->getPointCID_Stub(), nPointIndex ) ); in createShapes()
[all …]
H A DBarChart.cxx468 for( sal_Int32 nPointIndex = nStartIndex; nPointIndex < nEndIndex; nPointIndex++ ) in createShapes() local
487 aXSlotIter->calculateYMinAndMaxForCategory( nPointIndex in createShapes()
530 aXSlotIter->calculateYMinAndMaxForCategory( nPointIndex in createShapes()
582 if(nPointIndex==nStartIndex)//do not create a regression line for each point in createShapes()
607 double fUnscaledLogicX = (*aSeriesIter)->getXValue( nPointIndex ); in createShapes()
617 double fLogicBarHeight = (*aSeriesIter)->getYValue( nPointIndex ); in createShapes()
721 if( !pSeries->isAttributedDataPoint(nPointIndex) in createShapes()
841 (*aSeriesIter)->getPointCID_Stub(),nPointIndex) ); in createShapes()
845 … createErrorBar_Y( aUnscaledLogicPosition, **aSeriesIter, nPointIndex, m_xLogicTarget, &fLogicX ); in createShapes()
849 if( (**aSeriesIter).getDataPointLabelIfLabel(nPointIndex) ) in createShapes()
[all …]
H A DVSeriesPlotter.cxx382 , sal_Int32 nPointIndex in getLabelTextForValue() argument
426 , sal_Int32 nPointIndex in createDataLabel() argument
511 if( nPointIndex >= 0 && nPointIndex < aCategories.getLength() ) in createDataLabel()
513 aText.append( aCategories[nPointIndex] ); in createDataLabel()
522 , nPointIndex, fValue, false /*bAsPercentage*/ ) ); in createDataLabel()
541 , nPointIndex, fValue, true /*bAsPercentage*/ ) ); in createDataLabel()
942 , rVDataSeries, nPointIndex in createErrorBar_Y()
2056 , sal_Int32 nPointIndex in createLegendSymbolForPoint() argument
2082 if( rSeries.isAttributedDataPoint( nPointIndex ) ) in createLegendSymbolForPoint()
2083 xPointSet.set( rSeries.getPropertiesOfPoint( nPointIndex )); in createLegendSymbolForPoint()
[all …]
/trunk/main/basegfx/inc/basegfx/tools/
H A Dunopolypolygon.hxx62 … ::sal_Int32 nPolygonIndex, ::sal_Int32 nNumberOfPolygons, ::sal_Int32 nPointIndex, ::sal_Int32 nN…
64 …:RealPoint2D SAL_CALL getPoint( ::sal_Int32 nPolygonIndex, ::sal_Int32 nPointIndex ) throw (::com:…
65 …::geometry::RealPoint2D& point, ::sal_Int32 nPolygonIndex, ::sal_Int32 nPointIndex ) throw (::com:…
68 … ::sal_Int32 nPolygonIndex, ::sal_Int32 nNumberOfPolygons, ::sal_Int32 nPointIndex, ::sal_Int32 nN…
70 …nt2D SAL_CALL getBezierSegment( ::sal_Int32 nPolygonIndex, ::sal_Int32 nPointIndex ) throw (::com:…
71 …ry::RealBezierSegment2D& point, ::sal_Int32 nPolygonIndex, ::sal_Int32 nPointIndex ) throw (::com:…
90 sal_Int32 nPointIndex,
/trunk/main/chart2/source/tools/
H A DColorPerPointHelper.cxx44 , sal_Int32 nPointIndex in hasPointOwnColor() argument
52 if( hasPointOwnProperties( xDataSeriesProperties, nPointIndex )) in hasPointOwnColor()
59 xPointState.set( xSeries->getDataPointByIndex( nPointIndex ), uno::UNO_QUERY ); in hasPointOwnColor()
73 , sal_Int32 nPointIndex ) in hasPointOwnProperties() argument
82 return ( ::std::find( pBegIt, pEndIt, nPointIndex ) != pEndIt ); in hasPointOwnProperties()
H A DCommonConverters.cxx195 …tPointFromPoly( const drawing::PolyPolygonShape3D& rPolygon, sal_Int32 nPointIndex, sal_Int32 nPol… in getPointFromPoly() argument
201 if(nPointIndex<rPolygon.SequenceX[nPolyIndex].getLength()) in getPointFromPoly()
203 aRet.PositionX = rPolygon.SequenceX[nPolyIndex][nPointIndex]; in getPointFromPoly()
204 aRet.PositionY = rPolygon.SequenceY[nPolyIndex][nPointIndex]; in getPointFromPoly()
205 aRet.PositionZ = rPolygon.SequenceZ[nPolyIndex][nPointIndex]; in getPointFromPoly()
H A DInternalDataProvider.cxx773 … sal_Int32 nPointIndex = aRange.copy( lcl_aCategoriesPointRangeNamePrefix.getLength() ).toInt32(); in getDataByRangeRepresentation() local
775 ? m_aInternalData.getComplexRowLabel( nPointIndex ) in getDataByRangeRepresentation()
776 : m_aInternalData.getComplexColumnLabel( nPointIndex ); in getDataByRangeRepresentation()
845 … sal_Int32 nPointIndex = aRange.copy( lcl_aCategoriesLevelRangeNamePrefix.getLength()).toInt32(); in setDataByRangeRepresentation() local
847 m_aInternalData.setComplexRowLabel( nPointIndex, aNewVector ); in setDataByRangeRepresentation()
849 m_aInternalData.setComplexColumnLabel( nPointIndex, aNewVector ); in setDataByRangeRepresentation()
H A DObjectIdentifier.cxx1332 sal_Int32 nPointIndex = -1; in getDataSeriesForCID() local
1333 lcl_parseSeriesIndices( nChartTypeIndex, nSeriesIndex, nPointIndex, rObjectCID ); in getDataSeriesForCID()
1385 sal_Int32 nPointIndex = -1; in getSeriesParticleFromCID() local
1386 lcl_parseSeriesIndices( nChartTypeIndex, nSeriesIndex, nPointIndex, rCID ); in getSeriesParticleFromCID()
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx413 void setSeriesStyleNameToPoint( const ::rtl::OUString& rStyleName, sal_Int32 nPointIndex ) in setSeriesStyleNameToPoint()
416 if( nPointIndex < static_cast<sal_Int32>(m_aSeriesStyles.size()) ) in setSeriesStyleNameToPoint()
417 m_aSeriesStyles[nPointIndex]=rStyleName; in setSeriesStyleNameToPoint()
420 void setPointStyleNameToPoint( const ::rtl::OUString& rStyleName, sal_Int32 nPointIndex ) in setPointStyleNameToPoint()
423 if( nPointIndex < static_cast<sal_Int32>(m_aPointStyles.size()) ) in setPointStyleNameToPoint()
424 m_aPointStyles[nPointIndex]=rStyleName; in setPointStyleNameToPoint()
435 sal_Int32 nPointIndex=0; in creatStyleList() local
441 , m_xSeries, nPointIndex, 1, *aPointIt, mnAttachedAxis ); in creatStyleList()
442 if( nPointIndex < static_cast<sal_Int32>(m_aSeriesStyles.size()) ) in creatStyleList()
444 aPointStyle.msSeriesStyleNameForDonuts = m_aSeriesStyles[nPointIndex]; in creatStyleList()
[all …]
H A Dtransporttypes.hxx203 , sal_Int32 nPointIndex in DataRowPointStyle()
210 m_nPointIndex( nPointIndex ), in DataRowPointStyle()
H A DSchXMLSeriesHelper.cxx262 , sal_Int32 nPointIndex in createOldAPIDataPointPropertySet() argument
281 aArguments[1]=uno::makeAny(nPointIndex); in createOldAPIDataPointPropertySet()
/trunk/main/chart2/source/controller/main/
H A DChartController_Properties.cxx219 sal_Int32 nPointIndex = -1; /*-1 for whole series*/ in createItemConverter() local
222 nPointIndex = aParticleID.toInt32(); in createItemConverter()
229 … if( !ColorPerPointHelper::hasPointOwnColor( xSeriesProp, nPointIndex, xObjectProperties ) ) in createItemConverter()
235 nSpecialFillColor = xColorScheme->getColorByIndex( nPointIndex ); in createItemConverter()
239 …vider::getExplicitNumberFormatKeyForDataLabel( xObjectProperties, xSeries, nPointIndex, xDiagram ); in createItemConverter()
543 sal_Int32 nPointIndex = ObjectIdentifier::getParticleID( rSelectedCID ).toInt32(); in lcl_getObjectCIDForCommand() local
544 if( nPointIndex>=0 ) in lcl_getObjectCIDForCommand()
553 return ObjectIdentifier::createPointCID( aLabelCID_Stub, nPointIndex ); in lcl_getObjectCIDForCommand()
/trunk/main/offapi/com/sun/star/rendering/
H A DXBezierPolyPolygon2D.idl72 @param nPointIndex
87 …ments( [in] long nPolygonIndex, [in] long nNumberOfPolygons, [in] long nPointIndex, [in] long nNum…
125 @param nPointIndex
136 …r::geometry::RealBezierSegment2D getBezierSegment( [in] long nPolygonIndex, [in] long nPointIndex )
157 @param nPointIndex
165 …m::sun::star::geometry::RealBezierSegment2D point, [in] long nPolygonIndex, [in] long nPointIndex )
H A DXLinePolyPolygon2D.idl62 @param nPointIndex
72 …oints( [in] long nPolygonIndex, [in] long nNumberOfPolygons, [in] long nPointIndex, [in] long nNum…
105 … ::com::sun::star::geometry::RealPoint2D getPoint( [in] long nPolygonIndex, [in] long nPointIndex )
113 …in] ::com::sun::star::geometry::RealPoint2D point, [in] long nPolygonIndex, [in] long nPointIndex )
/trunk/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx222 …tar::uno::Any getExplicitSymbol( const VDataSeries& rSeries, sal_Int32 nPointIndex=-1/*-1 for seri…
233 , sal_Int32 nPointIndex
334 , sal_Int32 nPointIndex
342 , sal_Int32 nPointIndex
376 , VDataSeries& rVDataSeries, sal_Int32 nPointIndex
H A DVDataSeries.hxx107 bool hasExplicitNumberFormat( sal_Int32 nPointIndex, bool bForPercentage ) const;
108 sal_Int32 getExplicitNumberFormat( sal_Int32 nPointIndex, bool bForPercentage ) const;
109 sal_Int32 detectNumberFormatKey( sal_Int32 nPointIndex ) const;
112 …sal_Int32 getLabelPlacement( sal_Int32 nPointIndex, const ::com::sun::star::uno::Reference< ::co…
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx195 xub_StrLen nPointIndex = pPoint->nContent.GetIndex();; in ExecLingu() local
209 DBG_ASSERT( pTxtNode && pTxtNode->GetTxt().Len() >= nPointIndex, in ExecLingu()
211 if (!pTxtNode || pTxtNode->GetTxt().Len() < nPointIndex) in ExecLingu()
212 nPointIndex = 0; in ExecLingu()
214 pWrtShell->GetCrsr()->GetPoint()->nContent.Assign( pTxtNode, nPointIndex ); in ExecLingu()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx595 nPointIndex( 0 ), in DXFBoundaryPathData()
646 if ( pP && ( nPointIndex < nPointCount ) ) in EvaluateGroup()
647 pP[ nPointIndex ].fx = rDGR.GetF(); in EvaluateGroup()
652 if ( pP && ( nPointIndex < nPointCount ) ) in EvaluateGroup()
653 pP[ nPointIndex++ ].fy = rDGR.GetF(); in EvaluateGroup()
/trunk/main/chart2/source/inc/
H A DColorPerPointHelper.hxx45 , sal_Int32 nPointIndex
55 , sal_Int32 nPointIndex );
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx627 const sal_uInt16 nPointIndex((sal_uInt16)pHandle->GetPointNum()); in movePathDrag() local
634 rMove[nPointIndex] = rOrig[nPointIndex] + aDelta; in movePathDrag()
637 if(nPointCount > 0 && !nPointIndex && bClosed) in movePathDrag()
648 if(nPointIndex > 0 && rOrig.IsControl(nPointIndex - 1)) in movePathDrag()
651 rMove[nPointIndex - 1] = rOrig[nPointIndex - 1] + aDelta; in movePathDrag()
655 if(nPointIndex + 1 < nPointCount && rOrig.IsControl(nPointIndex + 1)) in movePathDrag()
658 rMove[nPointIndex + 1] = rOrig[nPointIndex + 1] + aDelta; in movePathDrag()
/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx617 sal_uInt32 nPointIndex(aCurrPoly.count() + 1); in importFromSvgD() local
626 for(;nPointIndex + 1 < aCurrPoly.count(); nPointIndex++) in importFromSvgD()
628 … pHelpPointIndexSet->insert(PointIndex(nPolyIndex, nPointIndex)); in importFromSvgD()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygontools.hxx135 PointIndex(sal_uInt32 nPolygonIndex, sal_uInt32 nPointIndex) in PointIndex() argument
137 mnPointIndex(nPointIndex) in PointIndex()

Completed in 242 milliseconds

12