Exemplo n.º 1
0
 def __init__(self, unoObjs, goodList):
     self.unoObjs = unoObjs
     self.goodList = goodList
     self.dlgReplace = None  # type spellreplace.DlgSpellingReplace
     self.msgboxFour = FourButtonDialog(self.unoObjs)
     self.rangeJumper = None
     self.config = None
     self.wordsToIgnore = set()
     self.askEach = True
     self.punctBefore = ""
     self.punctAfter = ""
 def __init__(self, unoObjs, progressBar, settings):
     self.unoObjs = unoObjs
     self.progressBar = progressBar
     self.msgboxFour = FourButtonDialog(unoObjs)
     self.secCall = None
     self.styleType = ""
     self.newStyleName = ""
     self.newFont = None
     self.numChanges = 0
     self.numStyleChanges = 0
     self.selsCount = 0
     self.askEach = False
     self.colorize = settings.colorize
 def __init__(self, writerUnoObjs, askEach=True):
     self.unoObjs = writerUnoObjs
     self.msgboxFour = FourButtonDialog(writerUnoObjs)
     self.askEach = askEach
     self.selsCount = 0