1. 02 Agu, 2014 23 kayıt (commit)
  2. 01 Agu, 2014 17 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
    • Jan Holesovsky's avatar
      hidpi, startcenter: Don't set fixed font heigt in the startcenter. · 2568a0bb
      Jan Holesovsky yazdı
      Change-Id: I68efbd08d21b514ab1659cd6bddfc2c4788c4a74
      2568a0bb
    • Pallavi Jadhav's avatar
      fdo#81341 : DOCX: EditTime is not geting preserved after RT · b38b124b
      Pallavi Jadhav yazdı
      	Issue :
      	- LO was not able to Import EditTime field in "HH:MM:SS" format.
      	- LO was Importing it as "HH:MM" format.
      	- In getTime() third parameter is passed as "false" which is bSec.
                Because of which LO was not able to Import EditTime in seconds.
      
      	Implementation :
      	- Added code to check value of Seconds > 0.
      	- Added code at Export side to write "EDITTIME" field.
      	- Added Unit test case at Export side.
      
      Because of which LO was not able to Import EditTime in seconds.
      
      Reviewed on:
      	https://gerrit.libreoffice.org/10655
      
      Change-Id: Ic740dc30d79be594dec9a0a05e407a7cb1a5941e
      b38b124b
    • Vinaya Mandke's avatar
      fdo#81491 FILEOPEN DOCX Assert Fails while Deleting Para (FramePr) · 9a733398
      Vinaya Mandke yazdı
      SwXText::convertToTextFrame is called for a Para with FramePr.
      convertToTextFrame in turn calls DelFullPara which throws an assert
      as a few Bookmarks are still registered to the paragraph.
      
      In  MarkManager::correctMarksAbsolute,  pMark->GetMarkPos().nNode.GetNode()
      is checked if it is pOldNode, and then the Mark Position is shifted to aNewPos.
      In the following condition pMark->GetOtherMarkPos().nNode.GetNode()
      if it is the pOldNode, and still the Mark Position is changed.
      However the Other Mark Position must be changed as now the Othe Mark is in pOldNode.
      
      Change-Id: I4507f6b2906d33bc65c922fffe12db2110de651b
      Reviewed-on: https://gerrit.libreoffice.org/10536Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      Tested-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      9a733398
    • Michael Stahl's avatar
      fdo#81892: oops forgot the test document · bac3cdb1
      Michael Stahl yazdı
      Change-Id: If9a9a0a75a35ce4808228f554d7d186a3a3daa4a
      bac3cdb1
    • Michael Stahl's avatar
      fdo#81893: writerfilter: RTF import: \qc before \page was lost · 008d1187
      Michael Stahl yazdı
      The paragraph properties need to be applied to the paragraph following
      the \page too, which did not happen in this case.
      
      Also the minimized test doc shows that checkNeedPap() must be preceded
      by checkFirstRun(), since there is no run preceding the \page.
      
      (regression from 94765a1b)
      
      Change-Id: Id286c4fbdeee688fa4f6b24063b634bac637eab6
      008d1187
    • Michael Stahl's avatar
      fdo#81892: writerfilter: RTF import: add support for table row alignment · df041e46
      Michael Stahl yazdı
      These keywords were simply not implemented.
      
      Change-Id: Ib4d07a4b2dfb07cfd56a4ee07d7c14d1c59323f9
      df041e46
    • Miklos Vajna's avatar
      clean up unused OOXMLFastContextHandler::fldData parameter · b92e9f45
      Miklos Vajna yazdı
      Change-Id: I6af797257c6e6e7bd95597ab786660fd9ade06a0
      b92e9f45
    • Tushar Bende's avatar
      fdo#80895 : Shape in Header&Footer is getting lost after RT · 194c17a7
      Tushar Bende yazdı
      If there is a shape in Header or footer in a docx created in MSO-2010 that shape was
      getting lost after RT(actually shape was there but it's properties were getting missed).
      Root cause was : When LO processes Header it has msRelationFragmentPath= header.xml in
      ShapeContextHandler::startFastElement() and searches for theme as there is No theme specific
      to header or footer, aThemeFragmentPath becomes empty in that case.
      This is because MS office shares same theme for both documentBody as well as Header or footer.
      
      To fix Get Target for Type = "officeDocument" from _rels/.rels file this target is
       "word/document.xml" for docx & to "ppt/presentation.xml" for pptx and use this Target for fetching correct theme.xml.
      Tested group shapes in header/footer,previously was not getting rendred and not preserved
       after RT.After this patch it's now working correctly.
      Tested chart in header/footer previously chart colour was not coming properly
      both during rendering as well as after RT.after this patch it's working correctly.
      
      Reviewed on:
      	https://gerrit.libreoffice.org/10451
      
      Change-Id: Id47008550da90c0d697b434b676765230e3258a7
      194c17a7