Searched refs:aPLCF (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 1638 WW8PLCFspecial aPLCF( &xTableStream, nStart, nLen, in DumpDrawObjects() local 1642 << ", " << aPLCF.GetIMax() << " Elements" << endl1; in DumpDrawObjects() 1644 for( sal_uInt16 i = 0; i < aPLCF.GetIMax(); ++i ) in DumpDrawObjects() 1646 long nCp = aPLCF.GetPos( i ); in DumpDrawObjects() 1651 long* pFSPA = (long*)aPLCF.GetData( i ); in DumpDrawObjects() 1684 WW8PLCFspecial aPLCF( &xTableStream, nStart, nLen, 6 ); in DumpTxtboxBrks() local 1687 << ", " << aPLCF.GetIMax() << " Elements" << endl1; in DumpTxtboxBrks() 1689 for( sal_uInt16 i = 0; i < aPLCF.GetIMax(); ++i ) in DumpTxtboxBrks() 1691 long nCp = aPLCF.GetPos( i ); in DumpTxtboxBrks() 1695 sal_uInt16* pBKD = (sal_uInt16*)aPLCF.GetData( i ); in DumpTxtboxBrks()
|
H A D | ww8scan.cxx | 5917 : aPLCF( pSt, rFib.fcPlcfhdd , rFib.lcbPlcfhdd , 0 ) in WW8PLCF_HdFt() 5960 aPLCF.SetIdx( nIdx ); // Lookup suitable CP in GetTextPos() 5961 aPLCF.Get( rStart, nEnd, pData ); in GetTextPos() 5963 aPLCF++; in GetTextPos() 5973 aPLCF.SetIdx( nIdx ); // Lookup suitable CP in GetTextPosExact() 5974 aPLCF.Get( rStart, nEnd, pData ); in GetTextPosExact()
|
H A D | ww8scan.hxx | 1470 WW8PLCF aPLCF; member in WW8PLCF_HdFt
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 6627 : aPLCF( pSt, rFib.fcPlcfhdd , rFib.lcbPlcfhdd , 0 ) in WW8PLCF_HdFt() 6670 aPLCF.SetIdx( nIdx ); // Lookup suitable CP in GetTextPos() 6671 aPLCF.Get( rStart, nEnd, pData ); in GetTextPos() 6673 aPLCF++; in GetTextPos() 6683 aPLCF.SetIdx( nIdx ); // Lookup suitable CP in GetTextPosExact() 6684 aPLCF.Get( rStart, nEnd, pData ); in GetTextPosExact()
|
H A D | ww8scan.hxx | 1772 WW8PLCF aPLCF; member in WW8PLCF_HdFt
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.cxx | 1673 PLCF<WW8BKD> aPLCF(*mpTableStream, in resolve() local
|
Completed in 101 milliseconds