Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1910 ScfPropertySet lclGetPointPropSet( Reference< XDataSeries > xDataSeries, sal_uInt16 nPointIdx ) in lclGetPointPropSet() argument
2004 …for( sal_uInt16 nPointIdx = 0, nPointCount = mxValueLink->GetCellCount(); nPointIdx < nPointCount;… in CreateDataSeries() local
2006 ScfPropertySet aPointProp = lclGetPointPropSet( xDataSeries, nPointIdx ); in CreateDataSeries()
2079 xDataFmt->SetPointPos( XclChDataPointPos( mnSeriesIdx, nPointIdx ), nFormatIdx ); in CreateDataFormat()
2083 XclImpChDataFormatRef* XclImpChSeries::GetDataFormatRef( sal_uInt16 nPointIdx ) in GetDataFormatRef() argument
2085 if( nPointIdx == EXC_CHDATAFORMAT_ALLPOINTS ) in GetDataFormatRef()
2087 if( nPointIdx < EXC_CHDATAFORMAT_MAXPOINTCOUNT ) in GetDataFormatRef()
2088 return &maPointFmts[ nPointIdx ]; in GetDataFormatRef()
2092 XclImpChTextRef* XclImpChSeries::GetDataLabelRef( sal_uInt16 nPointIdx ) in GetDataLabelRef() argument
2094 if( (nPointIdx == EXC_CHDATAFORMAT_ALLPOINTS) || (nPointIdx < EXC_CHDATAFORMAT_MAXPOINTCOUNT) ) in GetDataLabelRef()
[all …]
H A Dxechart.cxx1820 ScfPropertySet lclGetPointPropSet( Reference< XDataSeries > xDataSeries, sal_Int32 nPointIdx ) in lclGetPointPropSet() argument
1825 aPropSet.Set( xDataSeries->getDataPointByIndex( nPointIdx ) ); in lclGetPointPropSet()
1934 for( sal_Int32 nPointIdx = 0; nPointIdx < nMaxPointCount; ++nPointIdx ) in ConvertDataSeries() local
1936 aPointPos.mnPointIdx = static_cast< sal_uInt16 >( nPointIdx ); in ConvertDataSeries()
1937 … ScfPropertySet aPointProp = lclGetPointPropSet( xDataSeries, nPointIdx ); in ConvertDataSeries()
1944 … aPointProp.SetProperty( aColorName, xColorScheme->getColorByIndex( nPointIdx ) ); in ConvertDataSeries()
H A Dxlchart.cxx82 XclChDataPointPos::XclChDataPointPos( sal_uInt16 nSeriesIdx, sal_uInt16 nPointIdx ) : in XclChDataPointPos() argument
84 mnPointIdx( nPointIdx ) in XclChDataPointPos()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx466 for( int nPointIdx = 0, nPrevIdx = 0;; nPrevIdx = nPointIdx++ ) in AddPolygonToPath() local
468 int nClosedIdx = nPointIdx; in AddPolygonToPath()
469 if( nPointIdx >= nPointCount ) in AddPolygonToPath()
472 if( bClosePath && (nPointIdx == nPointCount) ) in AddPolygonToPath()
490 if( !nPointIdx ) { // first point => just move there in AddPolygonToPath()
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx861 XclImpChDataFormatRef CreateDataFormat( sal_uInt16 nPointIdx, sal_uInt16 nFormatIdx );
863 XclImpChDataFormatRef* GetDataFormatRef( sal_uInt16 nPointIdx );
865 XclImpChTextRef* GetDataLabelRef( sal_uInt16 nPointIdx );
H A Dxlchart.hxx775 sal_uInt16 nPointIdx = EXC_CHDATAFORMAT_ALLPOINTS );

Completed in 89 milliseconds