Searched refs:aPlc (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 494 << " IMax: " << aPlc.GetIMax() in DumpField1() 499 while( (long)aPlc.GetIdx() < aPlc.GetIMax() ) in DumpField1() 501 DumpField3( aPlc ); in DumpField1() 502 aPlc++; in DumpField1() 1188 for( i=0; i<aPlc.GetIMax(); i++ ) in DumpPLCFPcd() 1192 aPlc.Get( start, ende, pData ); in DumpPLCFPcd() 1221 aPlc++; in DumpPLCFPcd() 1320 aPlc.Get( start, ende, pData ); in DumpPLCF() 1407 aPlc++; in DumpPLCF() 1509 aPlc.Get( start, ende, pData ); in DumpPlcText() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 4533 WW8PLCF aPlc(pTableStream, pWwFib->fcPlcfglsy, pWwFib->lcbPlcfglsy, 0); in CoreLoad() local 4534 if ( aPlc.IsValid() ) in CoreLoad() 4539 for (int i=0; i<pGloss->GetNoStrings(); i++,aPlc++) in CoreLoad() 4550 aPlc.Get( nStart, nEnd, pDummy ); in CoreLoad()
|
Completed in 116 milliseconds