Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DWrappedGapwidthProperty.cxx98 Sequence< sal_Int32 > aBarPositionSequence; in setPropertyValue() local
99 xProp->getPropertyValue( m_InnerSequencePropertyName ) >>= aBarPositionSequence; in setPropertyValue()
101 long nOldLength = aBarPositionSequence.getLength(); in setPropertyValue()
104 aBarPositionSequence.realloc( m_nAxisIndex+1 ); in setPropertyValue()
107 aBarPositionSequence[i] = m_nDefaultValue; in setPropertyValue()
110 aBarPositionSequence[m_nAxisIndex] = nNewValue; in setPropertyValue()
112 … xProp->setPropertyValue( m_InnerSequencePropertyName, uno::makeAny( aBarPositionSequence ) ); in setPropertyValue()
144 Sequence< sal_Int32 > aBarPositionSequence; in getPropertyValue() local
145 … xProp->getPropertyValue( m_InnerSequencePropertyName ) >>= aBarPositionSequence; in getPropertyValue()
146 if( m_nAxisIndex < aBarPositionSequence.getLength() ) in getPropertyValue()
[all …]

Completed in 5 milliseconds