Lines Matching refs:GetProperty

415     rPropSet.GetProperty( nApiRot, EXC_CHPROP_STARTINGANGLE );  in ConvertPieRotation()
1069 …if( bPercent ? rPropSet.GetProperty( nApiNumFmt, EXC_CHPROP_PERCENTAGENUMFMT ) : rPropSet.GetPrope… in ConvertNumFmt()
1281 if( !rPropSet.GetProperty( aPointLabel, EXC_CHPROP_LABEL ) ) in ConvertDataLabel()
1327 if( rPropSet.GetProperty( nPlacement, EXC_CHPROP_LABELPLACEMENT ) ) in ConvertDataLabel()
1533 if( rPropSet.GetProperty( fApiDist, EXC_CHPROP_OFFSET ) ) in Convert()
1547 if( rPropSet.GetProperty( nApiType, EXC_CHPROP_GEOMETRY3D ) ) in Convert()
1747 bool bOk = rPropSet.GetProperty( nBarStyle, EXC_CHPROP_ERRORBARSTYLE ); in Convert()
1754 rPropSet.GetProperty( maData.mfValue, EXC_CHPROP_POSITIVEERROR ); in Convert()
1758 rPropSet.GetProperty( maData.mfValue, EXC_CHPROP_POSITIVEERROR ); in Convert()
1762 rPropSet.GetProperty( maData.mfValue, EXC_CHPROP_WEIGHT ); in Convert()
1786 … if( aValueProp.GetProperty( aCurrRole, EXC_CHPROP_ROLE ) && (aCurrRole == aRole) ) in Convert()
1869 if( aValueProp.GetProperty( aRole, EXC_CHPROP_ROLE ) ) in ConvertDataSeries()
1940 if( aPointProp.GetProperty( eFillStyle, aFillStyleName ) && in ConvertDataSeries()
1952 …if( aSeriesProp.GetProperty( aPointIndexes, EXC_CHPROP_ATTRIBDATAPOINTS ) && aPointIndexes.hasElem… in ConvertDataSeries()
1989 if( aValueProp.GetProperty( aRole, EXC_CHPROP_ROLE ) && (aRole == rValueRole) ) in ConvertStockSeries()
2094 if( rPropSet.GetProperty( xErrorBar, rBarPropName ) && xErrorBar.is() ) in CreateErrorBars()
2145 …if( aTypeProp.GetProperty( aInt32Seq, EXC_CHPROP_OVERLAPSEQ ) && (nApiAxesSetIdx < aInt32Seq.getLe… in Convert()
2148 …if( aTypeProp.GetProperty( aInt32Seq, EXC_CHPROP_GAPWIDTHSEQ ) && (nApiAxesSetIdx < aInt32Seq.getL… in Convert()
2234 rPropSet.GetProperty( nRotationY, EXC_CHPROP_ROTATIONVERTICAL ); in Convert()
2236 rPropSet.GetProperty( nRotationX, EXC_CHPROP_ROTATIONHORIZONTAL ); in Convert()
2238 rPropSet.GetProperty( nPerspective, EXC_CHPROP_PERSPECTIVE ); in Convert()
2299 rPropSet.GetProperty( eApiExpand, EXC_CHPROP_EXPANSION ); in Convert()
2345 rPropSet.GetProperty( eApiPos, EXC_CHPROP_ANCHORPOSITION ); in Convert()
2425 bool bSpline = aTypeProp.GetProperty( eCurveStyle, EXC_CHPROP_CURVESTYLE ) && in ConvertType()
2458 …if( aSeriesProp.GetProperty( nSeriesAxesSetIdx, EXC_CHPROP_ATTAXISINDEX ) && (nSeriesAxesSetIdx ==… in ConvertSeries()
2468 if( !aSeriesProp.GetProperty( eStacking, EXC_CHPROP_STACKINGDIR ) ) in ConvertSeries()
2578 aTypeProp.GetProperty( xWhitePropSet, EXC_CHPROP_WHITEDAY ); in CreateAllStockSeries()
2583 aTypeProp.GetProperty( xBlackPropSet, EXC_CHPROP_BLACKDAY ); in CreateAllStockSeries()
2629 if( rChart1Axis.GetProperty( aTimeIncrement, EXC_CHPROP_EXPTIMEINCREMENT ) ) in Convert()
2674 rPropSet.GetProperty( eAxisPos, EXC_CHPROP_CROSSOVERPOSITION ); in ConvertAxisPosition()
2676 rPropSet.GetProperty( fCrossingPos, EXC_CHPROP_CROSSOVERVALUE ); in ConvertAxisPosition()
2773 …if( rPropSet.GetProperty( eAxisPos, EXC_CHPROP_CROSSOVERPOSITION ) && rPropSet.GetProperty( fCross… in ConvertAxisPosition()
2830 if( rPropSet.GetProperty( nApiTickmarks, EXC_CHPROP_MAJORTICKS ) ) in Convert()
2832 if( rPropSet.GetProperty( nApiTickmarks, EXC_CHPROP_MINORTICKS ) ) in Convert()
2855 rPropSet.GetProperty( eApiLabelPos, EXC_CHPROP_LABELPOSITION ); in Convert()
3011 if( !bCategoryAxis && aAxisProp.GetProperty( nApiNumFmt, EXC_CHPROP_NUMBERFORMAT ) ) in Convert()
3349 if( aDiaProp.GetProperty( nMissingValues, EXC_CHPROP_MISSINGVALUETREATMENT ) ) in XclExpChChart()
3436 …if( aPropSet.GetProperty( xShapes, EXC_CHPROP_ADDITIONALSHAPES ) && xShapes.is() && (xShapes->getC… in XclExpChartDrawing()