Home
last modified time | relevance | path

Searched refs:nOpcode (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sc/source/filter/lotus/
H A Dfilter.cxx109 sal_uInt16 nOpcode, nLength; in generate_Opcodes() local
111 aStream >> nOpcode >> nLength; in generate_Opcodes()
113 if( nOpcode == LOTUS_EOF ) in generate_Opcodes()
119 else if( nOpcode < nOps ) in generate_Opcodes()
123 nOpcode == LOTUS_PATTERN ) in generate_Opcodes()
127 aStream >> nOpcode >> nLength; in generate_Opcodes()
128 if ( nOpcode == 0x29a) in generate_Opcodes()
131 aStream >> nOpcode >> nLength; in generate_Opcodes()
132 if ( nOpcode == 0x804 ) in generate_Opcodes()
161 aStream >> nOpcode; in ScanVersion()
[all …]
H A Dop.cxx612 sal_uInt16 nOpcode, nLength; in OP_ApplyPatternArea123() local
617 rStream >> nOpcode >> nLength; in OP_ApplyPatternArea123()
618 switch ( nOpcode ) in OP_ApplyPatternArea123()
/aoo4110/main/sc/source/filter/excel/
H A Dread.cxx84 sal_uInt16 nOpcode; in Read() local
147 switch( nOpcode ) in Read()
215 switch( nOpcode ) in Read()
273 switch( nOpcode ) in Read()
343 switch( nOpcode ) in Read()
417 switch( nOpcode ) in Read()
461 switch( nOpcode ) in Read()
526 switch( nOpcode ) in Read()
551 switch( nOpcode ) in Read()
575 switch( nOpcode ) in Read()
[all …]
/aoo4110/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx238 sal_uLong ReadData(sal_uInt16 nOpcode);
1213 switch (nOpcode & 7) { in ReadData()
1222 switch(nOpcode) { in ReadData()
1763 else if (nOpcode<=0x00cf) { nDataSize=0; } in ReadData()
1768 else if (nOpcode<=0x01ff) { nDataSize=2; } in ReadData()
1769 else if (nOpcode<=0x0bfe) { nDataSize=4; } in ReadData()
1787 sal_uInt16 nOpcode; in ReadPict() local
1835 *pPict >> nOpcode; in ReadPict()
1839 nOpcode=(sal_uInt16)nOneByteOpcode; in ReadPict()
1851 if (nOpcode==0x00ff) in ReadPict()
[all …]
/aoo4110/main/filter/source/graphicfilter/icgm/
H A Dclass7.cxx42 sal_uInt16 nOpcode = pTemp[ 4 ]; in ImplDoClass7() local
44 if ( mpChart || ( nOpcode == 0 ) ) in ImplDoClass7()
46 switch ( nOpcode ) in ImplDoClass7()

Completed in 57 milliseconds