Searched refs:pTmpLeaf (Results 1 – 1 of 1) sorted by relevance
1788 if( !pTmpLeaf || !pTab->IsAnLower( pTmpLeaf ) ) in lcl_FindStartEndCol()1790 rpEnd = pTmpLeaf; in lcl_FindStartEndCol()1801 pTmpLeaf = pTmpLeaf->GetNextLayoutLeaf(); in lcl_FindStartEndCol()1803 pTmpLeaf = pTmpLeaf->GetNextLayoutLeaf(); in lcl_FindStartEndCol()1804 while ( pTmpLeaf && (pTmpLeaf->Frm().*fnRect->fnGetLeft)() < nSX && in lcl_FindStartEndCol()1806 pTmpLeaf = pTmpLeaf->GetNextLayoutLeaf(); in lcl_FindStartEndCol()1822 pTmpLeaf = pTmpLeaf->GetPrevLayoutLeaf(); 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()[all …]
Completed in 18 milliseconds