Searched refs:aDefaultSeq (Results 1 – 1 of 1) sorted by relevance
120 static Sequence< OUString > aDefaultSeq; in getSupportedMandatoryRoles() local122 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 15 milliseconds