Searched refs:aEnumObj (Results 1 – 2 of 2) sorted by relevance
686 RscEnumerateObj aEnumObj; member in RscEnumerateRef691 aEnumObj.pTypCont = pTC; in RscEnumerateRef()692 aEnumObj.fOutput = fOutput; in RscEnumerateRef()697 aEnumObj.aError.Clear(); in WriteRc()699 return aEnumObj.aError; in WriteRc()704 aEnumObj.lFileKey = lFileKey; in WriteSrc()706 aEnumObj.aError.Clear(); in WriteSrc()708 return aEnumObj.aError; in WriteSrc()713 aEnumObj.lFileKey = lFileKey; in WriteCxx()715 aEnumObj.aError.Clear(); in WriteCxx()[all …]
1253 Object aEnumObj = xEnum.nextElement(); in copySection() local1254 … XReportComponent aComponent = UnoRuntime.queryInterface(XReportComponent.class, aEnumObj); in copySection()