Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx487 WW8PLCFspecial aPlc( &xTableStream, nPos, nLen, 2 ); in DumpField1() local
491 *pOut << nLen << ", ca. " << aPlc.GetIMax()/3 << " Elements" in DumpField1()
493 << " Idx: " << (long)aPlc.GetIdx() in DumpField1()
494 << " IMax: " << aPlc.GetIMax() in DumpField1()
499 while( (long)aPlc.GetIdx() < aPlc.GetIMax() ) in DumpField1()
501 DumpField3( aPlc ); in DumpField1()
502 aPlc++; in DumpField1()
1181 WW8PLCF aPlc( &xTableStream, nPos , nLen, 8 ); in DumpPLCFPcd() local
1185 *pOut << nLen << ", " << aPlc.GetIMax() << " Elements" << endl1; in DumpPLCFPcd()
1188 for( i=0; i<aPlc.GetIMax(); i++ ) in DumpPLCFPcd()
[all …]
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx4533 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()