Home
last modified time | relevance | path

Searched refs:cPgFtnEdn (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/dump/ !
H A Dww8scan.hxx1362 …sal_Int16 cPgFtnEdn; // count of pages in footnotes and endnotes tallied by last W… member in WW8Dop
H A Dww8scan.cxx6105 cPgFtnEdn = Get_Short( pData ); in WW8Dop()
6385 Set_UInt16( pData, cPgFtnEdn ); in Write()
H A Ddump8a.cxx1102 *pOut << indent2 << "cPgFtnEdn : " << pD->cPgFtnEdn << endl1; in DumpDop()
/AOO42X/main/sw/source/filter/ww8/ !
H A Dww8scan.hxx1612 …sal_Int16 cPgFtnEdn; // count of pages in footnotes and endnotes tallied by last W… member in WW8Dop
H A Dww8scan.cxx6817 cPgFtnEdn = Get_Short( pData ); // 68 0x44 in WW8Dop()
7253 Set_UInt16( pData, cPgFtnEdn ); // 68 0x44 in Write()
H A Dwrtww8.cxx413 rDop.cPgFtnEdn = (sal_Int16)rDStat.nPage; in SV_IMPL_PTRARR()