Home
last modified time | relevance | path

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

/aoo42x/main/codemaker/source/idlmaker/
H A Didltype.cxx605 OString seqPrefix = (index > 0 ? ((OString)type).copy(0, index+1) : OString()); in checkRealBaseType() local
629 seqPrefix += baseType.copy(0, index+1); in checkRealBaseType()
641 baseType = seqPrefix + baseType; in checkRealBaseType()
/aoo42x/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx1094 OString seqPrefix = (index > 0 ? ((OString)type).copy(0, index+1) : OString()); in checkRealBaseType() local
1118 seqPrefix += baseType.copy(0, index+1); in checkRealBaseType()
1128 baseType = seqPrefix + baseType; in checkRealBaseType()
/aoo42x/main/codemaker/source/cunomaker/
H A Dcunotype.hxx107 …sal_Bool isSeqType(const ::rtl::OString& type, ::rtl::OString& baseType, ::rtl::OString& seqPrefix
H A Dcunotype.cxx1316 sal_Bool CunoType::isSeqType(const OString& type, OString& baseType, OString& seqPrefix) in isSeqType() argument
1322 seqPrefix = ((OString)type).copy(0, index+1); in isSeqType()
1327 seqPrefix = OString(); in isSeqType()

Completed in 43 milliseconds