summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2013-08-21String to OUStringMatteo Casalin
Change-Id: I1117318d9201a8951017ebe835b6c57c6b4ad706 Reviewed-on: https://gerrit.libreoffice.org/5561 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21String to OUStringMatteo Casalin
Change-Id: I3161b18f73fd3141b9832e0277d3f1071f75ba39 Reviewed-on: https://gerrit.libreoffice.org/5560 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21String to OUString + some cleanupMatteo Casalin
Change-Id: If174b140014ca06007e3ad36e3ff80c1896406cd Reviewed-on: https://gerrit.libreoffice.org/5559 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21Remove leftovers of String to OUString conversionMatteo Casalin
Change-Id: I5ab3f394402a7b46e735a9cafd223672761b3c6a Reviewed-on: https://gerrit.libreoffice.org/5558 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21String to OUStringMatteo Casalin
Change-Id: Ibbd6cfd969dd5ba3f839f48ff557d6c850ea3ab2 Reviewed-on: https://gerrit.libreoffice.org/5557 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21String to OUStringMatteo Casalin
Change-Id: I87b26b5eb3314cd2129f9e23870a59ccff53a02a Reviewed-on: https://gerrit.libreoffice.org/5556 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-21unused help idCaolán McNamara
Change-Id: Iacd695dd36fe482822c0abbc5ae7cf6da00c8903
2013-08-21convert field ref page to .uiCaolán McNamara
Change-Id: I49b4ee1dd058ac4d2451ff8cfe8f801cee0ba5fa
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-08-20Revert "Ugly workaround for historic sxw files..."Fridrich Štrba
There is cleaner, scriptable and out-of-source-tree workaround available at: http://fridrich.blogspot.ch/2013/08/service-announcement-openning-of-sxw.html This reverts commit 36c64c875f5819bf5ada2bb657c490441bc24644. Change-Id: I37362e996ff1c73bcc88d1037defd07d7bab90af
2013-08-20[TOOD|TOODO]->TODOCaolán McNamara
Change-Id: I3444b1788e3246503e2460051e8ddbf38aa3de86
2013-08-20Shortened string should really be shorterMatteo Casalin
Change-Id: I34afb1c85cf1cf389faab5f1ae415e34d42c5ef5 Reviewed-on: https://gerrit.libreoffice.org/5491 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-20String to OUString, cleanup, typoMatteo Casalin
Change-Id: I0c5d2b194a09002292990e74aeb10984c2b41d0e Reviewed-on: https://gerrit.libreoffice.org/5490 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-20Translate writer test 'Checktable.java' to PythonXiaoli
Change-Id: I66a36acdb4aa67d438fb36597f41e847bbde10e3 Reviewed-on: https://gerrit.libreoffice.org/4796 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-20Related: #i123021# import of graphic bulletsOliver-Rainer Wittmann
consider empty graphic frames in graphic bullet area (cherry picked from commit b16eb2a11359d6dfd330a46dd70a0142d6b722a2) Conflicts: sw/source/filter/ww8/ww8par.cxx Change-Id: I242762556805b80787bc6c4305c2f735fef711d3
2013-08-20String to OUString, better location for class methodMatteo Casalin
Change-Id: Ifde0d45e35fed94d4ef6cb93b2feda172fd6608b
2013-08-20fdo#66145: fix copying of header/footer when un-sharingMichael Stahl
SwDoc::CopyMasterHeader/Footer(): this could result in sharing the first-page header/footer with the left-page (!) when un-sharing via the dialog; the reason is that what actually happens here is that the left-page header/footer was never changed but the master one was copied in SwDocStyleSheet::SetItemSet(), so it sort of worked by accident before the first-page header/footer was added... Change-Id: Ia24df6ad59cda484559f2ca48ecaa7563878120b
2013-08-20fdo#66145: fix Undo invalidation in SwDoc::ChgPageDesc()Michael Stahl
SwDoc::ChgPageDesc(): make the invalidation of the Undo stack on change of IsFirstShared work by delaying ChgFirstShare() until after the check. Change-Id: Ifbefe446df8b6d785ed1bb6394ec5beb803fb1fe
2013-08-20fdo#66145: do not check IsFirstShared() in SwPageDesc::GetLeftFmt()Michael Stahl
... and GetRightFmt(). If the first format is requested it must be returned; the sharing works by copying the SwFmtHeader/Footer from aMaster to the other members. (regression from 4dc78aee9bcdb6ea5e9dc47ebb4a4b9e590c725a) Change-Id: I1708f01c18b155ae75c14fc407e52ccd2bd798d7
2013-08-20fdo#66145: revert change to CopyMasterHeaderMichael Stahl
Not copying the nodes for first page is not an option; the real problem with the fdo45183.rtf is that flys in the header are not copied along with the nodes, like it is done in SwDoc::CopyPageDescHeaderFooterImpl. Also, the same problem may occur for footers too (CopyMasterFooter). Change-Id: I985a6b89f8cde96dc0fa0b489c44d77987f91a8a
2013-08-19fdo#68219: Parent style text attributes missing in accessibilityBoris Dušek
Thanks to Niklas Johansson for testing. Change-Id: I550076e7d62f8db389cdbf902fce0ff7f8f98165 Reviewed-on: https://gerrit.libreoffice.org/5480 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini
Change-Id: Id90935fd2b0f904f89477792edc8140cfc31e91f Reviewed-on: https://gerrit.libreoffice.org/5412 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19String to OUStringMatteo Casalin
Change-Id: Ib028b0846fca69ae678ff02d551eb369a59bc129 Reviewed-on: https://gerrit.libreoffice.org/5475 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19String to OUString + whitespaces, log messagesMatteo Casalin
Change-Id: I76014ecb4dd0f040b6770965cb690cc9839bedb5 Reviewed-on: https://gerrit.libreoffice.org/5474 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19String to OUString, some small cleanupMatteo Casalin
Change-Id: I2cb6b2c2169e5ba72ac8866f4a797421bd779a8b Reviewed-on: https://gerrit.libreoffice.org/5473 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19convert document field page to .uiCaolán McNamara
Change-Id: Ifaad85d637167bd85be2e15809e847efcdecd584
2013-08-19wrong mnemonic widgetCaolán McNamara
Change-Id: I539fb2599743ed2eda3b33895f73230cc2342055
2013-08-19convert field function page to .uiCaolán McNamara
Change-Id: Ied4353f4997e330f65b8dffb58bbdc791196427e
2013-08-19bShowSelection is always falseCaolán McNamara
Change-Id: I7a541a8ba6b561736e93c45ac9c20caddafcbe52
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-18convert docinfo field page to .uiCaolán McNamara
Change-Id: Ic968fdf76f31373240ab70d45192f9716375628b
2013-08-18_FESHVIEW_ONLY_INLINE_NEEDED is never definedMatteo Casalin
Change-Id: I3706675aa18d4a2f6ecdcfef1e36da8c87adafac
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-18GetPageDescByName_Impl: move, rename and clean upMatteo Casalin
Change-Id: I1415f8b97fc197694bd52b1cf8e94c1ec2c7bdbe Reviewed-on: https://gerrit.libreoffice.org/5467 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18Resolves: #i119440# add support for further field codes to Read_SubF_CombinedOliver-Rainer Wittmann
Found by: Yan Ji Patch by: zjcen Review by: orw (cherry picked from commit 3c7cfb25492dafb231b74d824570fb943a599981) Conflicts: sw/source/filter/ww8/ww8par5.cxx Change-Id: I458d556dccab7ddbfec4889cab2bfdc76fef15c9 Related: #i119440# correction to be warning-free sal_Unicode is unsigned on all platforms; Found by: Pavel Janik (cherry picked from commit 0d2bf1c7dcc7adfd0b4e8c899501eacd06ff50d4) Change-Id: I9df9ccc770eedc2fa51a080ad47576b06befb6b0
2013-08-18Fix bug 47680, accept change is not displayed if file is protectedAdrien
Change-Id: Ic37d96c0f3cad6eba9a4e9327463f70ebbbfd317 Reviewed-on: https://gerrit.libreoffice.org/5501 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18remove various unused queryboxsCaolán McNamara
Change-Id: Ie8ae7c19b957410517c2a1a4f6463825bafd0e09
2013-08-18callcatcher: update unused codeCaolán McNamara
One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is that the last use of the old PercentField is gone now as well, so that can be removed and the new PercentFieldWrap can be renamed as PercentField to take its place Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd
2013-08-18WaE: C4703: potentially uninitialized local pointer variable 'pSectNd' usedTor Lillqvist
I think the compiler is wrong here. I don't think there is a way the line can be reached without pSectNd being assigned a value. Let's silence the warning anyway as we want to be buildable warning-free. Change-Id: I6802c31feccdbf9727a02819fe0051b6edba3730
2013-08-18Revert "Reduce text background painting rect with border"Zolnai Tamás
This reverts commit cc7a94cfa8ec901627e8f9abf28c724923deb520. MS Word has the concept not to paint background for the border line. But LibreOffice follow the general html box model which paint background for border too. So in case of double line the border's gap has the same color as the background. So the reverted patch can't fit to the general concept.
2013-08-18WaE: C4703: potentially uninitialized local pointer variable 'pIdx' usedTor Lillqvist
Change-Id: Ifba5ca49202b22de35c241fa8282270096e6794e
2013-08-18Paint drop cap background only onceZolnai Tamás
Painting default background is unecessary when there is a user defined background. Change-Id: I6564f403f0f7769b5460b07d5f3947be08c0dbf6
2013-08-18Reduce text background painting rect with borderZolnai Tamás
Change-Id: I48fa36aafa17b9660c65ed713ae2faf9c0c4d056
2013-08-18Make drop caps border a bit more robustZolnai Tamás
Decrease the minimum size of the drop caps letters to 0 and handle the case when padding is too big. Change-Id: I10f76ddffe9d19f82afbe3226ebe3aa8ba70da89
2013-08-18CharBrd 4.1: merge borders of text portionsZolnai Tamás
Revert 0d9ddccd8810a81a6f4d737870969d0dcf367d23 and 66f3b17013c467b9e0a74497738c90173b7e7b4f Solve border merge on portions level. - Add new members to text portion called m_bJoinBorderWithPrev and m_bJoinBorderWithNext which indicate when to skip left or right border. - Use these members during formating, painting and cursor calculation. Change-Id: I24f1a848e266207b252a6cd157663edc47c51de6
2013-08-18Add test for drop caps odf filterZolnai Tamás
Change-Id: I52735c222e14e725fc01caa156cb8ea9671a36cc
2013-08-18CharBrd 8.2: Tests for UNO API and ODF filterZolnai Tamás
Use just those API tests which still alive. Export filter test use import so no need for distinct import tests. Change-Id: Idddc2ece10e20027551538f4e8c224edffa9bfe8
2013-08-18String to OUString, data member prefix, early bail outMatteo Casalin
Change-Id: I532401e4853319668f49c75e4653907272384d12
2013-08-18String to OUString, optimize order of checksMatteo Casalin
Change-Id: I54deff88232d54f268a03dd61646b0ad59b3d8d1