Searched refs:iMac (Results 1 – 3 of 3) sorted by relevance
312 sal_uInt16 iMac = SVBT16ToShort(p); in ReadEstcp() local316 for (sal_uInt16 stcp=0;stcp<iMac;stcp++) in ReadEstcp()755 iMac = (nCountBytes - in Ww1Plc()757 DBG_ASSERT(iMac * ((sal_uInt16)sizeof(sal_uLong) + nItemSize) + in Ww1Plc()772 if (iMac) in Seek()773 for (;nIndex <= iMac && Where(nIndex) < ulSeek;nIndex++) in Seek()780 DBG_ASSERT(nIndex <= iMac, "index out of bounds"); in Where()781 if (iMac && nIndex <= iMac) in Where()789 DBG_ASSERT(nIndex < iMac, "index out of bounds"); in GetData()790 if (nIndex < iMac) in GetData()[all …]
860 sal_uInt16 iMac; member in Ww1Plc876 return iMac; } in Count()
4627 sal_uInt16 iMac; in ImportOldFormatStyles() local4628 rSt >> iMac; in ImportOldFormatStyles()4630 if (iMac > nStyles) iMac = nStyles; in ImportOldFormatStyles()4632 for (stcp = 0; stcp < iMac; ++stcp) in ImportOldFormatStyles()
Completed in 57 milliseconds