Searched refs:nLaenge (Results 1 – 3 of 3) sorted by relevance
/aoo41x/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 ); 45 void OP_Footer( SvStream &aStream, sal_uInt16 nLaenge ); 46 void OP_Header( SvStream &aStream, sal_uInt16 nLaenge ); 50 void OP_Blank( SvStream &aStream, sal_uInt16 nLaenge ); 52 void OP_BOF123( SvStream &aStream, sal_uInt16 nLaenge ); [all …]
|
H A D | optab.h | 27 typedef void ( *OPCODE_FKT )( SvStream &aStream, sal_uInt16 nLaenge );
|
/aoo41x/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()
|
Completed in 23 milliseconds