1. 02 Agu, 2014 36 kayıt (commit)
  2. 01 Agu, 2014 4 kayıt (commit)
    • Jan Holesovsky's avatar
      bnc#862514: Handle corner case in slide sorter correctly. · a24e9c29
      Jan Holesovsky yazdı
      We should never return -1 when bIncludeBordersAndGaps is true; but that could
      have happened in a corner case:
      
      * export SAL_USE_VCLPLUGIN=gen
      * start LibreOffice
      * open a presentation with many slides
      * resize the window so that it shows the slides _exactly_, no slide is cut
        off in the slide sorter
      * point the mouse pointer into the left "Slides" sidebar (slide sorter) so
        that it does not cause any mouse-over effect (somehow between the left
        border, and the slides - there is space that can do this)
      * turn the mouse wheel all the way down so that the last slide is at the
        bottom
      * turn the mouse wheel up _once_
      * turn the mouse wheel down _once_ - it will look like the view does not
        change (the last but one is still at the bottom), but you can see the
        scrollbar jump to the top
      * and now you can again start turning the wheel all the way down to repeat
        the procedure :-)
      
      Change-Id: I0253c89513222a1f2eb3263068997d10eea0f130
      a24e9c29
    • László Németh's avatar
      fdo#81571 autocorrect doesn't need space before (c), (r), (tm)... · b3b6361c
      László Németh yazdı
      Also ->, -->, <-, <-- arrows are replaced within text, eg. A->B->C
      
      Change-Id: I4abf804d3e9c6b2b06ed3cb274a1919346e06573
      b3b6361c
    • László Németh's avatar
      fdo#55292 add middle wildcard autocorrection · a0742589
      László Németh yazdı
      Syntax: .*text.*, eg. for f-ligature replacements:
      
      .*fi.* -> fi (U-FB01)
      .*fl.* -> fl (U-FB02)
      
      For en-dash replacements between numbers ("2014–15"), instead of em-dash:
      
      .*1--.* -> –
      .*2--.* -> –
      ...
      
      Change-Id: I8992a751e2c1fbdd96a36cf555eb4349d5f80276
      a0742589
    • Miklos Vajna's avatar
      RTF import: fix as-char anchored OLE objects · 43b88364
      Miklos Vajna yazdı
      Regression from 2a35f5c7 (DOCX OLE
      import: inherit anchor type from replacement graphic, 2014-02-18), then
      problem was that dmapper expected that the anchor type of the
      replacement graphic is set, but the RTF tokenizer wasn't adapted to
      fulfill this requirement.
      
      Change-Id: I0f7e1a71052f337793d6f844fe5476c3868c03f4
      43b88364