Home
last modified time | relevance | path

Searched refs:rSubIncrements (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DWrappedScaleProperty.cxx186 if( rSubIncrements.getLength() == 0 ) in setPropertyValue()
187 rSubIncrements.realloc( 1 ); in setPropertyValue()
211 if( rSubIncrements.getLength() == 0 ) in setPropertyValue()
212 rSubIncrements.realloc( 1 ); in setPropertyValue()
251 if( rSubIncrements.getLength() == 0 ) in setPropertyValue()
252 rSubIncrements.realloc( 1 ); in setPropertyValue()
255 rSubIncrements[ 0 ].IntervalCount = Any(); in setPropertyValue()
415 if( rSubIncrements.getLength() > 0 ) in getPropertyValue()
425 if( rSubIncrements.getLength() > 0 ) in getPropertyValue()
480 if( rSubIncrements.getLength() > 0 ) in getPropertyValue()
[all …]
/aoo4110/main/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx182 … const uno::Sequence< chart2::SubIncrement >& rSubIncrements( rScale.IncrementData.SubIncrements ); in FillSpecialItem() local
276 … ! ( rSubIncrements.getLength() > 0 && rSubIncrements[0].IntervalCount.hasValue() ))); in FillSpecialItem()
300 if( rSubIncrements.getLength() > 0 && rSubIncrements[0].IntervalCount.hasValue()) in FillSpecialItem()
302 … OSL_ASSERT( rSubIncrements[0].IntervalCount.getValueTypeClass() == uno::TypeClass_LONG ); in FillSpecialItem()
305 rSubIncrements[0].IntervalCount.getValue()) )); in FillSpecialItem()

Completed in 35 milliseconds