Lines Matching refs:aFormula
4120 String aFormula( '=' ); in DropTransferObj() local
4121 aFormula += ScCompiler::GetNativeSymbol( ocDde); in DropTransferObj()
4122 aFormula += ScCompiler::GetNativeSymbol( ocOpen); in DropTransferObj()
4123 aFormula += aQuote; in DropTransferObj()
4124 aFormula += aApp; in DropTransferObj()
4125 aFormula += aQuote; in DropTransferObj()
4126 aFormula += sSep; in DropTransferObj()
4127 aFormula += aQuote; in DropTransferObj()
4128 aFormula += aTopic; in DropTransferObj()
4129 aFormula += aQuote; in DropTransferObj()
4130 aFormula += sSep; in DropTransferObj()
4131 aFormula += aQuote; in DropTransferObj()
4132 aFormula += aItem; in DropTransferObj()
4133 aFormula += aQuote; in DropTransferObj()
4134 aFormula += ScCompiler::GetNativeSymbol( ocClose); in DropTransferObj()
4141 pView->EnterMatrix( aFormula ); in DropTransferObj()