Lines Matching refs:aCellPos
2022 ScAddress aCellPos( aPos ); in ScCell() local
2025 bError = !PopDoubleRefOrSingleRef( aCellPos ); in ScCell()
2032 ScBaseCell* pCell = GetCell( aCellPos ); in ScCell()
2039 PushInt( aCellPos.Col() + 1 ); in ScCell()
2043 PushInt( aCellPos.Row() + 1 ); in ScCell()
2047 PushInt( aCellPos.Tab() + 1 ); in ScCell()
2051 sal_uInt16 nFlags = (aCellPos.Tab() == aPos.Tab()) ? (SCA_ABS) : (SCA_ABS_3D); in ScCell()
2052 aCellPos.Format( aFuncResult, nFlags, pDok, pDok->GetAddressConvention() ); in ScCell()
2057 SCTAB nTab = aCellPos.Tab(); in ScCell()
2082 ScAddress( static_cast<SCCOL>(aCellPos.Tab()), 0, 0 ).Format( in ScCell()
2086 … aCellPos.Format( aCellStr, (SCA_COL_ABSOLUTE|SCA_VALID_COL|SCA_ROW_ABSOLUTE|SCA_VALID_ROW), in ScCell()
2101 PushDouble( GetCellValue( aCellPos, pCell ) ); in ScCell()
2125 … int nZeroCount = (int)(pDok->GetColWidth( aCellPos.Col(), aCellPos.Tab() ) / nZeroWidth); in ScCell()
2133 … pDok->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_HOR_JUSTIFY ); in ScCell()
2149 … pDok->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_PROTECTION ); in ScCell()
2156 sal_uLong nFormat = pDok->GetNumberFormat( aCellPos ); in ScCell()
2206 … const SvNumberformat* pFormat = pFormatter->GetEntry( pDok->GetNumberFormat( aCellPos ) ); in ScCell()
2211 … const SvNumberformat* pFormat = pFormatter->GetEntry( pDok->GetNumberFormat( aCellPos ) ); in ScCell()