Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1807 const SwTabFrm *pTmpTab = rpStart->FindTabFrm(); in lcl_FindStartEndCol() local
1808 if ( !pTmpTab->IsAnLower( pTmpLeaf ) ) in lcl_FindStartEndCol()
1810 pTmpTab = pTmpTab->GetFollow(); in lcl_FindStartEndCol()
1811 rpStart = pTmpTab->FirstCell(); in lcl_FindStartEndCol()
1827 const SwTabFrm *pTmpTab = rpEnd->FindTabFrm(); in lcl_FindStartEndCol() local
1828 if ( !pTmpLeaf || !pTmpTab->IsAnLower( pTmpLeaf ) ) in lcl_FindStartEndCol()
1830 pTmpTab = (const SwTabFrm*)pTmpTab->FindPrev(); in lcl_FindStartEndCol()
1831 ASSERT( pTmpTab->IsTabFrm(), "Vorgaenger vom Follow nicht der Master."); in lcl_FindStartEndCol()
1832 rpEnd = pTmpTab->FindLastCntnt()->GetUpper(); in lcl_FindStartEndCol()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx3584 const SwTabFrm* pTmpTab = pCntnt->FindTabFrm(); in GetCellCntnt() local
3585 if ( pTmpTab != pTab ) in GetCellCntnt()
3587 pCntnt = pTmpTab->FindLastCntnt(); in GetCellCntnt()

Completed in 35 milliseconds