Lines Matching refs:aAdr

561     ScAddress aAdr;  in CreateDoubleArr()  local
564 aAdr.SetTab( nTab ); in CreateDoubleArr()
568 aAdr.SetRow( nRow ); in CreateDoubleArr()
572 aAdr.SetCol( nCol ); in CreateDoubleArr()
573 ScBaseCell* pCell = pDok->GetCell( aAdr ); in CreateDoubleArr()
582 nVal = GetValueCellValue( aAdr, (ScValueCell*)pCell ); in CreateDoubleArr()
747 ScAddress aAdr; in CreateCellArr() local
750 aAdr.SetTab( nTab ); in CreateCellArr()
754 aAdr.SetRow( nRow ); in CreateCellArr()
758 aAdr.SetCol( nCol ); in CreateCellArr()
759 ScBaseCell* pCell = pDok->GetCell( aAdr ); in CreateCellArr()
778 nVal = GetValueCellValue( aAdr, (ScValueCell*)pCell ); in CreateCellArr()
1898 ScAddress aAdr; in GetDouble() local
1899 PopSingleRef( aAdr ); in GetDouble()
1900 ScBaseCell* pCell = GetCell( aAdr ); in GetDouble()
1901 nVal = GetCellValue( aAdr, pCell ); in GetDouble()
1908 ScAddress aAdr; in GetDouble() local
1909 if ( !nGlobalError && DoubleRefToPosSingleRef( aRange, aAdr ) ) in GetDouble()
1911 ScBaseCell* pCell = GetCell( aAdr ); in GetDouble()
1912 nVal = GetCellValue( aAdr, pCell ); in GetDouble()
2000 ScAddress aAdr; in GetString() local
2001 PopSingleRef( aAdr ); in GetString()
2004 ScBaseCell* pCell = GetCell( aAdr ); in GetString()
2016 ScAddress aAdr; in GetString() local
2017 if ( !nGlobalError && DoubleRefToPosSingleRef( aRange, aAdr ) ) in GetString()
2019 ScBaseCell* pCell = GetCell( aAdr ); in GetString()
2515 ScAddress aAdr; in ScExternal() local
2516 if ( PopDoubleRefOrSingleRef( aAdr ) ) in ScExternal()
2518 ScBaseCell* pCell = GetCell( aAdr ); in ScExternal()
2526 aElem <<= (double) GetCellValue( aAdr, pCell ); in ScExternal()
2565 ScAddress aAdr; in ScExternal() local
2566 if ( PopDoubleRefOrSingleRef( aAdr ) ) in ScExternal()
2568 ScBaseCell* pCell = GetCell( aAdr ); in ScExternal()
2576 aParam <<= (double) GetCellValue( aAdr, pCell ); in ScExternal()
2607 ScAddress aAdr; in ScExternal() local
2608 PopSingleRef( aAdr ); in ScExternal()
2609 ScRange aRange( aAdr ); in ScExternal()
2768 ScAddress aAdr; in ScMacro() local
2769 PopSingleRef( aAdr ); in ScMacro()
2770 bOk = SetSbxVariable( pPar, aAdr ); in ScMacro()
2792 ScAddress aAdr( nCol1, nRow1, nTab1 ); in ScMacro() local
2795 aAdr.SetRow( nRow ); in ScMacro()
2800 aAdr.SetCol( nCol ); in ScMacro()
2803 bOk = SetSbxVariable( p, aAdr ); in ScMacro()
3922 ScAddress aAdr; in Interpret() local
3923 PopSingleRef( aAdr ); in Interpret()
3925 PushCellResultToken( false, aAdr, in Interpret()
3945 ScAddress aAdr; in Interpret() local
3946 if ( !nGlobalError && DoubleRefToPosSingleRef( aRange, aAdr)) in Interpret()
3947 PushCellResultToken( false, aAdr, in Interpret()