Lines Matching refs:fnGetLeft
670 (rCF.pFrm->Frm().*fnRect->fnGetLeft)() : in ChkChartSel()
675 (rCF.pFrm->Frm().*fnRect->fnGetLeft)() ) && in ChkChartSel()
1717 nSX = (rpStart->Frm().*fnRect->fnGetLeft )(); in lcl_FindStartEndCol()
1731 ( ( ! bRTL && (pTmp->Frm().*fnRect->fnGetLeft)() < nSX && in lcl_FindStartEndCol()
1733 ( bRTL && (pTmp->Frm().*fnRect->fnGetLeft)() > nSX && in lcl_FindStartEndCol()
1766 nEX = (rpEnd->Frm().*fnRect->fnGetLeft )(); in lcl_FindStartEndCol()
1784 while ( ( bRTL && (rpEnd->Frm().*fnRect->fnGetLeft)() < nEX ) || in lcl_FindStartEndCol()
1785 ( ! bRTL && (rpEnd->Frm().*fnRect->fnGetLeft)() > nEX ) ) in lcl_FindStartEndCol()
1802 … while ( pTmpLeaf && (pTmpLeaf->Frm().*fnRect->fnGetLeft)() > nEX )//erstmal die Zeile ueberspr. in lcl_FindStartEndCol()
1804 while ( pTmpLeaf && (pTmpLeaf->Frm().*fnRect->fnGetLeft)() < nSX && in lcl_FindStartEndCol()
1812 while ( (rpStart->Frm().*fnRect->fnGetLeft)() < nSX && in lcl_FindStartEndCol()
1823 … while ( pTmpLeaf && (pTmpLeaf->Frm().*fnRect->fnGetLeft)() < nEX )//erstmal die Zeile ueberspr. in lcl_FindStartEndCol()
1825 while ( pTmpLeaf && (pTmpLeaf->Frm().*fnRect->fnGetLeft)() > nEX ) in lcl_FindStartEndCol()
1835 while ( (rpEnd->Frm().*fnRect->fnGetLeft)() > nEX ) in lcl_FindStartEndCol()
1880 if( (pStart->Frm().*fnRect->fnGetLeft)() > in MakeSelUnions()
1881 (pEnd->Frm().*fnRect->fnGetLeft)() ) in MakeSelUnions()