- 18 Tem, 2014 38 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I9e49abc490935710b471c79d19385bda37f038b0
-
Caolán McNamara yazdı
Change-Id: I784198cacba86fe1778e49ceebe574b9cbd6888b
-
Caolán McNamara yazdı
Change-Id: I42287e6709a157a65bfb783d14fbf889de2e54b2
-
Caolán McNamara yazdı
Change-Id: I30e4d365fb2a851ea8d81e9f45a6f4d0bf6d7ec7
-
Caolán McNamara yazdı
Change-Id: I88d0414ea6188e807aa347dce4567821e0b7c6f3
-
Caolán McNamara yazdı
Change-Id: Icbdf4f4b1739a63aa02260ddc3b29097cb157b63
-
Caolán McNamara yazdı
Change-Id: Ib875f26170b90416e2ab1c498d93fb727d9633ce
-
Caolán McNamara yazdı
Change-Id: I2723812f960cde23c480651c9f8f5b26585fd51d
-
Caolán McNamara yazdı
Change-Id: I93f9bfb7a360b2851d179f6c4535b416fff339bc
-
Caolán McNamara yazdı
Change-Id: I07c0ee479a384d213a1b9b9252846bd9873b0bdc
-
Andrzej Hunt yazdı
LOK Document loading seems to be quite unreliable for various reasons.
-
Takeshi Abe yazdı
Change-Id: I59eb46f9d57e9fd72ed86c972685be93d154e3c7
-
Miklos Vajna yazdı
Change-Id: I5e4dc99c86b696d2c00392fdb47c4d9ebb7f14ff
-
Miklos Vajna yazdı
Change-Id: I8474b8ec7415b4d8e067343295ea985319c34834
-
Noel Grandin yazdı
Change-Id: Ib4cf76e941541b7f09b6a0dfbdab2a2604a0311d
-
Noel Grandin yazdı
Change-Id: Id97e5de8433cc5dc9cb72c0d447ce6af50eb4918
-
Noel Grandin yazdı
Change-Id: I80cd8adccad492c7e4b71e6204c0059bfc003b83
-
Noel Grandin yazdı
Change-Id: I5f05fc312032c50639f147f27353aa560a69f65a
-
Noel Grandin yazdı
e.g. convert code like foo(X * const & p) to foo(X * p) since the "const &" part of it adds nothing useful. Change-Id: Icf5f2041517259e7b6e055b75ed1e0e77c547da5
-
Michael Stahl yazdı
With a horizontal rule, it's possible that there is no \par following it in a header, so RemoveLastParagraph() will delete the paragraph where the shape is anchored (and so the shape as well). Avoid that by adding an extra \par if there is no \par following a shape. Change-Id: I4840417880c98203866c9dcde51627516618f2d0
-
Michael Stahl yazdı
There are special properties to create a "horizontal rule" shape that apparently set some specific defaults; this prevents the shape being imported as a big fat rectangle over the document. Change-Id: I402376d7306e870ad895beaa657750cbf3290d98
-
Michael Stahl yazdı
The document has a \pict with {\sp{\sn shapeType}{\sv 1}}, i.e. it's actually a rectangle shape; Word seems to ignore the picture data in this case, so try to do the same. Also consolidate the shape creation in a new function RTFSdrImport::initShape(). (regression from ba9b63d8) Change-Id: Iec94852ddc4c1ca3d8284119e6f1818a8dbb4149
-
Michael Stahl yazdı
Change-Id: Ic820daa58574fb37a737b632ba6c58d31ccb8114
-
Michael Stahl yazdı
Change-Id: Ia43a4ba643b3a3f5e362204de141eae0f73ad0db
-
Michael Stahl yazdı
These produce a lot of noise, and do not indicate a real bug. Change-Id: I355f6788af92529804cef2567ee2f8b3e4a1e807
-
Tor Lillqvist yazdı
Change-Id: I393e8a23bf69802e7879fe668708dca4f743bd4e
-
Oliver-Rainer Wittmann yazdı
to current field as it could be unavailable caused by its change and a followed removal from the document by e.g. a conditional hide of a section (cherry picked from commit 58f0d79a20c3b9683c2d6a4be5dde14fe7688e01) (cherry picked from commit 619fb83a3bc6d372632d382eaa1eb94fb9a8e8e9) Conflicts: sw/source/ui/fldui/fldvar.cxx Change-Id: I3f37b97ca8245c1996790622dd25437906b080db
-
Caolán McNamara yazdı
CreateTitleTextObject will call indirectly ImpPageChange which triggers tools::EventMultiplexerEvent::EID_PAGE_ORDER and so in outlview.cxx without ignore page changes level in action the outliner is filled in from the slide contents in FillOutliner clearing the outliner contents and filling it fresh, but.. a) this hack tower is not prepared for all the outliner iterators to become invalid b) the contents of this title object is empty, because it was just created, and we didn't get a chance to fill in its text. This all works for typing vs pasting because the KeyInput uses the OutlineViewPageChangesGuard guard which sets the ignore pages changes bit. So, given that OutlineView::UpdateDocument expects the iterators of the outliner to be valid during the lifetime of the method lock the full method with the OutlineViewPageChangesGuard guard Change-Id: Iecbf37d54f5f0c5a181be5f27832f769a3d2e389
-
Miklos Vajna yazdı
Change-Id: If2efab82c0adc2f3dc52733c335693565c350bfa
-
matteocam yazdı
Reviewed on: https://gerrit.libreoffice.org/10272 Change-Id: I696c152f9c053b745ab753a8899cc447eba8d1f8
-
Miklos Vajna yazdı
Change-Id: I27600820acb4a432840ef9bc7220fc3d4bb6a273
-
Matúš Kukan yazdı
This fixes sd_import_tests where 100*0.35 was 34 on 32bit platform. Change-Id: I45705326e91892beb814bd94e074b0a652709768
-
Pallavi Jadhav yazdı
Issue : - Direct Formatting for non-first Table cells was not getting preserved. - In issue file, a table with multiple cells have Line Sapcing = 1.5 lines. But LO was importing only First Table cell with Line Spacing = 1.5 lines whereas for remaining cells LO was applying Line Spacing = Single. LO was overriding value from styles.xml - Issue was due to at line : http://opengrok.libreoffice.org/xref/core/writerfilter/source/dmapper/DomainMapper.cxx#399 here LO sets only a boolean value for all cells and here : http://opengrok.libreoffice.org/xref/core/writerfilter/source/dmapper/DomainMapperTableHandler.cxx#769 we set DirectFormatting to False. So we have processed only one cell, hence for remaining cells Direct Formatting is not getting applied. - So in order to have Direct Formatting for multiple Table Cells, we need to preserve Direct Fomatting property for respective cells. And with present code structure it is not happening as there is only a bool variable we are considering. Implementation : - Saved Direct Formatting information in DomainMapper itself. - Hence when DomainMapperTableHandler::endTableGetCellProperties() gets called, Table cells already have correct value stored in it. We no more need to erase Default Formatting as Default formatting is not present instead it's actual values are now available. - This has conditionally reverted : https://gerrit.libreoffice.org/#/c/9560/ Change-Id: Ie1c82069cd84e9662f33e734bda3ef69c5169e83 Reviewed-on: https://gerrit.libreoffice.org/10216Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Matúš Kukan yazdı
Change-Id: I888f107c61037162439ad2d1ba99ad8185532f71
-
Noel Grandin yazdı
Change-Id: I2a4066c66894e0bd9c349a7c5b8db3a8398451d2
-
Noel Grandin yazdı
Change-Id: Ie33e6b9038d6c18482c2ba7aa47f62d23973ab08
-
Khaled Hosny yazdı
Change-Id: Ibe9fedb3602d6c8ddbc007b214969c9960ba10b1
-
Khaled Hosny yazdı
Change-Id: If91ed85a56c597f9aecbd5e469af4af83d256cfb
-
- 17 Tem, 2014 2 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: Ic4c858efa6e7c1a65357ac79f01e6c08f464ae3f
-
Kohei Yoshida yazdı
Change-Id: I9b1736bea65a582fb5214521472028835aec28ee
-