summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Collapse)Author
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-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-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-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
2013-08-28fdo#67358: sw: "fix" line painting artifacts when resizing columnsMichael Stahl
SwEditWin::MouseButtonDown(): for unknown reasons invalidating the window here causes the column resizing lines to not be removed after the resize is done, so disable it. (regression from 289185fd02d6d9734b6dbde01f15c4e6c5beacbb) Change-Id: If3ba0a72c53c5c2734fb905ae35d62f6a3e8938b
2013-08-28fdo#66215: sw: fix clicking on text above background flyMichael Stahl
SwPageFrm::GetCrsrOfst() tries to compare the distance to the closest text vs. fly but does not do it right because GetCharRect() returns just a line of width 1 on the left edge of the character; try to figure out the entire area covered by the character via 2 calls to GetCrsrOfst(), which gives much better clickability. (regression from e8fbe97900f13305b17015d9044993bde4adab36) Change-Id: I825e86daf65692dfb962ad576772c5f543d02d19
2013-08-28XubString->OUStringCaolán McNamara
Change-Id: I7b76026012af2b57861ec8d3dfd285d9e871d74c
2013-08-27Use slightly less verbose erase-then-move-on idiom.Thorsten Behrens
Change-Id: Iae3a749770b75a99c53755d0410ef9510158e94b
2013-08-27Avoid painting of empty shadowZolnai Tamás
Change-Id: Ie293ad397b8b3f6db7d79dc4ff03c18cf896dfa2
2013-08-27OSL_ENSURE(false) -> assert(false)Zolnai Tamás
Change-Id: I236f19cc33ee3cc51f47732ce3b753886c484580
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara
e.g. no ImageRadioButton is now loaded from any res/rsc file, so that ctor and associated code paths can be stripped out Change-Id: Ic4cf19d45adb7c734f150e0b89eef193157a74a7
2013-08-26Fix iterator managementJulien Nabet
Change-Id: Ifb230525d3f5462553a3e78bb4ee740f6a7cc5c2 Reviewed-on: https://gerrit.libreoffice.org/5629 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-26Resolves: fdo#59048 crash on text-to-table undoCaolán McNamara
Delete the SwCellFrms attached to the layout of this SwTableNode early, otherwise the SwCellFrms will dereference the SwTableNode after it is deleted in _DeleteBox during the DelFrms of the DeleteSection in _DeleteBox when invalidating following SwFrms. SwUndoInsTbl::UndoImpl calls SwTableNode::DelFrms so presumably this is the right way to go about it. Change-Id: I6e088a30500d721bd18c57ced5c8ec331bb567eb Reviewed-on: https://gerrit.libreoffice.org/5634 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-26most debug-level OUString::valueOfCaolán McNamara
Change-Id: I3e3cebe225e27a33be423c8b5fa2261b4a48e88c
2013-08-26fdo#33960: simplify SwNumRule::MakeRefNumString furtherMichael Stahl
Change-Id: Ib0e9ccb163d5132ca18142361f72376642915fcb
2013-08-26fdo#33960: sw: fix cross reference fields some moreTroy Rollo
Change-Id: Ia0a34c8fa475f9dea609962997bce9169d9b8878
2013-08-26drop unused helpids fullyCaolán McNamara
Change-Id: I1490fda183bb2315e3d6947941478fa3dd8ed6fb
2013-08-26convert token widget to .uiCaolán McNamara
which means that the widgets inside the token window in index/table->entries are no longer truncated at the bottom Change-Id: I4852ce217b6c8f6322391db30501668d035b7d92
2013-08-26convert tox entries page to .uiCaolán McNamara
Change-Id: Iedc6ab145a39b3844a42b70bfa18f4af574d732d