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.cxx5789 short nNextSiz; in WW8Fonts() local
5791 nNextSiz = p->cbFfnM1 + 1; in WW8Fonts()
5792 if( nNextSiz > nLeft ) in WW8Fonts()
5795 nLeft -= nNextSiz; in WW8Fonts()
5799 p = (WW8_FFN *)( ( (sal_uInt8*)p ) + nNextSiz ); in WW8Fonts()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx6453 short nNextSiz; in WW8Fonts() local
6455 nNextSiz = p->cbFfnM1 + 1; in WW8Fonts()
6456 if( nNextSiz > nLeft ) in WW8Fonts()
6459 nLeft -= nNextSiz; in WW8Fonts()
6463 p = (WW8_FFN *)( ( (sal_uInt8*)p ) + nNextSiz ); in WW8Fonts()