summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2013-09-19String to OUStringMatteo Casalin
Change-Id: I463a42e7fa755aa534cddbd150ee0c82d2827b0f Reviewed-on: https://gerrit.libreoffice.org/5968 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-19Too many parentheses, for a wrong checkMatteo Casalin
Change-Id: I4559fd778ac4d08736a9824afb998803377f1042 Reviewed-on: https://gerrit.libreoffice.org/5964 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-19DOCX styles: Unit test for <w:next> style handling.Jan Holesovsky
[covers both problems fixed in the previous commits.] Change-Id: I3df3537c52e2f6ebcb60a38f3648a35a5eca9051
2013-09-19Really loop over ExtInput ringMatteo Casalin
Change-Id: I13e4ec0daa40f60a563b1fd39094b86bf3709c47
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-19fdo#37606 SwEditShell: fix copying when doc starts with a table ...Miklos Vajna
... and the whole document was selected The problem is that the cursor starts at the first cell of the starting table, but when copying, we want to copy the preceding startnode and tablenode as well. Change-Id: I890bba2ae835c4c331f90d977fe5d42fe871c922
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-19remove dead definitionNoel Grandin
Change-Id: I3869fc60d5b2fa216cade905563f43bf898bf127
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-18DOCX export: XPath should allow checking for the number of returned nodes.Jan Holesovsky
This is to implement a test that <w:next> style is not exported for styles where the next style equals to the style itself [which comes with this commit too]. Change-Id: I5fa9999cf7e741dc96f3538b7c1106e1add6b61e
2013-09-18DOCX styles: Don't export <w:next> for styles that point to themselves.Jan Holesovsky
Change-Id: I3f877f9dc836686e91df70ff1e02e67ca25b4a84
2013-09-18DOCX styles: Unit test for the styleId's.Jan Holesovsky
Change-Id: I309a9c7ed0ad633ca58dce542d5fa2db883a17ec
2013-09-18DOCX styles: Uppercase styleId's starting with 'a' too ;-)Jan Holesovsky
Change-Id: I6249cd121b74caed1b20046049765b4a62d6c854
2013-09-18convert SvxAutoCorrect::DoAutoCorrect to OUStringCaolán McNamara
which makes autocorrect in the editengine work again Change-Id: I97d56448e4abd6e563479ffee706b86cb04199ec
2013-09-18Use boost::unordered_set instead of std::unordered_set.Jan Holesovsky
Change-Id: Ia4135d7a944aaffc97c78ae0ca73090ee4bdef44
2013-09-18Make the code of character border a bit robustZolnai Tamás
Change-Id: I62a6c932745ee8ff5adeed00df808b62cbb9884f
2013-09-18Fix RTL character borderZolnai Tamás
Change-Id: I9cad3f7689e5badafb7fe2cd3f707e3f226c9725
2013-09-18SwEditShell::_CopySelToDoc(): this copes "to" the doc, not "and" the docMiklos Vajna
Change-Id: I9d9368c72b6dbaac4f2205ad426449553b7f6ca6
2013-09-18fdo#69280 fixing comments toggle button position when localAbdulaziz A Alayed
set to RTL language Change-Id: I0c133e3bbb6801f56e9ac0f508961bfa07a19523 Conflicts: svtools/source/control/ruler.cxx
2013-09-18DOCX styles: Generate the styleIds similar ways as MSO does.Jan Holesovsky
Makes the id's nicer than the styleXY. Change-Id: Ica0da1404578f834a79f940bf31c93d25f842e7f
2013-09-18DOCX styles: nFmtId is unused, kill it.Jan Holesovsky
Change-Id: Id54c1c9b5cdbfd502cc3ca6cb7a101a40b3b169b
2013-09-18Resolves: fdo#69220 crash in doc (ww6)Caolán McNamara
Change-Id: I5a09d121a0b0342f28ba5d2d39027b27e9c9eba2
2013-09-17fdo#41833: fix visual cursor position after resizingIvan Timofeev
SetOutputArea updates a cursor position, SetVisArea doesn't => call SetOutputArea after SetVisArea. Change-Id: Ie8f079cb3d567f759c84587a8072b98fab43588b
2013-09-17sal_Bool to boolTakeshi Abe
Change-Id: I81767fda35b52e73bc78c07b660244a6808a0409
2013-09-17fdo#37606 SwEditShell::DeleteSel(): handle document starting with a tableMiklos Vajna
If the whole document is selected and the document starts with a table, then we used to delete the contents of the document, except the starting table, which was just cleared. Change this and do what is expected: remove the table as well, so the document will have a single empty paragraph only. Change-Id: I47d3fab462e2a4149f6459d61e487fee8c5c30ed
2013-09-17convert test email account settings to .uiCaolán McNamara
Change-Id: I0582dc7e437382c5802acc45fa3da396e254e0a3
2013-09-17convert sw/source/core/inc/SwPortionHandler.hxx from String to OUStringNoel Grandin
Change-Id: Ide6562f7807f59fecbe3f8b3427342de3811f411
2013-09-17remove dead definitionNoel Grandin
Change-Id: I0ecaf59fe669904eb700289b95866fc665b893d0
2013-09-17convert sw/source/core/inc/SwXMLBlockExport.hxx from String to OUStringNoel Grandin
Change-Id: I157e560482af5d917fbd6878dd679993f1da4fca
2013-09-17convert sw/source/core/inc/retrieveinputstreamconsumer.hxx to OUStringNoel Grandin
Change-Id: Ia1c8f2d7a9bcad87767f3714514c40496e0c1e6b
2013-09-17remove some dead definitionsNoel Grandin
Change-Id: Ic2bd700d54bca0d5390db74b32395aeba2d6d0cc
2013-09-17convert sw/source/core/inc/undoflystrattr.hxx from String to OUStringNoel Grandin
Change-Id: Id3ee1677fa186a425cb3aba8886d9115f2c49504