summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2013-09-02bDel is unused uninitializedCaolán McNamara
Change-Id: Idac3a6805700d896b8569d1df79d32ca493c48b3
2013-09-02convert apply styles dialog to .uiCaolán McNamara
Change-Id: Id596ceaebc0dda3be046be89f22b6bf1a304fa4e
2013-09-02rework SwIndexTreeLB to be a SvSimpleTable to make .ui conversion easierCaolán McNamara
Change-Id: I7ce02cb53e6164e69f0d4efd9863ba16a4fab025
2013-09-02XubString->OUStringCaolán McNamara
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
2013-09-02bnc#816593 DOCX import: ignore page breaks in tablesMiklos Vajna
Change-Id: Ibb250148d41d1929fa17dd993bb71c93c0e09dcf
2013-09-01Make it possible to build without ATLNiklas Johansson
Change-Id: I381934bc00273da7bf359610bb471ec4cbc49545 Reviewed-on: https://gerrit.libreoffice.org/5740 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01WW8: really reserve those FFN bitsMatteo Casalin
All of the information that I found on the Internet seem to agree on that. This patch could also make unnecessary some special cases in FFN handling (e.g. in ww8par6.cxx). Change-Id: If86f2da2697200f1a01a3c70badae7230125c3a2 Reviewed-on: https://gerrit.libreoffice.org/5738 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01String to OUStringMatteo Casalin
Change-Id: Ibb2489e4e895f3f855208fe20749f7078a360710 Reviewed-on: https://gerrit.libreoffice.org/5737 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01sw: unused includes in flyincntMiklos Vajna
Change-Id: Icb195e98cfb890d5ab9fc6a94506a5a9193ba59d
2013-09-01sw: unused includes in flyMiklos Vajna
Change-Id: Ie1cb1f4f48a1b67a038347b12083dda1b3f975c4
2013-09-01sw: unused includes in flycntMiklos Vajna
Change-Id: I33ebd4757cebf95c60cd8af1500a382cb45d0092
2013-09-01Rework some loopsMatteo Casalin
Change-Id: I756ebba899838caa2193bad4f9e4e6df841f15d1 Reviewed-on: https://gerrit.libreoffice.org/5736 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01This member function can return just a boolMatteo Casalin
Change-Id: Iba6661eca670c83d27630c1918f4b5421bbbf08f Reviewed-on: https://gerrit.libreoffice.org/5735 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01Remove unneeded member dataMatteo Casalin
Change-Id: Ifc8cd48b9cfdd7d1fcd0ed9472b7080ba8ff6c6c Reviewed-on: https://gerrit.libreoffice.org/5734 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01Remove unused #includeMatteo Casalin
Change-Id: I233fd84b96c038e0e462c568c0cd76e5dd466e72 Reviewed-on: https://gerrit.libreoffice.org/5733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01String to OUString, xub_StrLen to sal_Int32Matteo Casalin
Change-Id: I3e21da63ce60b518681e1479d72d60d94c8b586e Reviewed-on: https://gerrit.libreoffice.org/5732 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01EqualsIgnoreCaseAscii(char, 1, 0) in SwWW8ImplReader?Matteo Casalin
Probably a typo for EqualsIgnoreCaseAscii(char, 0, 1). Standalone fix before String to OUString conversion. Change-Id: Id549f1fd1d45c45c458fbebda05146cc9ce36383 Reviewed-on: https://gerrit.libreoffice.org/5731 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01String to OUStringMatteo Casalin
Change-Id: I0285d1ad9edaf07be869c5e8325ed693beaee5f2 Reviewed-on: https://gerrit.libreoffice.org/5730 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01XubString->OUStringCaolán McNamara
Change-Id: Ib14fef2055d90b2427c41865b0ad42d5f7b81d6a
2013-09-01docx export: simplify pgBorders handling, and fix pgSz bugPierre-Eric Pelloux-Prayer
If a document had page borders, pgSz was wrongly exported as a child of pgBorders. Change-Id: Ibd47d3efd387f942274c0162fd0cbc46662348d5 Reviewed-on: https://gerrit.libreoffice.org/5664 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01docx export: add unit test for page size with page bordersPierre-Eric Pelloux-Prayer
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I999fa2893fc404f90136b2a2e79aefa93f177896 Reviewed-on: https://gerrit.libreoffice.org/5665 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01convert readonly info to .uiCaolán McNamara
Change-Id: Ib0c7f47ceae35e7255f6ed6fbbcc12e59e0bd956 Reviewed-on: https://gerrit.libreoffice.org/5728 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01callcatcher: update unused codeCaolán McNamara
Change-Id: I3f304f97b91b26b445174255a63e15c6668ad438
2013-09-01Remove pointless comments and ASCII artTor Lillqvist
Change-Id: I387d7b301643f359f2d6a4c5f51a4dd7f5e1c296
2013-08-31fix indentationPhilipp Riemer
Change-Id: Iea68e50e9f91c3fa2467201247bd1aaf4e943cf0
2013-08-31fdo#39468: Translate German commentsPhilipp Riemer
Change-Id: I9ccb6453fbebf03d44d3f5b385fa5a49579da873
2013-08-31fix existing commentsPhilipp Riemer
Change-Id: I06dca63053dae5d3dceb49bf67adb0c100b56e8b
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
2013-08-31fix indentationPhilipp Riemer
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I55ff666c357c89ad355a1a5bc0d0347fcc188476
2013-08-31deleted code that was commented outPhilipp Riemer
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I7a67c3768c0d7e36784ee88fc46680037acb244d
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
2013-08-31convert insert database columns dialog to .uiCaolán McNamara
Change-Id: Ia2d6b89a1e369adf55ffcabe189d34d46a4d7525
2013-08-31fix build on higher debugging levelsCaolán McNamara
Change-Id: I332f6fc653d1b9ba2d1652d0d02f1567eeab8cb0
2013-08-30fix for IsPlausibleSingleWordSection checking wrong conditionAdam Co
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I503e5944079b6c03413caea27ef940efbd44ced5 Reviewed-on: https://gerrit.libreoffice.org/5548 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-30Resolves: #i123129# Corrected LineWidth for text comments in SWArmin Le Grand
(cherry picked from commit 7ed3f859004e0763598a7d6edc7e4dec2b69813c) Change-Id: Ife132b66a13208193d897e98cdaea17bce33c310
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
things got a little out of hand and I ended up converting quite a bit of calc to OUString Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216
2013-08-30disentangled the LANGUAGE_CHINESE messEike Rathke
Change-Id: Idda0bcb5c70331e21214a10d85cad0c2d634473f
2013-08-29bnc#816593 DOCX filter: import paragraph spacing from table styleMiklos Vajna
Change-Id: I9dce59ecd8a2d2bfadb8c7273cd46c6c0cf17774
2013-08-29convert include/sfx2/childwin.hxx from String to OUStringNoel Grandin
Change-Id: Ide6e1751879c9702299df37c8f14ebed22d31a34
2013-08-29convert include/sfx2/doctempl.hxx from String to OUStringNoel Grandin
Change-Id: I0d4232afa37539bafd779b1cc9a323aabb1d6b0e
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin
Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
along the way, de-virtual ScDocFunc::InsertAreaLink, since it only has one implementation. Change-Id: I3fc836f9954628f154e01b1c7ae8f90eb7600a76
2013-08-29convert include/sfx2/linksrc.hxx from String to OUStringNoel Grandin
Change-Id: I2ee2be4b87ef6f7fa9064ff742ccf4c854d7fea8
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin
Change-Id: I9587190cea24da93ec0496f2eccf0d32d98980ee
2013-08-28Resolves: fdo#65924 retweak the border positionsCaolán McNamara
required due to 45a8eaf9c55f2686f69118641d8a8992a86dfe31 Change-Id: Ibffc9b4a5eaa8ad538ce53f0389519721fdbcf20
2013-08-28bnc#816593 DOCX import: fix auto table width wrt nested tablesMiklos Vajna
The bugdoc has a table with a single cell, and also a nested table in that cell. Both tables have auto width. The problem was that the width of the outer table was too large. There is a trick in DomainMapperTableManager::startLevel() to get the cell widths at the correct level: do the same in DomainMapperTableManager::endLevel(), and that'll fix the table width problem. (Because with that, the outer table will correctly have access to its cell width.) Change-Id: Ib750f0475364fd7e47c445cb54f2df34f3af085d
2013-08-28autosize the user-defined number format listbox in database field tabpageCaolán McNamara
Change-Id: I9349cfb30f544d6e64231910e3dad832a3770509
2013-08-28fix abuse of GetTabDialog to indicate that we're pre resetCaolán McNamara
Change-Id: I3572ccd1e984af97ede28db558e22ee6e8019344
2013-08-28convert tox index page to .uiCaolán McNamara
Change-Id: I4929ac3b82af91d8b9cb95b033a9171d46554774