Home
last modified time | relevance | path

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

/aoo42x/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1352 OString completePrefix; in checkRealBaseType() local
1356 if ( !isSeqType(type, baseType, completePrefix) ) in checkRealBaseType()
1357 isArrayType(type, baseType, completePrefix); in checkRealBaseType()
1380 completePrefix += prefix; in checkRealBaseType()
1392 if ( !completePrefix.isEmpty() ) in checkRealBaseType()
1394 baseType = bSeqType ? (completePrefix + baseType) : ( baseType + completePrefix); in checkRealBaseType()

Completed in 30 milliseconds