Lines Matching refs:aCellPos

6079 	aCellPos( rP ),  in ScCellObj()
6090 pUnoText = new ScCellTextObj( GetDocShell(), aCellPos ); in GetUnoText()
6117 aCellPos = pFirst->aStart; in RefChanged()
6189 return lcl_GetInputString( GetDocShell()->GetDocument(), aCellPos, bEnglish ); in GetInputString_Impl()
6193 String ScCellObj::GetOutputString_Impl(ScDocument* pDoc, const ScAddress& aCellPos) in GetOutputString_Impl() argument
6198 ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in GetOutputString_Impl()
6219 sal_uLong nNumFmt = pDoc->GetNumberFormat( aCellPos ); in GetOutputString_Impl()
6232 aVal = GetOutputString_Impl(pDocSh->GetDocument(), aCellPos); in GetOutputString_Impl()
6243 …(void)aFunc.SetCellText( aCellPos, rString, bInterpret, bEnglish, sal_True, EMPTY_STRING, formula:… in SetString_Impl()
6251 return pDocSh->GetDocument()->GetValue( aCellPos ); in GetValue_Impl()
6262 (void)aFunc.PutCell( aCellPos, new ScValueCell(fValue), sal_True ); in SetValue_Impl()
6273 ScBaseCell* pCell = pDocSh->GetDocument()->GetCell( aCellPos ); in SetFormulaResultString()
6284 ScBaseCell* pCell = pDocSh->GetDocument()->GetCell( aCellPos ); in SetFormulaResultDouble()
6297 … aFunc.SetCellText( aCellPos, rFormula, sal_True, sal_True, sal_True, rFormulaNmsp, eGrammar); in SetFormulaWithGrammar()
6313 sal_uInt32 nOldFormat = pDoc->GetNumberFormat( aCellPos ); in InputEnglishString()
6322 ScBaseCell* pNewCell = aFunc.InterpretEnglishString( aCellPos, aString, in InputEnglishString()
6340 (void)aFunc.PutCell( aCellPos, pNewCell, sal_True ); in InputEnglishString()
6458 pCellField->InitDoc( pDocSh, aCellPos, aSelection ); in insertTextContent()
6562 CellType eCalcType = pDocSh->GetDocument()->GetCellType( aCellPos ); in getType()
6592 ScBaseCell* pCell = pDocSh->GetDocument()->GetCell(aCellPos); in GetResultType_Impl()
6609 ScBaseCell* pCell = pDocSh->GetDocument()->GetCell( aCellPos ); in getError()
6632 ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in getTokens()
6654 ScBaseCell* pNewCell = new ScFormulaCell( pDoc, aCellPos, &aTokenArray ); in setTokens()
6655 (void)aFunc.PutCell( aCellPos, pNewCell, sal_True ); in setTokens()
6665 aAdr.Sheet = aCellPos.Tab(); in getCellAddress()
6666 aAdr.Column = aCellPos.Col(); in getCellAddress()
6667 aAdr.Row = aCellPos.Row(); in getCellAddress()
6679 return new ScAnnotationObj( pDocSh, aCellPos ); in getAnnotation()
6693 return new ScCellFieldsObj( pDocSh, aCellPos ); in getTextFields()