- 14 May, 2015 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I8f709cd0683c1a244d6b8c269c75b7f841824926
-
Philippe Jung yazdı
When Menu::SetText is called, it defines the title of the menu (reuse of an already defined & not used aTitleText) Popup-menu with a title defined paint it on top of the popup. Text is bold with a background slightly darker than the rest of the popup. Change-Id: Ifca1be60541400f76f562b03f6e3c40dc5fecb29 Reviewed-on: https://gerrit.libreoffice.org/15716Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Trent MacAlpine yazdı
Change-Id: I6e8b750662894050453932dd60830e7ae4ae27f4 Reviewed-on: https://gerrit.libreoffice.org/15546Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Caolán McNamara yazdı
Change-Id: I4b70878700851cc13a20321a11703c93e3f8ed49
-
Caolán McNamara yazdı
Change-Id: Id0ace0ae5e90877497834166c5e488a0f5caf0be
-
Caolán McNamara yazdı
Change-Id: Ide68e35964670f7acf7a9098b2e04451a17e335a
-
Caolán McNamara yazdı
Change-Id: I42d135456c7f9ce8bbd77db553be96149e4e75af
-
Caolán McNamara yazdı
Change-Id: Ie3934201d99c5dbd3107d6b184a1d575fa38d5c9
-
Caolán McNamara yazdı
Change-Id: Idc6faf3e2291edbe7877308f9423516f9a08d0cc
-
Charu Tyagi yazdı
Change-Id: Ifcd75cc47baf9da7b3480a4a1e51853aa66c3f1c Reviewed-on: https://gerrit.libreoffice.org/15458Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Tobias Madl yazdı
Now a task can be temporary deactivatet, without deletion. Change-Id: Ie72f0fe0e1529e2216271a3ae73be1c406947dec Reviewed-on: https://gerrit.libreoffice.org/15640Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I23cc1b5d5f61e0f6d67181d544a900ff99b3b8bd
-
Change-Id: I47a14951a23539ea90489baede93a9d1c7b5dcc9 Reviewed-on: https://gerrit.libreoffice.org/15729Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Change-Id: Ieef0f28a9caa830e24349e58a0b1ff9b04c6fe56 Reviewed-on: https://gerrit.libreoffice.org/15728Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: Ie28ba11dd62733a3c2ae796b43f1a8f0a8c16c2d
-
Noel Grandin yazdı
Change-Id: I5b99e42a3e85527b27d515c468d2ed66386fc9df
-
Noel Grandin yazdı
Change-Id: Ie7302c909feb2e83b8b5e62a5e6a1f901783fb49
-
Noel Grandin yazdı
Change-Id: Ic1cb9b32fe252706cd607abb2ae1fd5a00999901
-
Noel Grandin yazdı
Change-Id: I58031485aaa9ebdeb986a3ee0376f36a9f667947
-
Miklos Vajna yazdı
The old internal RTF filter used to call SwTxtNode::SetAttr() without setting SetAttrMode::NOFORMATATTR, so character attributes which cover the whole node got converted to paragraph attributes. The new UNO filter goes through SwXText::insertTextPortion(), which sets SetAttrMode::NOFORMATATTR, so this doesn't happen. The result of this is that when the UI sets a new paragraph style on the text node, then such character attributes are no longer removed. Given that in RTF you can't really have character properties on a paragraph, going back to the document model produced by the old internal filter doesn't sound like the good direction -- not to mention that changing SwXText::insertTextPortion() this way would be an implicit API change. Fix the problem by tweaking SwEditShell::SetTxtFmtColl() instead, so that it removes these full-text-node character attributes, too. The logic in SwTxtNode::RstTxtAttr() can be extended later if necessary to delete more attributes, but to be on the safe side, just handle the bare minimum necessary to fix the problem for now. Change-Id: I5faa3226fc0f9c18e005da185fe0830d8c393256
-
Caolán McNamara yazdı
Change-Id: If24a9d79ed26d059c18150201d89f72c515fb89d
-
Yousuf Philips yazdı
Change-Id: I74bdd36e01ea7a8ca8ab2041c38a5169cbca9827 Reviewed-on: https://gerrit.libreoffice.org/15537Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Icf833ca052f925075447bbf6845ad61da267cc8b
-
Joel yazdı
Disabled "Autosave this document too." This feature never worked right. I just made it invisible until someone figures out how to make it work properly in order to avoid confusion and possible data loss. Change-Id: I9fdcf35944eec456c8b569817ddde95c13e9378e Reviewed-on: https://gerrit.libreoffice.org/15721Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Andras Timar yazdı
Change-Id: Ie0bc8e8bd5e0770b85130496359e64358e34c836 Reviewed-on: https://gerrit.libreoffice.org/15727Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Joren De Cuyper yazdı
Change-Id: I104d6db7834b4235248736a9498a0e2a20cc7a43 Reviewed-on: https://gerrit.libreoffice.org/15722Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Julien Nabet yazdı
warn:legacy.osl:3927:1:vcl/source/window/window.cxx:271: Window ( 7VclVBox ()) with live children destroyed: N7formula7ParaWinE () I took example from http://cgit.freedesktop.org/libreoffice/core/commit/?id=da49275807c8cf1dd7362a531f321f9f756e82d1 + test existence of m_pImpl for FormulaDlg::PreNotify Change-Id: I580aa7be79e1743fc528fd414a0ae581c0cb0c87 Reviewed-on: https://gerrit.libreoffice.org/15726Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
With the missing documentation filled in from the rtf spec we can remove the crack and replace with to-char anchoring and set equivalent relative positioning attributes. Which stops us having the odd page anchoring which triggers an assert on exporting ooo59101-1.doc to odt and gives ooo59101-1.doc the same object positioning as seen in MSWord Change-Id: I7574f32c9df0aac4a15efdb8ebf5d7835f5c6103
-
Julien Nabet yazdı
Change-Id: I69f02be4a3fc67b06eda6f6215fa136730d10f61
-
Jan Holesovsky yazdı
Change-Id: I30c8624fa00338c9cca7a054e08eacfc4fd6a630
-
Noel Grandin yazdı
we are only currently interested in methods where the first parameter is RenderContext Change-Id: Ic505541c93a765e56e920415d3665b7aa4abb10b
-
Matúš Kukan yazdı
Change-Id: Iba879e0c2c79fd1c307c3dfe45370dbbfd4ae998
-
Tomaž Vajngerl yazdı
Change-Id: I24b6584a72b4a8db031d9bf8906d8682e32e4545
-
Tomaž Vajngerl yazdı
No painting should be performed outside of Paint hierarchy. Change-Id: I97a8d6429abcd6022e9bf89295dc2944485984eb
-
Tomaž Vajngerl yazdı
Change-Id: Ieda85c0f157a6b299ba10528dd3cee3fe9942783
-
Tomaž Vajngerl yazdı
Change-Id: I741e596a665119b50597586e9b0b5e8339a826ae
-
Markus Mohrhard yazdı
Change-Id: Ie4ce5906094386d68be46c03d9fb0c75b2663947
-
Markus Mohrhard yazdı
Now min length and max length are also respected when the axis is in the middle. Additionally when the axis is in the middle we now scale the negative and the positive part with the same factor. This is better for itnerop and makes more sense. Change-Id: If4c1adc0977d8ed66b8f22d937b0b3933288d012
-
Markus Mohrhard yazdı
Includes test for work-around for Excel bug. Change-Id: Iee51241725c827b20b1ecaa8b5dc8144860749c2
-
Markus Mohrhard yazdı
Change-Id: Id1276dc0e68b46158b750c96aad8afc24fb18743
-