Lines Matching refs:pTmpLeaf

1787         const SwLayoutFrm* pTmpLeaf = rpEnd->GetPrevLayoutLeaf();  in lcl_FindStartEndCol()  local
1788 if( !pTmpLeaf || !pTab->IsAnLower( pTmpLeaf ) ) in lcl_FindStartEndCol()
1790 rpEnd = pTmpLeaf; in lcl_FindStartEndCol()
1800 const SwLayoutFrm *pTmpLeaf = rpStart; in lcl_FindStartEndCol() local
1801 pTmpLeaf = pTmpLeaf->GetNextLayoutLeaf(); in lcl_FindStartEndCol()
1802 … while ( pTmpLeaf && (pTmpLeaf->Frm().*fnRect->fnGetLeft)() > nEX )//erstmal die Zeile ueberspr. in lcl_FindStartEndCol()
1803 pTmpLeaf = pTmpLeaf->GetNextLayoutLeaf(); in lcl_FindStartEndCol()
1804 while ( pTmpLeaf && (pTmpLeaf->Frm().*fnRect->fnGetLeft)() < nSX && in lcl_FindStartEndCol()
1805 (pTmpLeaf->Frm().*fnRect->fnGetRight)()< nSX2 ) in lcl_FindStartEndCol()
1806 pTmpLeaf = pTmpLeaf->GetNextLayoutLeaf(); in lcl_FindStartEndCol()
1808 if ( !pTmpTab->IsAnLower( pTmpLeaf ) ) in lcl_FindStartEndCol()
1817 rpStart = pTmpLeaf; in lcl_FindStartEndCol()
1821 const SwLayoutFrm *pTmpLeaf = rpEnd; in lcl_FindStartEndCol() local
1822 pTmpLeaf = pTmpLeaf->GetPrevLayoutLeaf(); in lcl_FindStartEndCol()
1823 … while ( pTmpLeaf && (pTmpLeaf->Frm().*fnRect->fnGetLeft)() < nEX )//erstmal die Zeile ueberspr. in lcl_FindStartEndCol()
1824 pTmpLeaf = pTmpLeaf->GetPrevLayoutLeaf(); in lcl_FindStartEndCol()
1825 while ( pTmpLeaf && (pTmpLeaf->Frm().*fnRect->fnGetLeft)() > nEX ) in lcl_FindStartEndCol()
1826 pTmpLeaf = pTmpLeaf->GetPrevLayoutLeaf(); in lcl_FindStartEndCol()
1828 if ( !pTmpLeaf || !pTmpTab->IsAnLower( pTmpLeaf ) ) in lcl_FindStartEndCol()
1839 rpEnd = pTmpLeaf; in lcl_FindStartEndCol()