Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par6.cxx2435 WW8FlyPara *SwWW8ImplReader::ConstructApo(const ApoTestResults &rApo, in ConstructApo() argument
2439 ASSERT(rApo.HasFrame() || pTabPos, in ConstructApo()
2442 pRet = new WW8FlyPara(bVer67, rApo.mpStyleApo); in ConstructApo()
2445 if (rApo.HasFrame()) in ConstructApo()
2446 pRet->ReadFull(rApo.mpSprm29, this); in ConstructApo()
2478 bool SwWW8ImplReader::StartApo(const ApoTestResults &rApo, in StartApo() argument
2481 if (0 == (pWFlyPara = ConstructApo(rApo, pTabPos))) in StartApo()
2708 bool SwWW8ImplReader::TestSameApo(const ApoTestResults &rApo, in TestSameApo() argument
2723 WW8FlyPara aF(bVer67, rApo.mpStyleApo); in TestSameApo()
2725 if (rApo.HasFrame()) in TestSameApo()
[all …]
H A Dww8par.hxx1346 WW8FlyPara *ConstructApo(const ApoTestResults &rApo,
1348 bool StartApo(const ApoTestResults &rApo, const WW8_TablePos *pTabPos);
1350 bool TestSameApo(const ApoTestResults &rApo, const WW8_TablePos *pTabPos);