Home
last modified time | relevance | path

Searched refs:WW8_WrPlc1 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.hxx110 class WW8_WrPlc1;
1289 class WW8_WrPlc1 class
1298 WW8_WrPlc1(const WW8_WrPlc1&);
1299 WW8_WrPlc1& operator=(const WW8_WrPlc1&);
1305 WW8_WrPlc1( sal_uInt16 nStructSz );
1306 ~WW8_WrPlc1();
1312 class WW8_WrPlcFld : public WW8_WrPlc1
1323 : WW8_WrPlc1( nStructSz ), nTxtTyp( nTTyp ), nResults(0) in WW8_WrPlcFld()
1330 class WW8_WrMagicTable : public WW8_WrPlc1
1337 WW8_WrMagicTable() : WW8_WrPlc1( 4 ) {Append(0,0);} in WW8_WrMagicTable()
H A Dwrtww8.cxx697 WW8_WrPlc1::WW8_WrPlc1( sal_uInt16 nStructSz ) in WW8_WrPlc1() function in WW8_WrPlc1
704 WW8_WrPlc1::~WW8_WrPlc1() in ~WW8_WrPlc1()
709 WW8_CP WW8_WrPlc1::Prev() const in Prev()
716 void WW8_WrPlc1::Append( WW8_CP nCp, const void* pNewData ) in Append()
731 void WW8_WrPlc1::Finish( sal_uLong nLastCp, sal_uLong nSttCp ) in Finish()
743 void WW8_WrPlc1::Write( SvStream& rStrm ) in Write()
759 if( WW8_WrPlc1::Count() <= 1 ) in Write()
808 WW8_WrPlc1::Write( *rWrt.pTableStrm ); in Write()
817 if( WW8_WrPlc1::Count() <= 1 ) in Write()
820 WW8_WrPlc1::Write( *rWrt.pTableStrm ); in Write()
[all …]

Completed in 27 milliseconds