Home
last modified time | relevance | path

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

/dports/textproc/wv2/wv2-0.4.2/src/
H A Dstyles.cpp657 StyleSheet::StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf ) in StyleSheet() argument
662 tableStream->seek( fcStshf, G_SEEK_SET ); in StyleSheet()
667 wvlog << "StyleSheet::StyleSheet(): fcStshf=" << fcStshf << " lcbStshf=" << lcbStshf in StyleSheet()
684 if ( tableStream->tell() != static_cast<int>( fcStshf + cbStshi + 2 ) ) { in StyleSheet()
686 … << " Expected: " << cbStshi + 2 << " Read: " << tableStream->tell() - fcStshf << std::endl; in StyleSheet()
687 tableStream->seek( fcStshf + 2 + cbStshi, G_SEEK_SET ); in StyleSheet()
701 << " expected: " << fcStshf + lcbStshf << std::endl; in StyleSheet()
703 if ( tableStream->tell() < static_cast<int>( fcStshf + lcbStshf ) ) in StyleSheet()
705 else if ( tableStream->tell() > static_cast<int>( fcStshf + lcbStshf ) ) in StyleSheet()
H A Dstyles.h265 StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf );
H A Dproperties97.cpp59 m_stylesheet = new StyleSheet( m_table, fib.fcStshf, fib.lcbStshf ); in Properties97()
H A Dconvert.cpp444 ret.fcStshf=s.fcStshf; in toWord97()
H A Dword95_generated.cpp4347 fcStshf=stream->readU32(); in read()
4550 stream->write(fcStshf); in write()
4746 fcStshf=0; in clear()
4939 lhs.fcStshf==rhs.fcStshf && in operator ==()
H A Dword95_generated.h4209 U32 fcStshf; member
H A Dword97_generated.cpp4404 fcStshf=stream->readU32(); in read()
4676 stream->write(fcStshf); in write()
4939 fcStshf=0; in clear()
5199 lhs.fcStshf==rhs.fcStshf && in operator ==()
H A Dword97_generated.h4655 U32 fcStshf; member
/dports/textproc/wv/wv-1.2.9/
H A Ddecrypt95.c272 block1[0] = (U8) (ps->fib.fcStshf & 0xFF);
273 block1[1] = (U8) ((ps->fib.fcStshf >> 8) & 0xFF);
274 block1[2] = (U8) ((ps->fib.fcStshf >> 16) & 0xFF);
275 block1[3] = (U8) ((ps->fib.fcStshf >> 24) & 0xFF);
H A Dfib.c104 item->fcStshf = 0; in wvInitFIB()
418 item->fcStshf = (S32) read_32ubit (fd); in wvGetFIB()
747 item->fcStshf = read_32ubit (fd); in wvGetFIB2()
898 item->fcStshf = (S32) read_32ubit (fd); in wvGetFIB6()
H A Ddecode_simple.c105 wvGetSTSH (&ps->stsh, ps->fib.fcStshf, ps->fib.lcbStshf, ps->tablefd); in wvDecodeSimple()
H A Ddecode_complex.c431 wvGetSTSH (&ps->stsh, ps->fib.fcStshf, ps->fib.lcbStshf, ps->tablefd); in wvDecodeComplex()
H A Dwv.h276 S32 fcStshf; /* 0x00A2 */ member
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dstyles.cpp941 StyleSheet::StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf ) throw(InvalidForm… in StyleSheet() argument
947 tableStream->seek( fcStshf, WV2_SEEK_SET ); in StyleSheet()
953 wvlog << "StyleSheet::StyleSheet(): fcStshf=" << fcStshf << " lcbStshf=" << lcbStshf in StyleSheet()
990 if ( tableStream->tell() != static_cast<int>( fcStshf + cbStshi + 2 ) ) { in StyleSheet()
992 << " Expected: " << cbStshi + 2 << " Read: " << tableStream->tell() - fcStshf << endl; in StyleSheet()
993 tableStream->seek( fcStshf + 2 + cbStshi, WV2_SEEK_SET ); in StyleSheet()
1033 " expected:" << fcStshf + lcbStshf << endl; in StyleSheet()
1035 if ( tableStream->tell() < static_cast<int>( fcStshf + lcbStshf ) ) { in StyleSheet()
1038 else if ( tableStream->tell() > static_cast<int>( fcStshf + lcbStshf ) ) { in StyleSheet()
H A Dstyles.h368 …StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf ) throw(InvalidFormatException…
H A Dproperties97.cpp61 m_stylesheet = new StyleSheet( m_table, fib.fcStshf, fib.lcbStshf ); in Properties97()
H A Dconvert.cpp446 ret.fcStshf=s.fcStshf; in toWord97()
H A Dword95_generated.cpp4341 fcStshf=stream->readU32(); in read()
4544 stream->write(fcStshf); in write()
4740 fcStshf=0; in clear()
4933 lhs.fcStshf==rhs.fcStshf && in operator ==()
H A Dword95_generated.h4216 U32 fcStshf; member
H A Dword97_generated.cpp4571 fcStshf=stream->readU32(); in read()
4913 stream->write(fcStshf); in write()
5176 fcStshf=0; in clear()
5437 lhs.fcStshf==rhs.fcStshf && in operator ==()
H A Dword97_generated.h4911 U32 fcStshf; member
/dports/editors/calligra/calligra-3.2.1/filters/libmso/generated/
H A DsimpleParser.h2807 quint32 fcStshf; variable
H A DsimpleParser.cpp4744 _s.fcStshf = in.readuint32(); in parseFibRgFcLcb97()