Example #1
0
        private void ThisAddIn_Startup(object sender, System.EventArgs e)
        {
            InitNLog.StartNLog();

            logger.ConditionalDebug("ThisAddIn_Startup");
            MSWText.Initialize();
            WordRibbon.Init();

            thisAddIn = this;

            foreach (WordRibbon wr in wRibbonL)
            {
                wr.InitHandlers(this.Application);
            }
        }
Example #2
0
 private static void ShrinkSpace(MSWText t, Config conf) => t.ShrinkSpace(conf);
Example #3
0
 private static void MarKMajDebut(MSWText t, Config conf) => t.MarkMajDebut(conf);
Example #4
0
 private static void AddSpace(MSWText t, Config conf) => t.AddSpace(conf);
Example #5
0
 private static void RemoveArcs(MSWText t, Config conf) => t.RemoveArcs(conf);
Example #6
0
 private static void MarkPonct(MSWText t, Config conf) => t.MarkPonct(conf);
Example #7
0
 private static void MarkDuo(MSWText t, Config conf) => t.MarkDuo(conf);
Example #8
0
 private static void MarkArcs(MSWText t, Config conf) => t.MarkArcs(conf);
Example #9
0
 private static void MarkLignes(MSWText t, Config conf) => t.MarkLignes(conf);
Example #10
0
 private static void MarkVoyCons(MSWText t, Config conf) => t.MarkVoyCons(conf);
Example #11
0
 private static void MarkNoir(MSWText t, Config conf) => t.MarkNoir(conf);
Example #12
0
 private static void MarkLetters(MSWText t, Config conf) => t.MarkLetters(conf);
Example #13
0
 private static void MarkPhons(MSWText t, Config conf) => t.ColorizePhons(conf, PhonConfType.phonemes);