Searched refs:aDecl (Results 1 – 3 of 3) sorted by relevance
86 aDecl(CurOut()) ;88 front = aDecl.Add_ReturnLine();108 types = aDecl.Types();110 names = aDecl.Names();165 aDecl.Names() << ";";167 aDecl.Front() << ";";181 aDecl(CurOut(), "raises") ; in write_Declaration() local183 rReturnLine = aDecl.ReturnCell(); in write_Declaration()197 rNameCell = aDecl.NameCell(); in write_Declaration()211 pParamEnd = write_Param( aDecl, *i_rParams ); in write_Declaration()[all …]
1065 DateTimeDeclContextImpl aDecl; in AddDateTimeDecl() local1066 aDecl.maStrText = rText; in AddDateTimeDecl()1067 aDecl.mbFixed = bFixed; in AddDateTimeDecl()1068 aDecl.maStrDateTimeFormat = rDateTimeFormat; in AddDateTimeDecl()1069 maDateTimeDeclsMap[rName] = aDecl; in AddDateTimeDecl()1095 DateTimeDeclContextImpl aDecl; in GetDateTimeDecl() local1099 aDecl = (*aIter).second; in GetDateTimeDecl()1101 rbFixed = aDecl.mbFixed; in GetDateTimeDecl()1102 rDateTimeFormat = aDecl.maStrDateTimeFormat; in GetDateTimeDecl()1103 return aDecl.maStrText; in GetDateTimeDecl()
1594 DateTimeDeclImpl aDecl; in findOrAppendImpl() local1595 aDecl.maStrText = rText; in findOrAppendImpl()1596 aDecl.mbFixed = bFixed; in findOrAppendImpl()1597 aDecl.mnFormat = nFormat; in findOrAppendImpl()1598 rVector.push_back( aDecl ); in findOrAppendImpl()
Completed in 52 milliseconds