Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dwrtww8.cxx1271 : pPcts(new WW8_WrPcPtrs), nOldFc(nfcMin), bIsUni(bSaveUniCode) in WW8_WrPct()
1278 delete pPcts; in ~WW8_WrPct()
1287 if ( 0 != pPcts->Count() ) in AppendPc()
1289 ASSERT( 1 == pPcts->Count(), "Leeres Piece !!"); in AppendPc()
1290 pPcts->DeleteAndDestroy( pPcts->Count() - 1 , 1); in AppendPc()
1306 if( pPcts->Count() ) in AppendPc()
1307 nStartCp += pPcts->GetObject( pPcts->Count()- 1 )->GetStartCp(); in AppendPc()
1310 pPcts->Insert( pPc, pPcts->Count() ); in AppendPc()
1326 for( i = 0; i < pPcts->Count(); ++i ) // Bereiche in WritePc()
1328 pPcts->GetObject( i )->GetStartCp() ); in WritePc()
[all …]
H A Dwrtww8.hxx277 WW8_WrPcPtrs* pPcts; member in WW8_WrPct