summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-13-Werror,-Wunused-variableStephan Bergmann
Change-Id: I91ab5f87f859b855c858a41afd218f57b03ad3a2
2014-02-13fdo#74106: Fix for Hebrew Text-Bulleted List converted to Numbered ListRohit Deshmukh
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
2014-02-13cid#983607 unexpected std::exceptionStephan Bergmann
Change-Id: I0de931d79548505ca7d26ffdfb560cfd5c6105a9
2014-02-13Various adjustments of the pivot tableCaolán McNamara
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
2014-02-13fix homogeneous grid spanning row/col handlingCaolán McNamara
Change-Id: I26ca29f2b02a1587cfe94d5342809f51a207a194
2014-02-13Converted pivot table layout dlg to .uiKatarina Behrens
pimped up dialog a bit, added mnemonics Change-Id: I4585d9a3a1c96b45c7eedea8a5be41ec717139dd
2014-02-13Updated coreCaolán McNamara
Project: help d5e02baa76eadb781a08d4cc9108288a055829d6
2014-02-13cid#706247 wrong exception typeStephan Bergmann
Change-Id: Idc83f827b90eedcc4345345a77efbda35e08bff0
2014-02-13fdo#73541 "Page Margins : Mirrored" was not preserved on export to DOCXVinaya Mandke
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
2014-02-13n#757432: Styles (rename &) copy to different decks.Muthu Subramanian
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
2014-02-13remove now empty fwk_component_getFactoryMatúš Kukan
Change-Id: I5f2f5fc9ccc75b145572aa0bb88b00b0d7a5872d
2014-02-13fwk: Constructor feature for single-instance framework::Desktop.Matúš Kukan
Change-Id: Id582e672c0b41a35d25361f7dfe970a767880b2a
2014-02-13Introduce com.sun.star.frame.theDesktop singleton.Matúš Kukan
Change-Id: I3d269609119149e289652f6bc106e6bd9061672d
2014-02-13cosmeticsMatúš Kukan
Change-Id: Ice4f20db3a590568a7ae4ae59fa0c4ff13e59051
2014-02-13cleaning the code a bitMatúš Kukan
Change-Id: I4cc9c16fb79f669ae70d10a50ace3943075edd46
2014-02-13Move this Singleton class to anonymous namespace.Matúš Kukan
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
2014-02-13Do not use pattern::configuration::ConfigurationHelper.Matúš Kukan
Change-Id: I9cf913f085a2c6862e44803485ab63e2b4572eab
2014-02-13Remove unused ContainerQuery constants.Matúš Kukan
Change-Id: Ib9f96f79d805c91e80fa5366c71e3e975ebabe90
2014-02-13ModuleManager should be static; and simplify.Matúš Kukan
This saves some cycles used to open configuration many times. Change-Id: I12cc7ac87df897a518368094b12d8dcb5be4e3b5
2014-02-13fdo#73596 Added support to import and export Index from docx.Nikhil Walvekar
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
2014-02-13Fix for: DOCX-Preservation of Line style Dash type of "Shape with text inside"Pallavi Jadhav
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
2014-02-13Revert "sal: fix some clang warning about implicit bool conversion"Stephan Bergmann
This reverts commit 56ff07a795aca516106bfde80cb32860065690a6, the correct fix is d19598b56c8bec688d1944cd167f32a369344100 "Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long)."
2014-02-13fdo#69646 Export of table with auto-width, at least one column with auto-widthsushil_shinde
- 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
2014-02-13Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long)Stephan Bergmann
Change-Id: I64480e6026e7e39fe89f90c7d269f6bb1d02968d
2014-02-13CppunitTest_sw_ooxmlimport: make this actually test something againMiklos Vajna
Change-Id: I05d8b0dafcdea68d57137873ea52d4ab28a9b12b
2014-02-13fdo#69656 table with auto-width and at least one column with auto-width.sushil_shinde
- 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
2014-02-13FDO#74430: File Corruption due to repetition of docPr Idumeshkadam
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
2014-02-13Move string hash function into String class.Muthu Subramanian
hashCode() seems to do sampling while creating the hash. hashCode64() will not. Change-Id: Id30f5a2a774cf5244dbc00da9649e95a532484be
2014-02-12coverity#1130358 Deference after null checkNorbert Thiebaud
Change-Id: I3ce41c86f57ed65fd87d403e50df47e3343a5a41
2014-02-13Drop unnecessary #includeTakeshi Abe
Change-Id: I9bc9c21811100d6cc1ee7e381a3735567e3bda34
2014-02-12oox: warning C4101: 'rEx' : unreferenced local variableMichael Stahl
Change-Id: I79722b33a0c193a8bb0c0dd357787ee213909051
2014-02-12oox: fix GetTextVerticalAdjust visibilityMichael Stahl
Change-Id: Iaab33ab752a67e2acd374e0c08045c3e9da22ce7
2014-02-12vcl: convert some WNT only SvStream::operator>>Michael Stahl
Change-Id: I1752bbc6f079feb6dc3ac3b94d2e434a4201824e
2014-02-12writerfilter: sprm:PDxaWidth/WHeightAbs -> ooxml:CT_FramePr_w/hMiklos Vajna
Change-Id: I4ae8e58c6187563e5846d58a3c83ef74f1cacb5c
2014-02-12Related: fdo#74875 Filter of "nowiki" to be improved - Export to MediaWikiJulien Nabet
<nowiki> mustn't be called almost everytime. Now this part still need some work (rework?) Change-Id: I9a01c1e2fb51a51e0737296117db892e3b3b9ce6
2014-02-12sw: replace #ifdef'd operator<<Michael Stahl
Change-Id: I63c24f453f843a363fc056879d652f28d7052f1e
2014-02-12remove SvStream::operator>> methodsNoel Grandin
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>
2014-02-12Perhaps it's better to use nMaxLegalStr here than using hardcoded 32.Kohei Yoshida
Change-Id: Idee4667f5ef9aa71af05139b6fc7ee8a5166b398
2014-02-12Revert "cid#707663 uninitialized pointer field"Michael Stahl
This reverts commit 571d116d2805827bdef7d32983697bcdc5f9c78e.
2014-02-12Revert "cid#707662 uninitialized pointer field"Michael Stahl
This reverts commit 5523275482686d1e49e9b5dcf70b1c8451628f6c. Makes every JunitTest crash and burn; clearly pReserved is sometimes initialized and then overwritten with 0. Change-Id: I0e9958149de14a23826feef0b1a32c9d374e4d13
2014-02-12Revert "cid#707661 uninitialized pointer field"Michael Stahl
This reverts commit e453ba963e624eb6829abc28beb0abe4c92be30c. Makes every JunitTest crash and burn; clearly pReserved is sometimes initialized and then overwritten with 0. Change-Id: I4d280770cecf131d1bbcfb9e2550c89b74150c1d
2014-02-12remove "n" that i somehow managed to add (no doubt in state of delirium)Michael Stahl
Change-Id: I71e23c43f14feae0c3b3e0f10a74ee22ccaab7f2
2014-02-12sal: fix some clang warning about implicit bool conversionMichael Stahl
Change-Id: I5ecaf73922c6a30add6e270b8abdfdb5c28fe4a5
2014-02-12Typo: "omited"/"ommitted"/"ommited" -> "omitted"Julien Nabet
Change-Id: Icc690b0ae1fc8f7165082774720d265798815faa
2014-02-12Typo: ommitted -> omittedJulien Nabet
Change-Id: I02268b42f43192d693cc689a6a845f6cefb6dfab
2014-02-12Don't include filename extension in e-mail subjectStephan Bergmann
...as suggested to me by a user. Change-Id: Iaad83e761884b7b43cf92ebb10cf553df1b97cd0
2014-02-12more SvStream:operator>> conversionNoel Grandin
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>
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
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>
2014-02-12drawingML import: wrong namespace for 'pic'Zolnai Tamás
Change-Id: I97311b737c7cb706ddff95d1b1b8fe61241f055d
2014-02-12DOCX drawingML import: fix relative size of group shapesMiklos Vajna
Change-Id: I5a126bd9eaacaee2e080837a34d8ac41cbb9ea10