Home
last modified time | relevance | path

Searched refs:aTypeProp (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx118 PropertySet aTypeProp( rxChartType ); in convertFromModel() local
122 if( aTypeProp.getProperty( xWhitePropSet, PROP_WhiteDay ) ) in convertFromModel()
130 if( aTypeProp.getProperty( xBlackPropSet, PROP_BlackDay ) ) in convertFromModel()
306 PropertySet aTypeProp( xChartType ); in convertFromModel() local
313 aTypeProp.setProperty( PROP_OverlapSequence, aInt32Seq ); in convertFromModel()
315 aTypeProp.setProperty( PROP_GapwidthSequence, aInt32Seq ); in convertFromModel()
320 aTypeProp.setProperty( PROP_UseRings, maTypeInfo.meTypeId == TYPEID_DOUGHNUT ); in convertFromModel()
383 aTypeProp.setProperty( PROP_ShowHighLow, true ); in convertFromModel()
393 aTypeProp.setProperty( PROP_Japanese, bUpDownBars ); in convertFromModel()
394 aTypeProp.setProperty( PROP_ShowFirst, bUpDownBars ); in convertFromModel()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx2311 ScfPropertySet aTypeProp( xChartType ); in CreateChartType() local
2314 aTypeProp.SetProperty( EXC_CHPROP_OVERLAPSEQ, aInt32Seq ); in CreateChartType()
2316 aTypeProp.SetProperty( EXC_CHPROP_GAPWIDTHSEQ, aInt32Seq ); in CreateChartType()
2321 ScfPropertySet aTypeProp( xChartType ); in CreateChartType() local
2824 ScfPropertySet aTypeProp( xChartType ); in CreateDataSeries() local
2861 ScfPropertySet aTypeProp( xChartType ); in CreateStockSeries() local
2862 aTypeProp.SetBoolProperty( EXC_CHPROP_JAPANESE, HasDropBars() ); in CreateStockSeries()
2863 aTypeProp.SetBoolProperty( EXC_CHPROP_SHOWFIRST, HasDropBars() ); in CreateStockSeries()
2864 aTypeProp.SetBoolProperty( EXC_CHPROP_SHOWHIGHLOW, true ); in CreateStockSeries()
2875 if( xUpBar.is() && aTypeProp.GetProperty( xWhitePropSet, EXC_CHPROP_WHITEDAY ) ) in CreateStockSeries()
[all …]
H A Dxechart.cxx2142 ScfPropertySet aTypeProp( xChartType ); in Convert() local
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()
2157 ScfPropertySet aTypeProp( xChartType ); in Convert() local
2158 bool bDonut = aTypeProp.GetBoolProperty( EXC_CHPROP_USERINGS ); in Convert()
2423 ScfPropertySet aTypeProp( xChartType ); in ConvertType() local
2425 bool bSpline = aTypeProp.GetProperty( eCurveStyle, EXC_CHPROP_CURVESTYLE ) && in ConvertType()
2563 ScfPropertySet aTypeProp( xChartType ); in CreateAllStockSeries() local
2565 if( bHasHigh && bHasLow && aTypeProp.GetBoolProperty( EXC_CHPROP_SHOWHIGHLOW ) ) in CreateAllStockSeries()
2578 aTypeProp.GetProperty( xWhitePropSet, EXC_CHPROP_WHITEDAY ); in CreateAllStockSeries()
[all …]

Completed in 59 milliseconds