Searched refs:pTabPos (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 1695 if (pTabPos) in ApplyTabPos() 1697 nSp26 = pTabPos->nSp26; in ApplyTabPos() 1698 nSp27 = pTabPos->nSp27; in ApplyTabPos() 1699 nSp29 = pTabPos->nSp29; in ApplyTabPos() 1704 nSp37 = pTabPos->nSp37; in ApplyTabPos() 2437 const WW8_TablePos *pTabPos) in ConstructApo() argument 2449 pRet->ApplyTabPos(pTabPos); in ConstructApo() 2480 const WW8_TablePos *pTabPos) in StartApo() argument 2710 const WW8_TablePos *pTabPos) in TestSameApo() argument 2728 aF.ApplyTabPos(pTabPos); in TestSameApo() [all …]
|
H A D | ww8par2.cxx | 531 const WW8_TablePos *pTabPos, bool bReadTablePos) in TestApo() argument 533 const WW8_TablePos *pTopLevelTable = nCellLevel <= 1 ? pTabPos : 0; in TestApo() 571 if (WW8FlyPara *pTest = ConstructApo(aRet, pTabPos)) in TestApo() 629 if (!TestSameApo(aRet, pTabPos)) in TestApo() 1902 WW8_TablePos *pTabPos = 0; in WW8TabDesc() local 2102 pTabPos = &aTabPos; in WW8TabDesc() 2121 ApoTestResults aApo = pIo->TestApo(pIo->nInTable + 1, false, pTabPos); in WW8TabDesc() 2134 WW8FlyPara *pNewFly = pIo->ConstructApo(aApo, pTabPos); in WW8TabDesc()
|
H A D | ww8par.hxx | 1348 const WW8_TablePos *pTabPos); 1349 bool StartApo(const ApoTestResults &rApo, const WW8_TablePos *pTabPos); 1351 bool TestSameApo(const ApoTestResults &rApo, const WW8_TablePos *pTabPos); 1352 ApoTestResults TestApo(int nCellLevel, bool bTableRowEnd, const WW8_TablePos *pTabPos,
|
H A D | ww8par2.hxx | 81 void ApplyTabPos(const WW8_TablePos *pTabPos);
|
H A D | ww8par.cxx | 2452 WW8_TablePos *pTabPos=0; in ProcessSpecial() local 2488 pTabPos = &aTabPos; in ProcessSpecial() 2496 …ApoTestResults aApo = TestApo(nCellLevel, bTableRowEnd, pTabPos, !(pFirstTablePap == pPap && bTabl… in ProcessSpecial() 2548 maApos[nInTable] = StartApo(aApo, pTabPos); in ProcessSpecial()
|
Completed in 111 milliseconds