Searched refs:pTmpTab (Results 1 – 2 of 2) sorted by relevance
1807 const SwTabFrm *pTmpTab = rpStart->FindTabFrm(); in lcl_FindStartEndCol() local1808 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() local1828 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()
3568 const SwTabFrm* pTmpTab = pCntnt->FindTabFrm(); in GetCellCntnt() local3569 if ( pTmpTab != pTab ) in GetCellCntnt()3571 pCntnt = pTmpTab->FindLastCntnt(); in GetCellCntnt()
Completed in 38 milliseconds