Lines Matching refs:aFormula
4135 String aFormula( '=' ); in DropTransferObj() local
4136 aFormula += ScCompiler::GetNativeSymbol( ocDde); in DropTransferObj()
4137 aFormula += ScCompiler::GetNativeSymbol( ocOpen); in DropTransferObj()
4138 aFormula += aQuote; in DropTransferObj()
4139 aFormula += aApp; in DropTransferObj()
4140 aFormula += aQuote; in DropTransferObj()
4141 aFormula += sSep; in DropTransferObj()
4142 aFormula += aQuote; in DropTransferObj()
4143 aFormula += aTopic; in DropTransferObj()
4144 aFormula += aQuote; in DropTransferObj()
4145 aFormula += sSep; in DropTransferObj()
4146 aFormula += aQuote; in DropTransferObj()
4147 aFormula += aItem; in DropTransferObj()
4148 aFormula += aQuote; in DropTransferObj()
4149 aFormula += ScCompiler::GetNativeSymbol( ocClose); in DropTransferObj()
4156 pView->EnterMatrix( aFormula ); in DropTransferObj()