Lines Matching refs:rPos

189         const String& rExpr1, const String& rExpr2, ScDocument* pDocument, const ScAddress& rPos,  in ScConditionEntry()  argument
204 aSrcPos(rPos), in ScConditionEntry()
219 ScDocument* pDocument, const ScAddress& rPos ) : in ScConditionEntry() argument
230 aSrcPos(rPos), in ScConditionEntry()
383 void ScConditionEntry::MakeCells( const ScAddress& rPos ) // Formelzellen anlegen in MakeCells() argument
389 pFCell1 = new ScFormulaCell( pDoc, rPos, pFormula1 ); in MakeCells()
395 pFCell2 = new ScFormulaCell( pDoc, rPos, pFormula2 ); in MakeCells()
612 void ScConditionEntry::Interpret( const ScAddress& rPos ) in Interpret() argument
618 MakeCells( rPos ); in Interpret()
628 pTemp1 = new ScFormulaCell( pDoc, rPos, pFormula1 ); // ohne Listening in Interpret()
658 pTemp2 = new ScFormulaCell( pDoc, rPos, pFormula2 ); // ohne Listening in Interpret()
838 sal_Bool ScConditionEntry::IsCellValid( ScBaseCell* pCell, const ScAddress& rPos ) const in IsCellValid()
840 ((ScConditionEntry*)this)->Interpret(rPos); // Formeln auswerten in IsCellValid()
1135 ScDocument* pDocument, const ScAddress& rPos, in ScCondFormatEntry() argument
1140 …ScConditionEntry( eOper, rExpr1, rExpr2, pDocument, rPos, rExprNmsp1, rExprNmsp2, eGrammar1, eGram… in ScCondFormatEntry()
1148 ScDocument* pDocument, const ScAddress& rPos, in ScCondFormatEntry() argument
1150 ScConditionEntry( eOper, pArr1, pArr2, pDocument, rPos ), in ScCondFormatEntry()
1284 const String& ScConditionalFormat::GetCellStyle( ScBaseCell* pCell, const ScAddress& rPos ) const in GetCellStyle()
1287 if ( ppEntries[i]->IsCellValid( pCell, rPos ) ) in GetCellStyle()