1. 02 Agu, 2014 31 kayıt (commit)
  2. 01 Agu, 2014 9 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
    • Palenik Mihály's avatar
      Convert PAGE_DBWIZARD_AUTHENTIFICATION and PAGE_DBWIZARD_LDAP to .ui · 3743f9da
      Palenik Mihály yazdı
      Conflicts:
      	dbaccess/source/ui/dlg/dbadminsetup.hrc
      	dbaccess/source/ui/dlg/dbadminsetup.src
      	dbaccess/source/ui/inc/dbu_resource.hrc
      
      Change-Id: I71558269dd2edcc828af9633992f2d143ffefd6d
      3743f9da
    • Palenik Mihály's avatar
      Convert 3 tabpages to .ui · 2984644d
      Palenik Mihály yazdı
      I converted PAGE_DBWIZARD_MYSQL_JDBC, PAGE_DBWIZARD_ORACLE and
      PAGE_DBWIZARD_JDBC to .ui.
      
      Conflicts:
      	dbaccess/source/ui/dlg/dbadminsetup.hrc
      	dbaccess/source/ui/inc/dbu_resource.hrc
      
      Change-Id: I920183c4abf303918ac0406b5810e1b8b377a04c
      Reviewed-on: https://gerrit.libreoffice.org/10608Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
      Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
      2984644d
    • Takeshi Abe's avatar
      typo: more then -> more than · 9bac4d41
      Takeshi Abe yazdı
      Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
      9bac4d41
    • Palenik Mihály's avatar
      Convert 5 tabpages to .ui · ca1897ed
      Palenik Mihály yazdı
      I convert PAGE_DBWIZARD_ADO, PAGE_DBWIZARD_DBASE,
      PAGE_DBWIZARD_MSACCESS, PAGE_DBWIZARD_ODBC, PAGE_DBWIZARD_USERDEFINED
      
      Conflicts:
      	dbaccess/source/ui/inc/dbu_resource.hrc
      
      Change-Id: Id5efedb2016011a25c037b7d2bc15b20ddd73800
      Reviewed-on: https://gerrit.libreoffice.org/10607Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
      Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
      ca1897ed
    • Miklos Vajna's avatar
      writerfilter: fix dbglevel=2 build · 4b2c5a94
      Miklos Vajna yazdı
      Regression from commit 4c3ba3a4
      (fdo#75757: Remove inheritance from std::map., 2014-07-26).
      
      Change-Id: I2a532182697ae7a5fe4ec2f880a0f5237a21b723
      4b2c5a94