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.hxx109 class WW8_WrPlc1;
1288 class WW8_WrPlc1 class
1297 WW8_WrPlc1(const WW8_WrPlc1&);
1298 WW8_WrPlc1& operator=(const WW8_WrPlc1&);
1304 WW8_WrPlc1( sal_uInt16 nStructSz );
1305 ~WW8_WrPlc1();
1311 class WW8_WrPlcFld : public WW8_WrPlc1
1322 : WW8_WrPlc1( nStructSz ), nTxtTyp( nTTyp ), nResults(0) in WW8_WrPlcFld()
1329 class WW8_WrMagicTable : public WW8_WrPlc1
1336 WW8_WrMagicTable() : WW8_WrPlc1( 4 ) {Append(0,0);} in WW8_WrMagicTable()
H A Dwrtww8.cxx696 WW8_WrPlc1::WW8_WrPlc1( sal_uInt16 nStructSz ) in WW8_WrPlc1() function in WW8_WrPlc1
703 WW8_WrPlc1::~WW8_WrPlc1() in ~WW8_WrPlc1()
708 WW8_CP WW8_WrPlc1::Prev() const in Prev()
715 void WW8_WrPlc1::Append( WW8_CP nCp, const void* pNewData ) in Append()
730 void WW8_WrPlc1::Finish( sal_uLong nLastCp, sal_uLong nSttCp ) in Finish()
742 void WW8_WrPlc1::Write( SvStream& rStrm ) in Write()
758 if( WW8_WrPlc1::Count() <= 1 ) in Write()
807 WW8_WrPlc1::Write( *rWrt.pTableStrm ); in Write()
816 if( WW8_WrPlc1::Count() <= 1 ) in Write()
819 WW8_WrPlc1::Write( *rWrt.pTableStrm ); in Write()
[all …]