Searched refs:blopSize (Results 1 – 2 of 2) sorted by relevance
808 sal_uInt32 blopSize = blopHeaderEntrySize; in createBlop() local816 blopSize += entrySize; in createBlop()821 blopSize += m_nSuperTypes * entrySize; in createBlop()858 blopSize += sizeof(sal_uInt16); // fieldCount + nFieldEntries in createBlop()871 blopSize += blopFieldsSize; in createBlop()931 blopSize += sizeof(sal_uInt16); // methodCount in createBlop()957 blopSize += blopMethodsSize; in createBlop()1048 blopSize += entrySize; // referenceCount in createBlop()1058 blopSize += blopReferenceSize; in createBlop()1107 blopSize += cpBlopSize; in createBlop()[all …]
70 sal_uInt32 blopSize = 0; in getTypeReader() local72 if ( (blopSize = getTypeBlop( name.getStr(), &pBlop)) > 0 ) in getTypeReader()74 reader = TypeReader(pBlop, blopSize, sal_True); in getTypeReader()