Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx111 sal_uInt16 Ww1Style::ReadName( sal_uInt8*&p, sal_uInt16& rnCountBytes, sal_uInt16 stc ) in ReadName() argument
115 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() argument
180 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() argument
198 rnCountBytes--; in ReadPapx()
[all …]