Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DChartType.cxx120 static Sequence< OUString > aDefaultSeq; in getSupportedMandatoryRoles() local
122 if( aDefaultSeq.getLength() == 0 ) in getSupportedMandatoryRoles()
124 aDefaultSeq.realloc( 2 ); in getSupportedMandatoryRoles()
125 aDefaultSeq[0] = C2U( "label" ); in getSupportedMandatoryRoles()
126 aDefaultSeq[1] = C2U( "values-y" ); in getSupportedMandatoryRoles()
129 return aDefaultSeq; in getSupportedMandatoryRoles()

Completed in 21 milliseconds