Home
last modified time | relevance | path

Searched refs:ExportWK1 (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/filter/lotus/
H A Dexpop.cxx40 const sal_uInt16 ExportWK1::WK1MAXCOL = 255;
41 const sal_uInt16 ExportWK1::WK1MAXROW = 8191;
43 sal_uInt8 ExportWK1::GenFormByte( const ScPatternAttr& /*aAttr*/ ) in GenFormByte()
49 inline void ExportWK1::Bof() in Bof()
55 inline void ExportWK1::Eof() in Eof()
61 inline void ExportWK1::Calcmode() in Calcmode()
68 inline void ExportWK1::Calcorder() in Calcorder()
75 inline void ExportWK1::Split() in Split()
82 inline void ExportWK1::Sync() in Sync()
89 inline void ExportWK1::Dimensions() in Dimensions()
[all …]
H A Dexport.cxx40 ExportWK1 aWKFile( aStream, pDoc, eDest ); in ScExportLotus123()
/AOO41X/main/sc/source/filter/inc/
H A Dexp_op.hxx59 class ExportWK1 : public ExportTyp class
92 inline ExportWK1( SvStream& r, ScDocument* p, CharSet e ) : in ExportWK1() function in ExportWK1