summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-20fdo#66145: fix copying of header/footer when un-sharingMichael Stahl1-4/+12
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 Stahl1-3/+3
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 Stahl1-2/+2
... 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 Stahl1-8/+5
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-20Don't unnecessarily require too new harfbuzzFridrich Štrba1-1/+5
Change-Id: I1fc9b29255c9822406dfc6ddb05b3a7f63fcd216
2013-08-20Registy item fix for AppUserModelID and use STRING macro for stringsJesús Corrius1-4/+4
Change-Id: Id6434355aabdde4f39232ab5a839201a85ca4d29 Reviewed-on: https://gerrit.libreoffice.org/5529 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-20fix for fdo#62323 fix duplicated and wrong testsNoel Power2-4/+4
Change-Id: I73dc238f7de59367a0a9d00e5421ea6675b4f556
2013-08-20fix for fdo#62323 bad conversion of Hex strings for certain valuesNoel Power5-1/+75
Basic hex literals are basic Integer ( e.g. 4 byte ) types with -2,147,483,648 through 2,147,483,647 range. Interally the scanner was using a long to form/scan the literal, this led to bad behaviour on 64bit linux ( where normally long -> 8 bytes ) Change-Id: I1d0fcc55ed0eda636da1445329737d1684e69f33
2013-08-20Fix idlJulien Nabet1-2/+2
Change-Id: I10a67d3087205e81633a35e30b7648c4a14ac2f9
2013-08-20Fix doxygen in offapi, awt/XMessageBoxFactory.idlJulien Nabet1-4/+4
Change-Id: Iee4f792d35b8caf13bbd1c9ec7aefe38f185dcbb
2013-08-20Fix doxygen warnings in udkapi and offapiJulien Nabet3-6/+6
Change-Id: If2235c959aa409376397f306145bea0bee713c78
2013-08-19offapi: fix doxygen warning in ucb::XWebDAVCommandEnvironment.idlJulien Nabet1-2/+1
Change-Id: Ie54315ebf76707848de635e75b9689ef8d06e0ea
2013-08-19offapi: fix doxygen warning in awt::XPopupMenu.idlJulien Nabet1-1/+1
Change-Id: I68d66e62d6962ec1da471b7c7edc8ca30d70e838
2013-08-19offapi: fix doxygen warning in awt::XMessageBox.idlJulien Nabet1-1/+1
Change-Id: I98e90d54ade44a6baf20c8f36bc536f3dfa43ffe
2013-08-19Fix typo in idlJulien Nabet1-1/+1
Change-Id: I22a9178da0190fa79c81e10511925d2270065680
2013-08-19Revert "Seems unused too"Julien Nabet1-0/+5
This reverts commit 0654a592df05df676540764c004bd5b4e8b693a9. Sorry Kohei for the noise
2013-08-19Return on NULL right away, to avoid null dereferencing below.Kohei Yoshida1-1/+1
Change-Id: I17b45a5fb6ac5d30be5d3575fec76a61662decdf
2013-08-19fdo#67699: Don't forget to set filter name to the descriptor.Kohei Yoshida1-0/+10
Actually the detection code works just fine without having the detection service set the filter name here. But it's supposed to. Change-Id: Ic6a4325b5ceb532d0691781388f66c24cd695ca5
2013-08-19Seems unused tooJulien Nabet1-5/+0
Change-Id: I4e71517f34988c3fc2d4b8e7627722d690c1b487
2013-08-19These can be file local.Kohei Yoshida1-20/+25
Change-Id: I71193951ce7a1d1a63fc6931a12267f22cdb72c3
2013-08-19fdo#67699: Remove a whole bunch of old hacks.Kohei Yoshida1-331/+174
The new format detection service is much simpler than the old one. In the new framework, each detection service receives the name of format that it is expected to check against, and it should either reject it by returning an empty string in case the file is not of that format, or if the file is indeed that format, set the appropriate filter name and return that type to the caller. We no longer need to deal with preselected filters (which is dealt with in the detection framework itself) or return an entirely different format that's different from the one being asked to verify. Change-Id: I3f36951b0ad821d836fb8a56b852e40d43095f09
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part3)Julien Nabet1-2/+2
Change-Id: I0972f1f46ca46c6c482e016e6e0a280c205cc121
2013-08-19Er, ENABLE_HARFBUZZ is "TRUE", not "YES" (or empty)Tor Lillqvist1-1/+1
Change-Id: If6007b1d9aa2173fc0f508bb6e9b617a440c940c
2013-08-19Test ENABLE_HARFBUZZ, tooTor Lillqvist1-1/+1
Change-Id: I3e2ce690fcfd84d91979e737a1977f61319e2a55
2013-08-19We hardly want harfbuzz on iOS if we don't want it on DarwinTor Lillqvist1-1/+1
Change-Id: I38ce976e55e9800971dcd300902578e06540f358
2013-08-19fdo#68261: 'program' is a symlink, need to use the real name 'MacOS'Tor Lillqvist1-8/+8
The installset structure in a "traditional" (non-"Mac-like") OS X was messed up with *both* 'MacOS' and 'program' as real subfolders in instdir. Change-Id: I337e1669d28c6c59993790fd33c9c5ab372c421c
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part2)Julien Nabet2-14/+14
Change-Id: If7aa24718c3a4bc1656277f0bb741b41fcaf6f4f
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha insteadJulien Nabet1-2/+2
Change-Id: I74238c164e661f0090e78e5c6107b974834a685b
2013-08-19sc/externalrefmgr: reduce individual cell queriesPierre-Eric Pelloux-Prayer1-9/+18
Change-Id: Ic0dda47f02cd392234876a8945e240bbc915fa6a Reviewed-on: https://gerrit.libreoffice.org/5453 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19sc/externalrefmgr: batch same-type cells copyPierre-Eric Pelloux-Prayer1-8/+73
Change-Id: I5726261c9fbe479e2b5be6862324d23a30d4ab40 Reviewed-on: https://gerrit.libreoffice.org/5452 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19Remove com.sun.star.comp.stoc.RegistryTypeDescriptionProviderStephan Bergmann24-4504/+0
...which had become unused with the new cppuhelper/source/typemanager.cxx. Change-Id: Ic84d11cc9ecd1e7d73aa2757c14ffd46fa21e890
2013-08-19fdo#68219: Parent style text attributes missing in accessibilityBoris Dušek1-1/+9
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-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa12-67/+21
Change-Id: Iff0c43d190e6afa26c23416db4da9843cf7f41a5 Reviewed-on: https://gerrit.libreoffice.org/5327 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini6-46/+53
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-19Refactor TemplateAbstractView to define file exts. in one placeKrisztian Pinter2-24/+22
Change-Id: I5d799f51c41d9b4f5a0161cf49e76d9539826d8f Reviewed-on: https://gerrit.libreoffice.org/5365 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-19String to OUStringMatteo Casalin5-17/+17
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 Casalin9-70/+48
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 Casalin2-20/+18
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-19fdo#67653: Revert "go back to 8 colorvalueset columns"Ivan Timofeev1-1/+1
This reverts commit 7e7ccea7cc91e86d7d345b85940dba16bec36fc4. Change-Id: Idc09233ccd53a7368da978bb7c1a04a640118e62 Reviewed-on: https://gerrit.libreoffice.org/5503 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help 0928f7ad945adabae18d618d9c63c12a6472ff8a
2013-08-19convert document field page to .uiCaolán McNamara9-387/+557
Change-Id: Ifaad85d637167bd85be2e15809e847efcdecd584
2013-08-19prefer first visible label when presented by multiple onesCaolán McNamara1-4/+11
Change-Id: Ie3e5e3b8a68fdfa7b5a0c985b49f69fc87449ee0
2013-08-19Fix mingw64 build of remote controlFridrich Štrba1-3/+4
Change-Id: Ic236a52311a5bd868daa50851a2a88c92c377f51
2013-08-19Simplify iteration over SequenceStephan Bergmann1-6/+3
Change-Id: I84b79c6cc11a5cd506e22caf294423a3c0b953f0
2013-08-19fdo#67109: Order of XConstantsTypeDescription.getConstants is unspecifiedStephan Bergmann1-1/+24
...it looks like it used to be the order the constants appeared in the .idl file, while now it happens to be the lexicographical order of the constant's names. For all the constant groups in com.sun.star.report the order expected by the code appears to be the order of the constant's numeric values (which happens to coincide with the order of appearance in the .idl files), so explicitly sort them that way. Change-Id: I550401b2742fffb7c96a7787498967a7cd78fff8
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help 50fb4825f0debbcff34a6110e66caaae2674fba5
2013-08-19Revert "drop unused help ids"Caolán McNamara1-0/+2
blast, they *are* unused, bad grep This reverts commit 0ec56aee18cf35728596a0398b0aaf3384099a17. Change-Id: I06b618f88240dab084dfa89fd21119f07d5ee5d5
2013-08-19drop unused help idsCaolán McNamara1-2/+0
Change-Id: I780f4a117ce0a461031d8b66747d7d52493ef6d2
2013-08-19Updated coreCaolán McNamara1-0/+0
Project: help 339d9e2a57394896e9a199d2c2676d4e97d31ba1
2013-08-19missing mnemonic widgetCaolán McNamara2-13/+2
Change-Id: I292db7ad4c614568fe9a5f011e545e9a068e8a5c