Home
last modified time | relevance | path

Searched refs:pHdFt (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx2104 if (pHdFt) in HasOwnHeaderFooter()
2116 bOk = ( pHdFt->GetTextPos(grpfIhdt, nI, start, nLen ) && nLen >= 2 ); in HasOwnHeaderFooter()
2119pHdFt->GetTextPosExact( static_cast< short >(nNumber + (nSect+1)*6), start, nLen); in HasOwnHeaderFooter()
2152 if( pHdFt ) in Read_HdFt()
2164 bOk = ( pHdFt->GetTextPos(grpfIhdt, nI, start, nLen ) && nLen >= 2 ); in Read_HdFt()
2167pHdFt->GetTextPosExact( static_cast< short >(nNumber + (nSect+1)*6), start, nLen); in Read_HdFt()
2255 if (mrReader.pHdFt) in SetHdFt()
2256 mrReader.pHdFt->UpdateIndex(rSection.maSep.grpfIhdt); in SetHdFt()
3755 pHdFt = 0; in SwWW8ImplReader()
4500 pHdFt = new WW8PLCF_HdFt( pTableStream, *pWwFib, *pWDop ); in CoreLoad()
[all …]
H A Dww8par.hxx1081 WW8PLCF_HdFt* pHdFt; // Pointer auf Header / Footer - Scannerklasse member in SwWW8ImplReader
H A Dww8par6.cxx1148 else if (mrReader.pHdFt) in CreateSep()
1166 …mrReader.pHdFt->GetTextPosExact( static_cast< short >(nI + ( maSegments.size() + 1) * 6), nStart, … in CreateSep()