Age | Commit message (Collapse) | Author |
|
Change-Id: I91ab5f87f859b855c858a41afd218f57b03ad3a2
|
|
Problem:
Hebrew Text-Bulleted List converted to Numbered List in round trip file
Implementaion:
- Added Hebrew support for import and export for list.
- Added Unit test case.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/7693
Change-Id: I739f4b74fb0451f6da80be06114c48074d1e4cdf
|
|
Change-Id: I0de931d79548505ca7d26ffdfb560cfd5c6105a9
|
|
especially relative positions were relative
to the dialog which was assumed to be then
a direct parent of the widgets so that
a simple calculation could make the positions
relative to the widgets
also now the pivot table fits into a 768 pixel high
screen
Change-Id: I86a4155439872e8273943b90f15320e560e237a4
|
|
Change-Id: I26ca29f2b02a1587cfe94d5342809f51a207a194
|
|
pimped up dialog a bit, added mnemonics
Change-Id: I4585d9a3a1c96b45c7eedea8a5be41ec717139dd
|
|
Project: help d5e02baa76eadb781a08d4cc9108288a055829d6
|
|
Change-Id: Idc83f827b90eedcc4345345a77efbda35e08bff0
|
|
Mapped Property at import, so Page margins mirrored are imported correctly.
Also exported the mirrorMargins in settings.xml
Added export UT for the same.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/7632
Change-Id: I2d90643f55e1dc1d96c809e28ce37dee4653bf57
|
|
While copying slides to different slide decks,
styles were not being copied if there is already one
with the same name. This patch renames and copies those
to keep the formatting intact.
Change-Id: I66f71493f1fd658eed43e39aa7ae7ee7b5463b34
|
|
Change-Id: I5f2f5fc9ccc75b145572aa0bb88b00b0d7a5872d
|
|
Change-Id: Id582e672c0b41a35d25361f7dfe970a767880b2a
|
|
Change-Id: I3d269609119149e289652f6bc106e6bd9061672d
|
|
Change-Id: Ice4f20db3a590568a7ae4ae59fa0c4ff13e59051
|
|
Change-Id: I4cc9c16fb79f669ae70d10a50ace3943075edd46
|
|
If you add more Singleton classes into framework namespace,
it builds without any warning but I was not able to see menu text
labels.
Luckily UICommandDescription is involved in this and the problem was not
hidden somewhere else.
Change-Id: Iba0c06c2e31ae509579f31308d9f45f0cb9f654f
|
|
Change-Id: I9cf913f085a2c6862e44803485ab63e2b4572eab
|
|
Change-Id: Ib9f96f79d805c91e80fa5366c71e3e975ebabe90
|
|
This saves some cycles used to open configuration many times.
Change-Id: I12cc7ac87df897a518368094b12d8dcb5be4e3b5
|
|
This currently supports basic import of indexes. Other flags are
still pending. Currently flags are not preserved completely, just
index and xe fields are preserved.
Reviewed on:
https://gerrit.libreoffice.org/7627
Change-Id: I56058df19aa8332fbcccde77fb1f29347264bbc6
|
|
Issue :
File containing Shape with text inside it having Line style as
Dash type is not getting preserved after RT in MS office 2007.
Implementation :
1] Added XML element <v:stroke> with attribute dashstyle="dash".
2] Written Export Unit test case.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/7611
Change-Id: Id01c5975c2c1cf176a7459f65973f4c9c3c9b9d8
|
|
This reverts commit 56ff07a795aca516106bfde80cb32860065690a6, the correct fix is
d19598b56c8bec688d1944cd167f32a369344100 "Adapt ImplicitBoolConversion to 32-bit
builds (where sal_Int32 is long)."
|
|
- In case of auto width to table it should export as auto.
- Added Unit Test to check it is properly exporting table.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/7594
Change-Id: Id448111b81110bbc6c109f3da9195075b9b8a9fc
|
|
Change-Id: I64480e6026e7e39fe89f90c7d269f6bb1d02968d
|
|
Change-Id: I05d8b0dafcdea68d57137873ea52d4ab28a9b12b
|
|
- In case of auto width of table and atleast one cell of table
is auto width It was setting table width to 100% relative width.
- hence it was causing rederening problem, table width was wrong
while rendering.
- Changed 100% hardcoded value, now setting total width of table
as per grid values.
- modified one UT since we no longer setting width of table to
100% default in case of 'auto' width.
- Added one UT to check proper table width while importing.
Conflicts:
sw/qa/extras/ooxmlimport/ooxmlimport.cxx
Reviewed on:
https://gerrit.libreoffice.org/7593
Change-Id: Iae396c632eb1ef0c06efaa8c1965e4a68f12c6b1
|
|
Issue :
- If there is a scenario where a chart is followed by a shape
(may it be in the footer or on a different page )
which is being exported as an alternate content then, the
docPr Id is being repeated, ECMA 20.4.2.5 says that the
docPr Id should be unique.
- Two different variables were been used as counters for the
docPr Id, hence there were repitions in the docPr Id.
Implementation :
- ensured that a single counter is used to track the docPr Id.
Conflicts:
chart2/qa/extras/chart2export.cxx
Reviewed on:
https://gerrit.libreoffice.org/7916
Change-Id: I1c105be184d045ef058423f03259eb8c634fcbbe
|
|
hashCode() seems to do sampling while creating the hash.
hashCode64() will not.
Change-Id: Id30f5a2a774cf5244dbc00da9649e95a532484be
|
|
Change-Id: I3ce41c86f57ed65fd87d403e50df47e3343a5a41
|
|
Change-Id: I9bc9c21811100d6cc1ee7e381a3735567e3bda34
|
|
Change-Id: I79722b33a0c193a8bb0c0dd357787ee213909051
|
|
Change-Id: Iaab33ab752a67e2acd374e0c08045c3e9da22ce7
|
|
Change-Id: I1752bbc6f079feb6dc3ac3b94d2e434a4201824e
|
|
Change-Id: I4ae8e58c6187563e5846d58a3c83ef74f1cacb5c
|
|
<nowiki> mustn't be called almost everytime. Now this part still need some work (rework?)
Change-Id: I9a01c1e2fb51a51e0737296117db892e3b3b9ce6
|
|
Change-Id: I63c24f453f843a363fc056879d652f28d7052f1e
|
|
in favour of ReadXXX methods.
Change-Id: Ic2c0a7b6b92ff4c236ae99b39d77f3d935b301e3
Reviewed-on: https://gerrit.libreoffice.org/7915
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Idee4667f5ef9aa71af05139b6fc7ee8a5166b398
|
|
This reverts commit 571d116d2805827bdef7d32983697bcdc5f9c78e.
|
|
This reverts commit 5523275482686d1e49e9b5dcf70b1c8451628f6c.
Makes every JunitTest crash and burn; clearly pReserved is sometimes
initialized and then overwritten with 0.
Change-Id: I0e9958149de14a23826feef0b1a32c9d374e4d13
|
|
This reverts commit e453ba963e624eb6829abc28beb0abe4c92be30c.
Makes every JunitTest crash and burn; clearly pReserved is sometimes
initialized and then overwritten with 0.
Change-Id: I4d280770cecf131d1bbcfb9e2550c89b74150c1d
|
|
Change-Id: I71e23c43f14feae0c3b3e0f10a74ee22ccaab7f2
|
|
Change-Id: I5ecaf73922c6a30add6e270b8abdfdb5c28fe4a5
|
|
Change-Id: Icc690b0ae1fc8f7165082774720d265798815faa
|
|
Change-Id: I02268b42f43192d693cc689a6a845f6cefb6dfab
|
|
...as suggested to me by a user.
Change-Id: Iaad83e761884b7b43cf92ebb10cf553df1b97cd0
|
|
Convert the template based read_lenPrefixed methods to regular
methods.
Change-Id: Ifd0e93aca055e55a0575e4377ec2b8e266dfb019
Reviewed-on: https://gerrit.libreoffice.org/7895
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
First, I updated the clang rewriter to do the conversion.
Then I lightly hand-tweaked the output for the few places where
the rewriter messed up, mostly when dealing with calls on "this".
Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9
Reviewed-on: https://gerrit.libreoffice.org/7879
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I97311b737c7cb706ddff95d1b1b8fe61241f055d
|
|
Change-Id: I5a126bd9eaacaee2e080837a34d8ac41cbb9ea10
|