|
|
|
@ -2,7 +2,6 @@ package com.fr.design.actions.replace.action.content.formula.template;
|
|
|
|
|
|
|
|
|
|
import com.fr.base.Formula; |
|
|
|
|
import com.fr.base.Parameter; |
|
|
|
|
import com.fr.base.ParameterConfig; |
|
|
|
|
import com.fr.base.io.AttrMark; |
|
|
|
|
import com.fr.base.iofile.attr.WatermarkAttr; |
|
|
|
|
import com.fr.data.Verifier; |
|
|
|
@ -11,12 +10,8 @@ import com.fr.design.actions.replace.action.content.formula.highlight.javascript
|
|
|
|
|
import com.fr.design.actions.replace.info.FormulaInfo; |
|
|
|
|
import com.fr.design.actions.replace.info.base.ITContent; |
|
|
|
|
import com.fr.design.actions.replace.info.base.SearchTag; |
|
|
|
|
import com.fr.design.file.HistoryTemplateListCache; |
|
|
|
|
import com.fr.design.file.HistoryTemplateListPane; |
|
|
|
|
import com.fr.design.i18n.Toolkit; |
|
|
|
|
import com.fr.design.mainframe.JTemplate; |
|
|
|
|
import com.fr.design.mainframe.ReportComponentComposite; |
|
|
|
|
import com.fr.design.mainframe.SheetNameTabPane; |
|
|
|
|
import com.fr.main.impl.WorkBook; |
|
|
|
|
import com.fr.report.core.ReportUtils; |
|
|
|
|
import com.fr.report.report.Report; |
|
|
|
@ -27,7 +22,6 @@ import com.fr.report.write.SubmitVisitor;
|
|
|
|
|
import com.fr.report.write.ValueVerifier; |
|
|
|
|
import com.fr.stable.CommonUtils; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
@ -133,6 +127,7 @@ public class SearchTemplateFormulaAction implements SearchTemplateFormula {
|
|
|
|
|
ITContent messageContent = ITContent.copy(verifyContent); |
|
|
|
|
messageContent.setReplaceObject(item.getMessage()); |
|
|
|
|
messageContent.setHoldObject(item); |
|
|
|
|
messageContent.setTag(SearchTag.WRITE_ATTR_MESSAGE); |
|
|
|
|
formulaInfos.add(new FormulaInfo(messageContent)); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|