Age | Commit message (Collapse) | Author |
|
Not sure why .uno:ViewGridLines & SID_SCGRIDSHOW were
introduced (in "merge sidebar feature" and related commits).
Change-Id: I90bdfaef86adcbfa44129b8f7f9df61ca7f35114
Reviewed-on: https://gerrit.libreoffice.org/8459
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: If27559ffb077b5704d46ec4057b5531a9887b0cd
Reviewed-on: https://gerrit.libreoffice.org/8355
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I084aaae3f090b36e7f16c4cd2541613fc91d6490
|
|
MODE.SNGL, MODE.MULT, NEGBINOM.DIST, Z.TEST
Change-Id: I55eb05e1ebdb9dbc3ce9ae84e3cdacfdfa112091
Reviewed-on: https://gerrit.libreoffice.org/7776
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I9ffd2881bfbf51749d69d7fc1af2d74335d8e3f4
|
|
Project: help b7b2120b6b279ed678c9fc8dbd5ee02e184064bc
|
|
Change-Id: Ib40ab75ce04c60df29895b0b14450d507d67db23
|
|
Project: help a1500f2d2d62db355abf42dbd136b26baecf8abc
|
|
Change-Id: I7292dd2a03c94fd5366220a62334ef6ebac9296c
Reviewed-on: https://gerrit.libreoffice.org/8450
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Iba543bf0642071ab4a9164af8a4bcb35ac1ecfd0
|
|
Change-Id: I3c8d5e491fcf9f871d72fb2d138bb7094ff69746
|
|
Change-Id: I2d3b5311b8f40350f6d9524f802cb074c175ffaa
|
|
Project: help d17b89d10487e87000998056c30f9ecfa8b1a86a
|
|
Change-Id: Ibc45598b719c0898af19e6266799f84cc66d2db1
Reviewed-on: https://gerrit.libreoffice.org/8453
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I2bfbb2aa53729be1c12ccc3ca3dd8644aa4d5410
|
|
Project: help fd4b247481040463a7037ed0d96e78256ad2c32d
|
|
Problem was Document containing ole object if RoundTripped then after Roundtripping the OLE object was not working.
Which means if doc contains .zip file as ole object then after RoundTripping that .zip object was not getting opened .
Reason found that it was because of missing o:title attribute during RoundTrip for <v:imagedata> inside <v:shape>.
XML file difference :
In document.xml,
Before - <v:shape id="ole_rId2" style="width:72pt;height:40.3pt" o:ole="">
<v:imagedata r:id="rId3" />
</v:shape>
After - <v:shape id="ole_rId2" style="width:72pt;height:40.3pt" o:ole="">
<v:imagedata r:id="rId3" o:title="" />
</v:shape>
Verified that code changes working for other ole objects as well which are: Equations ,Excel Sheet and .zip.
Change-Id: I813de38bcd6e334ce38a661fdfcfa434ef246ed0
Reviewed-on: https://gerrit.libreoffice.org/8458
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: Iaafe30a1095bd5b6dac3637c394818ba8bd848ce
|
|
Import the "w:space" or the distance between multiple
columns of an Index
Modifies existing UT for the same
Reviewed on:
https://gerrit.libreoffice.org/8444
Change-Id: I6d38e106208524cb22d0b98b0071360865e64bc0
|
|
We should pass the natural rectangle instead of the bounding box as
the size of the shape.
Change-Id: I3ecee9d5645f280071c2872ecd08dbcf54574b8a
|
|
Description:
File corrupt due to the end tag </w:tc> </w:tr> </w:tbl> are missing after roundtrip in header4.xml
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/8378
Change-Id: Ib05a50b3b3beca6c744b93360f9341ddcaa1a22a
|
|
we need it again now
This reverts commit 77c45eb25eb462bacdf7d658d6cb485f755beaa5.
Change-Id: I3e171d95e4f50c8e26824da2f6e6817d3b597d4d
|
|
Change-Id: I492020d03ed4178510e6aae431cf4827c1166f0b
|
|
Reported by: Du Jing
Patch by: SunYing
Review by: Andre Fischer
(cherry picked from commit 7d4fbffcf83ae6cbd01485320c2f21155c3dd4de)
Change-Id: I1ca3caf3aaec255ab204a4a687ed8434fbdb234a
|
|
Added support to grab-bag rels and associated Images for
data[i].xml, and drawing[i].xml.
Added UT for the same
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/8362
Change-Id: I545825f67214f14037ab72b77764a07d575b8b5b
|
|
This supports \r flag run-in type index. If \r is specified then we don't
have to write \e flag (separator char).
\h is Alphabetic separator, where indexes are grouped as per starting
character.
Change-Id: I690b29cef3d24b2a71b01f1deef0e418162d71aa
Reviewed-on: https://gerrit.libreoffice.org/8099
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: I866946a2a987a95a41cf2b32ed089568ff94b236
|
|
Now the export validation test passes and we can finally make use of it.
Change-Id: Ic8a6d15f3f0aa84b35b480e3cb0fa1c54c5e6b25
|
|
Change-Id: I659c87a0f0856a95a5f9c71180b1d595f0dc09fa
|
|
Change-Id: I66db2bdf7bddaa6d8f1d935e28376e3d0898071f
|
|
Change-Id: I3c1243e449e0b7851e415cf7543483d16c5ac7ec
|
|
Some of this code is used by Windows.
This reverts commit b96724560f119b1b9ab8b5e1ee1759fd9b2db203.
|
|
Change-Id: I1d7ccbf4ceb3e825737a6c0af228767dc3fbce2d
|
|
Change-Id: Idda4de746db0c959ad31a6937a4aee877417e436
|
|
Change-Id: I242ddcc1e352fbf92206a21d93e16c42a0e5ef8e
|
|
Change-Id: I75094f95001dab18436100375a8ec6564e8d0f8f
|
|
Change-Id: I1d5660560844e6e05be7ac20af3a420cae7de2b5
|
|
Change-Id: I8ef300c77053d540aa68e3e3463286d56e82c50f
|
|
Change-Id: I0fa740b8eec80aff999627ba5a095248f69dab81
|
|
SfxBindings::GetSlot(unsigned short)
SfxBindings::GetSystemWindow() const
Change-Id: Icc024abcde1394ade86d3f4e623e4030382d2b63
|
|
Change-Id: I107f732cb0f26bf0546e6cf6181b4236a6ad7b49
|
|
Change-Id: If41ef729da5799ebaa4ea238c6d2c4f1087ac487
|
|
Change-Id: Ia3c53e64f6e39618b4cc85fae5f213e67041a725
|
|
Change-Id: I07e6642bdf0db3b0f297e8ec01b614f880231aa7
|
|
Change-Id: Id14c393700135b511e520f75d19561667a7f5a51
|
|
Change-Id: Ia7e94a0580a26dad874b2f53b4bc17d5c4b6d115
|
|
Change-Id: I4f58a14d388cb138eb2c23c296148237f33e9fef
|
|
SvtAccessibilityOptions::GetColorValueSetColumnCount() const
SvtAccessibilityOptions::GetEdgeBlending() const
SvtAccessibilityOptions::GetListBoxMaximumLineCount() const
SvtAccessibilityOptions::GetPreviewUsesCheckeredBackground() const
SvtAccessibilityOptions::SetColorValueSetColumnCount(short)
SvtAccessibilityOptions::SetEdgeBlending(short)
SvtAccessibilityOptions::SetListBoxMaximumLineCount(short)
SvtAccessibilityOptions::SetPreviewUsesCheckeredBackground(unsigned char)
Change-Id: I1efe1da923a7c26030655ca8baa299325f416478
|
|
Change-Id: I840294fd8ae03ecfef614fea7c6f3a552596446e
|
|
Change-Id: I5f53ad2cac374463991ad0e576297a07ca30ea5f
|