Home
last modified time | relevance | path

Searched refs:iMac (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/filter/ww1/
H A Dw1class.cxx312 sal_uInt16 iMac = SVBT16ToShort(p); in ReadEstcp() local
316 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 …]
H A Dw1class.hxx860 sal_uInt16 iMac; member in Ww1Plc
876 return iMac; } in Count()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par2.cxx4627 sal_uInt16 iMac; in ImportOldFormatStyles() local
4628 rSt >> iMac; in ImportOldFormatStyles()
4630 if (iMac > nStyles) iMac = nStyles; in ImportOldFormatStyles()
4632 for (stcp = 0; stcp < iMac; ++stcp) in ImportOldFormatStyles()

Completed in 66 milliseconds