Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx355 sal_uInt16 nNextSiz; in Ww1Fonts() local
356 nNextSiz = p->cbFfnM1Get() + 1; in Ww1Fonts()
357 if(nNextSiz > nLeft) in Ww1Fonts()
360 nLeft -= nNextSiz; in Ww1Fonts()
363 p = (W1_FFN *)(((char*)p) + nNextSiz); in Ww1Fonts()
841 sal_uInt16 nNextSiz; in Ww1StringList() local
842 nNextSiz = *p + 1; in Ww1StringList()
843 if(nNextSiz > nLeft) in Ww1StringList()
846 nLeft -= nNextSiz; in Ww1StringList()
849 p = p + nNextSiz; in Ww1StringList()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx5790 short nNextSiz; in WW8Fonts() local
5792 nNextSiz = p->cbFfnM1 + 1; in WW8Fonts()
5793 if( nNextSiz > nLeft ) in WW8Fonts()
5796 nLeft -= nNextSiz; in WW8Fonts()
5800 p = (WW8_FFN *)( ( (sal_uInt8*)p ) + nNextSiz ); in WW8Fonts()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx6454 short nNextSiz; in WW8Fonts() local
6456 nNextSiz = p->cbFfnM1 + 1; in WW8Fonts()
6457 if( nNextSiz > nLeft ) in WW8Fonts()
6460 nLeft -= nNextSiz; in WW8Fonts()
6464 p = (WW8_FFN *)( ( (sal_uInt8*)p ) + nNextSiz ); in WW8Fonts()

Completed in 71 milliseconds