Searched refs:nSCount (Results 1 – 3 of 3) sorted by relevance
705 sal_uInt16 nSCount = 0; in WriteSlots() local711 nSCount = nSCount + pAttr->WriteSlotMap( rShellName, nCount + nSCount, in WriteSlots()716 return nSCount; in WriteSlots()
1482 sal_uLong nSCount = pType->GetAttrCount(); in WriteSlot() local1483 rOutStm << ByteString::CreateFromInt32( nSCount ).GetBuffer() << "/*Count*/"; in WriteSlot()1576 sal_uInt16 nSCount = 0; in WriteSlotMap() local1586 nSCount = (sal_uInt16)pType->GetAttrCount(); in WriteSlotMap()1590 return nSCount; in WriteSlotMap()
1311 sal_uInt32 nSCount = aContent.nRecLen >> 2; in Import() local1312 if ( pPageList && nSCount ) in Import()1322 for ( sal_uInt32 nS = 0; nS < nSCount; nS++ ) in Import()
Completed in 66 milliseconds