summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Collapse)Author
2013-09-29fdo#65403, fdo#65404 DOCX export/import of character highlightZolnai Tamás
Steps -Add a new character attribute (RES_CHRATR_HIGHLIGHT) -Get this character attribute via SwFont class just like background -If has highlight, then paint that, otherwise paint background -Extend UNO API -Implement DOCX export and import filter Note: By now character highlight can't be set via UI. It's a next step to add a highlight option. Change-Id: I7f81e173744bf256891487f898d06dbf372a2f88
2013-09-29There are no users of this optional argumentMatteo Casalin
Change-Id: I74b4988a3c93e0964580bdd35210b3495365d5b6
2013-09-29String to OUStringMatteo Casalin
Change-Id: I6cff1659b0bacef0bed90fb9767513018a7eeba7
2013-09-29Formel to FormulaMatteo Casalin
Change-Id: I757bcfb1f425190a9fb62d1e0428f724230fe194
2013-09-29Prefer return value to reference argumentMatteo Casalin
Change-Id: I1ba2f9abfad6c8a8e48f62e6cf69c7c36b6e1ace
2013-09-29String to OUString and minor scope reductionMatteo Casalin
Change-Id: Ic12bb1b51a9b256614876fdfde0056558fa663e9
2013-09-28convert mail merge outputtype page to .uiCaolán McNamara
Change-Id: I3b4779bb36ad791ca4cc7d077da59af6bd04278a
2013-09-28sw: bring comments up to date in hintidsMiklos Vajna
It wasn't updated in 8738ded7bb1bb6262fe1038e310b5110407f4cfa. Change-Id: I019976f6ea2fe5780689801d054855b44df333bc
2013-09-27convert mailmerge select page to .uiCaolán McNamara
Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48
2013-09-26fdo#69636 VML import: handle mso-layout-flow-alt shape prop for sw framesMiklos Vajna
Writer core doesn't support this, and this has been a problem for table cells as well. There the workaround we're using for quite a while is to do the rotation at a text portion level instead, which results in reasonable layout for simple cases. Do the same here. One additional complexity is that the API between oox and writerfilter is a single UNO shape, we get this property in oox, and we have to handle it in writerfilter, when the text frame is already attached to some text. Kill this problem by adding a FrameInteropGrabBag for sw text frames: it's useful anyway, and then we can pass around this property inside the grab bag. Change-Id: Idb5ec83b5cbdde8f29d15b2cebfad24226bb6507
2013-09-26String to OUStringMatteo Casalin
Change-Id: I510de30ca31db0d0a6615ef500e7d03a648ca609 Reviewed-on: https://gerrit.libreoffice.org/6028 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-25String to OUStringMatteo Casalin
Change-Id: Iee0d6356ad8f06d97f7fa25223f3429857b1309f Reviewed-on: https://gerrit.libreoffice.org/6024 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2013-09-21sw: unify PCURCRSR / FOREACHPAM_START / FOREACHPAM_END macrosMiklos Vajna
Change-Id: I10ab2d0ba10178ba2d37db2632349215341612f4
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
Added the new InteropGrabBag property to the OfficeDocument service and modified the JUnit UNO unit tests for it. Added specific implementation in the sfx2 module for the SfxBaseModel class. Added specific inherited implementations in the sc, sd, starmath and sw modules for the ScModelObj, SdXImpressDocument, SmModel, and SwXTextDocument classes. This new property is intended by now for its usage on preserving OOX's theming although the aim is to be able to re-create the theming in the future from saved properties. It could also be used for preserving other attributes for interoperability among document formats. Change-Id: Ia822856293c70ae22911afa794e3e38bcaa31f86 Reviewed-on: https://gerrit.libreoffice.org/6000 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-19convert mail merge subject/attachment dialogs to .uiCaolán McNamara
Factor out SwMessageAndEditDialog as a reusable base class. Split the attachment and subjects dialogs apart and base them on top of that. Change-Id: I321ef375b154f070715a3e8091e02974b376c9db
2013-09-19actually finish mail settings conversion to .uiCaolán McNamara
Change-Id: If5aa84fbd4582a0889df2bb000fa6b68c51977fd
2013-09-19convert sw/inc/swtable.hxx from String to OUStringNoel Grandin
Change-Id: I1f5c2c612589fd86567ee9d3e09ecd5bff74ce25
2013-09-19convert sw/inc/swtblfmt.hxx from String to OUStringNoel Grandin
Change-Id: I00f7fdaa33bc8b5ede2e3a7f1d1d938b62cc0646
2013-09-19convert sw/inc/tblafmt.hxx from String to OUStringNoel Grandin
Change-Id: Id3966feb27f87c340716034c836e01f72cb96808
2013-09-19convert sw/inc/txtfld.hxx from String to OUStringNoel Grandin
Change-Id: I7d06d6c22d280496a864d656c7a18ac00dd17332
2013-09-19convert sw/inc/undobj.hxx from String to OUStringNoel Grandin
Change-Id: Ife9f401e7e3d06ba1c4507d6f654bb720f61a407
2013-09-19convert sw/inc/unochart.hxx from String to OUStringNoel Grandin
Change-Id: Ib9e52a28d0977efca3ccd2e06f87b413c205c2ad
2013-09-19convert sw/inc/unosrch.hxx from String to OUStringNoel Grandin
Change-Id: Ic25aef1e37cfa66402b7acf13f3fc4cdbc48d350
2013-09-19convert sw/inc/unotbl.hxx from String to OUStringNoel Grandin
Change-Id: Ib9e0324d104401b85cc1472ad7243822fd129c85
2013-09-19convert sw/inc/unotxdoc.hxx from String to OUStringNoel Grandin
Change-Id: I72387b5ed7e459615250d874c1404220822d57b5
2013-09-19convert sw/inc/EnhancedPDFExportHelper.hxx from String to OUStringNoel Grandin
Change-Id: Ie786dda9dd0285037294067d0a9fad1abaebd530
2013-09-19convert sw/inc/IDocumentContentOperations.hxx from String to OUStringNoel Grandin
Change-Id: I0ee1415b0ae8a0707faafd05f3b2f95200062614
2013-09-19remove dead definitionNoel Grandin
Change-Id: I094240c0e15db555a339114e34edee3592872e82
2013-09-19convert sw/inc/ndarr.hxx from String to OUStringNoel Grandin
Change-Id: I21446a34aed1c9fc7e64f085839b1012031ba1e2
2013-09-19convert sw/inc/swabstdlg.hxx from String to OUStringNoel Grandin
Change-Id: I5bbababdc0ce9a8c09cb34ddf835a04152fcdacc
2013-09-19convert sw/inc/swunohelper.hxx from String to OUStringNoel Grandin
and simplify GetFileListOfFolder to take a vector<OUString> instead of vector<OUString*> Change-Id: Ie2871bc01880c35b88d9e693a3d8d8c9b92055fb
2013-09-19convert sw/inc/toxwrap.hxx from String to OUStringNoel Grandin
Change-Id: I17b3a09921dd905c26b6138ba3babbd3ef3b69fe
2013-09-19convert sw/inc/unoicrsrhelper.hxx from String to OUStringNoel Grandin
Change-Id: Ic2b4f775b519cf56004e7d984dd333304237a9c3
2013-09-19convert sw/inc/IDocumentRedlineAccess.hxx from String to OUStringNoel Grandin
Change-Id: If3f918bba1571b99588d62148f7ac446d72de6c9
2013-09-19remove dead definitionsNoel Grandin
Change-Id: I69d2df6cb0a7f994339972a23a913938307e5791
2013-09-18SwEditShell::_CopySelToDoc(): this copes "to" the doc, not "and" the docMiklos Vajna
Change-Id: I9d9368c72b6dbaac4f2205ad426449553b7f6ca6
2013-09-18DOCX styles: nFmtId is unused, kill it.Jan Holesovsky
Change-Id: Id54c1c9b5cdbfd502cc3ca6cb7a101a40b3b169b
2013-09-17convert test email account settings to .uiCaolán McNamara
Change-Id: I0582dc7e437382c5802acc45fa3da396e254e0a3
2013-09-17convert GetText/PutText in SvxAutoCorrect from String to OUStringNoel Grandin
Change-Id: Id3d2122d949a7ae940e908ee7c82e6f105b68f40
2013-09-16convert copy to (cc) dialog to .uiCaolán McNamara
Change-Id: I1d5ef0410a0e3d325fb6cf42dad2c07eeb89a87a
2013-09-16fdo#37606 SwWrtShell::SelAll(): initial support for doc starting with tableMiklos Vajna
SwWrtShell::SelAll() can now detect if the body text starts with a table, and if so, it explicitly selects the whole document, not just the first cell of the starting table. Also, SwCrsrShell::EndAction() now checks for this "select all and doc starts with table" situation, and if that's the case, it activates a special select all mode, so layout can act accordingly. Change-Id: I8d634fc76b656a7513f067d1ce70f1930bb62dd4
2013-09-14really convert select address block to .uiCaolán McNamara
Change-Id: Icfd77f2037a27f24fd796084509a1baa7734103b
2013-09-14convert select address block to .uiCaolán McNamara
Change-Id: I5fc1d70e91b1b2ba48f749292feb474230082def
2013-09-13String to OUStringThomas Arnhold
Change-Id: I14d6a7e4a53e65070357a2a5ceab3b25498a9fd4 Reviewed-on: https://gerrit.libreoffice.org/5933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-13unused help idCaolán McNamara
Change-Id: If1b4125fa0757fdcdff5466bf9b99791c930ffa6
2013-09-13convert edit address block dialog to .uiCaolán McNamara
this one nearly killed me Change-Id: I51f14017940a275cca33dacf6f42438da43f46bc
2013-09-12Related: fdo#38838 remove XubString aliasCaolán McNamara
Change-Id: I29efbe2bee94c0059f5a2e3dc4d163375e439e1a
2013-09-11convert select address book to .uiCaolán McNamara
Change-Id: I578bd89d2abb077c7b90ec4f75e0b8204dd33f92