summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
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
2013-08-18String to OUString, mark as constMatteo Casalin
Change-Id: Id5ab789b3518a23ccef6f3a13f852c478a129089
2013-08-18String to OUStringMatteo Casalin
Change-Id: I5dbb39e429ee35c47b492dc29bf172879bc32b1e
2013-08-18String to OUStringMatteo Casalin
Change-Id: I22624e2f15b95257f950f48704909aeb6ae54ef4
2013-08-18String to OUStringMatteo Casalin
Change-Id: I1de0d79ed3e9b3fd6b6ae9c303d5e502780bb568
2013-08-17String to OUStringMatteo Casalin
Change-Id: I41b73e0af6841247a0403974b1c66e5a66123420 Reviewed-on: https://gerrit.libreoffice.org/5483 Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com> Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
2013-08-17String to OUStringMatteo Casalin
Change-Id: Ib8309e687c375a05739e8b6f4db95d004a3b97cb Reviewed-on: https://gerrit.libreoffice.org/5482 Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com> Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
2013-08-17aTextRect is unusedIvan Timofeev
Change-Id: I1653140533a0f848dcf577ad7e81991a4591d916
2013-08-17fix copypastaIvan Timofeev
Change-Id: I92f2203988c5a4843ce512029ec60750fe4d25ff
2013-08-17fix string conversionIvan Timofeev
before commit 7a504c8752bf7c5accbb9bcc33a98f79b31b8bf2 there was: aUnknownToken.CompareTo(sSaveToken) != COMPARE_EQUAL Change-Id: I4c6411777f342e160c78b0ec591456e284e4e385
2013-08-17convert continue queryboxes to .uiCaolán McNamara
Change-Id: I8e23eb484177ccd47b7780ccafbdf8b377ea57e1
2013-08-17another unused QueryBoxCaolán McNamara
Change-Id: Ia317f09260853602f4dd313a0577de192834b1c5
2013-08-17unused string resource STR_FLT_SGVCaolán McNamara
Change-Id: Ib67e86b2ffde51ce1907eb03a88990da6a52cf2a
2013-08-17convert select autotext group to .uiCaolán McNamara
Change-Id: I2be99d22d30b5a09ee0b0920a63852ca6783cc0a