Lines Matching refs:aFormula
505 String aFormula = GetAutoSumFormula( rRangeList, bSubTotal ); in EnterAutoSum() local
506 EnterBlock( aFormula, NULL ); in EnterAutoSum()
658 const String aFormula = GetAutoSumFormula( aRangeList, bSubTotal ); in AutoSum() local
659 EnterData( nCol, nInsRow, nTab, aFormula ); in AutoSum()
691 const String aFormula = GetAutoSumFormula( aRangeList, bSubTotal ); in AutoSum() local
692 EnterData( nInsCol, nRow, nTab, aFormula ); in AutoSum()
713 String aFormula = '='; in GetAutoSumFormula() local
726 aFormula += *pDesc->pFuncName; in GetAutoSumFormula()
729 aFormula.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "(9;" ) ); in GetAutoSumFormula()
733 aFormula += '('; in GetAutoSumFormula()
738 aFormula += aRef; in GetAutoSumFormula()
739 aFormula += ')'; in GetAutoSumFormula()
741 return aFormula; in GetAutoSumFormula()