Searched refs:rnCountBytes (Results 1 – 1 of 1) sorted by relevance
111 sal_uInt16 Ww1Style::ReadName( sal_uInt8*&p, sal_uInt16& rnCountBytes, sal_uInt16 stc ) in ReadName() argument115 rnCountBytes--; in ReadName()170 DBG_ASSERT(rnCountBytes>=nCountBytes, "Ww1Style"); in ReadName()171 rnCountBytes = rnCountBytes - nCountBytes; in ReadName()176 sal_uInt16 Ww1Style::ReadChpx( sal_uInt8*&p, sal_uInt16& rnCountBytes ) in ReadChpx() argument180 rnCountBytes--; in ReadChpx()188 DBG_ASSERT(rnCountBytes>=nCountBytes, "Ww1Style"); in ReadChpx()189 rnCountBytes = rnCountBytes - nCountBytes; in ReadChpx()194 sal_uInt16 Ww1Style::ReadPapx(sal_uInt8*&p, sal_uInt16& rnCountBytes) in ReadPapx() argument198 rnCountBytes--; in ReadPapx()[all …]