Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx1256 : pPcts(new WW8_WrPcPtrs), nOldFc(nfcMin), bIsUni(bSaveUniCode) in WW8_WrPct()
1263 delete pPcts; in ~WW8_WrPct()
1272 if ( 0 != pPcts->Count() ) in AppendPc()
1274 ASSERT( 1 == pPcts->Count(), "Leeres Piece !!"); in AppendPc()
1275 pPcts->DeleteAndDestroy( pPcts->Count() - 1 , 1); in AppendPc()
1291 if( pPcts->Count() ) in AppendPc()
1292 nStartCp += pPcts->GetObject( pPcts->Count()- 1 )->GetStartCp(); in AppendPc()
1295 pPcts->Insert( pPc, pPcts->Count() ); in AppendPc()
1311 for( i = 0; i < pPcts->Count(); ++i ) // Bereiche in WritePc()
1313 pPcts->GetObject( i )->GetStartCp() ); in WritePc()
[all …]
H A Dwrtww8.hxx276 WW8_WrPcPtrs* pPcts; member in WW8_WrPct