Searched refs:nLaenge (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sc/source/filter/inc/ |
| H A D | op.h | 32 void NI( SvStream &aStream, sal_uInt16 nLaenge ); 33 void OP_BOF( SvStream &aStream, sal_uInt16 nLaenge ); 34 void OP_EOF( SvStream &aStream, sal_uInt16 nLaenge ); 35 void OP_Integer( SvStream &aStream, sal_uInt16 nLaenge ); 36 void OP_Number( SvStream &aStream, sal_uInt16 nLaenge ); 37 void OP_Label( SvStream &aStream, sal_uInt16 nLaenge ); 38 void OP_Integer3( SvStream &aStream, sal_uInt16 nLaenge ); // WK3 39 void OP_Number3( SvStream &aStream, sal_uInt16 nLaenge ); // WK3 40 void OP_Formula( SvStream &aStream, sal_uInt16 nLaenge ); 41 void OP_Formula3( SvStream &aStream, sal_uInt16 nLaenge ); // WK3 [all …]
|
| H A D | optab.h | 27 typedef void ( *OPCODE_FKT )( SvStream &aStream, sal_uInt16 nLaenge );
|
| /AOO42X/main/sc/source/filter/lotus/ |
| H A D | expop.cxx | 166 … sal_uInt16 nLaenge = 7; // Anzahl Bytes vor String+Nullbyte am Ende + Alignment-Char in Label() local 174 nLaenge = nLaenge + ( sal_uInt16 ) nAnz; // + Stringlaenge in Label() 176 …aOut << ( sal_uInt16 ) 0x0F << nLaenge << GenFormByte( aAttr ) << nCol << nRow << ( sal_Char ) '\'… in Label() 191 sal_uInt16 nLaenge = 15; // Bytes bis Formel in Formula() local 195 nLaenge += 9+1; in Formula() 199 aOut << ( sal_uInt16 ) 0x10 << ( sal_uInt16 ) nLaenge in Formula()
|