Lines Matching refs:aCurPos
226 ScAddress aCurPos; in ScConditionalFormatDlg() local
231 aCurPos = ScAddress( pData->GetCurX(), pData->GetCurY(), pData->GetTabNo() ); in ScConditionalFormatDlg()
241 aEdtCond11.SetText( pEntry->GetExpression( aCurPos, 0 ) ); in ScConditionalFormatDlg()
256 aEdtCond12.SetText( pEntry->GetExpression( aCurPos, 1 ) ); in ScConditionalFormatDlg()
265 aEdtCond21.SetText( pEntry->GetExpression( aCurPos, 0 ) ); in ScConditionalFormatDlg()
280 aEdtCond22.SetText( pEntry->GetExpression( aCurPos, 1 ) ); in ScConditionalFormatDlg()
288 aEdtCond31.SetText( pEntry->GetExpression( aCurPos, 0 ) ); in ScConditionalFormatDlg()
303 aEdtCond32.SetText( pEntry->GetExpression( aCurPos, 1 ) ); in ScConditionalFormatDlg()
431 ScAddress aCurPos; in GetConditionalFormat() local
437 aCurPos = ScAddress( pData->GetCurX(), pData->GetCurY(), pData->GetTabNo() ); in GetConditionalFormat()
449 ScCondFormatEntry aNewEntry( eOper, sExpr1, sExpr2, pDoc, aCurPos, sStyle ); in GetConditionalFormat()
462 ScCondFormatEntry aNewEntry( eOper, sExpr1, sExpr2, pDoc, aCurPos, sStyle ); in GetConditionalFormat()
475 ScCondFormatEntry aNewEntry( eOper, sExpr1, sExpr2, pDoc, aCurPos, sStyle ); in GetConditionalFormat()