Lines Matching refs:aFormula
705 String aFormula( '=' ); in PasteDDE() local
706 aFormula += ScCompiler::GetNativeSymbol( ocDde); in PasteDDE()
707 aFormula += ScCompiler::GetNativeSymbol( ocOpen); in PasteDDE()
708 aFormula += aQuote; in PasteDDE()
709 aFormula += aApp; in PasteDDE()
710 aFormula += aQuote; in PasteDDE()
711 aFormula += sSep; in PasteDDE()
712 aFormula += aQuote; in PasteDDE()
713 aFormula += aTopic; in PasteDDE()
714 aFormula += aQuote; in PasteDDE()
715 aFormula += sSep; in PasteDDE()
716 aFormula += aQuote; in PasteDDE()
717 aFormula += aItem; in PasteDDE()
718 aFormula += aQuote; in PasteDDE()
719 aFormula += ScCompiler::GetNativeSymbol( ocClose); in PasteDDE()
734 EnterMatrix( aFormula ); in PasteDDE()