Searched refs:aNumTypes (Results 1 – 2 of 2) sorted by relevance
1575 String aPostFix, aPreFix, aNumTypes; in BuildEnum() local1577 &aPreFix, &aPostFix, &aNumTypes )) ) in BuildEnum()1608 if( aNumTypes.Len() ) in BuildEnum()1609 aFmt.SetNumberingType(aNumTypes.GetChar( 0 ) - '0'); in BuildEnum()1629 if( n < aNumTypes.Len() ) in BuildEnum()1630 aFmt.SetNumberingType((aNumTypes.GetChar( n ) - '0')); in BuildEnum()
329 Sequence< uno::Type > aNumTypes; in getTypes() local338 aNumTypes = xNumProv->getTypes(); in getTypes()343 aBaseTypes.realloc(aBaseTypes.getLength() + aTextTypes.getLength() + aNumTypes.getLength() + 1); in getTypes()351 const uno::Type* pNumTypes = aNumTypes.getConstArray(); in getTypes()352 for(nPos = 0; nPos < aNumTypes.getLength(); nPos++) in getTypes()
Completed in 112 milliseconds