summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-15Revert "fix polygon rendering with clip area of one line only"Tor Lillqvist
Sorry, but this breaks the basebmp unit test. This reverts commit 064da28833203545eb5554982008c7af346b2488.
2013-10-15fix polygon rendering with clip area of one line onlytsahi glik
Change-Id: I7f1b2c45109ed8011b76013ccb488cdfd12c7868 Reviewed-on: https://gerrit.libreoffice.org/5709 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-15fix warning about missing images in startcenterCaolán McNamara
persumably the intent is to show these ones Change-Id: I3110b7efb7acdf689825f78989aba4010abbcc59
2013-10-15fdo#36868 WW8 import: allow outline numbering and list style in the same ...Miklos Vajna
.. paragraph style The original problem (from a user's point of view) was that the second level of the numbering started from 1.1 instead of 2.1 in the bugdoc. This was fixed by using outline numbering for level 2 as well, but this is problematic in many cases: we want to have outline numbering exactly when outline numbering is enabled for the given paragraph style. So revert the change in SwWW8ImplReader::SetStylesList() and fix it differently: SwWW8ImplReader::RegisterNumFmtOnStyle() explicitly ignores list style if outline numbering is available with no good reason. Both the WW8 format and Writer core allows to have outline numbering and a list style at the same time, so set list style even when outline numbering is available. This fixes the original issue, too -- without introducing nasty fake outline numbering usage. Also add a testcase for the original issue. (regression from e3d5c3e0746916c4056389dd8c2daa6c451c8f6e) Change-Id: Id7d2d67a96a858aee3230110cb518fea51d19d38
2013-10-15-Werror,-Wunused-variableStephan Bergmann
...I assume the whole point of 319b160320a045b1a5b302dafbc2220ee1d4d3c3 "CMIS file picker: it really does not like ID Mark" was to actually use the result of impl_normalizeURL. Change-Id: Id94c7785183d96f2a2c3f08caa72af045a1212ba
2013-10-15fdo#70487 fix l10n of install setsDavid Tardon
Change-Id: I97b821e1e039b3ca529ebac7efb63648e5d353a3
2013-10-15CMIS: show commit comment in versions dialogCédric Bosdonnat
Change-Id: I0d3b3d8dfe160b00c70acb98bdf4e37d088dc4c6
2013-10-15CMIS file picker: it really does not like ID MarkCao Cuong Ngo
The file picker can't go back folder if we use ID mark in the URL. Conflicts: ucb/source/ucp/cmis/cmis_content.cxx Change-Id: I6985feec71dc23848ee022e0bab9e8515a21ffd2
2013-10-15Add operator<< to some classes for debugging outputTor Lillqvist
Change-Id: I74a4c1217cc89e9d5da02a47ed45d6ce5fceb815
2013-10-15Add outmap.cxxTor Lillqvist
Change-Id: Ied91c3edf9e4c8996a08ea722ba8dd409357d7b5
2013-10-15Require at least iOS 6.1Tor Lillqvist
Change-Id: I6e75db10028143ef5926ceed8029e0404ab82d2b
2013-10-15Avoid "<Error>: clip: empty path" messagesTor Lillqvist
Change-Id: I6f640c0c4459f8330261ca59145a10b7a624bbe8
2013-10-15Use SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP part2Julien Nabet
Change-Id: Id3691ab81af466dd21cc86592c5ac0c2c7a1c8f7 Reviewed-on: https://gerrit.libreoffice.org/6244 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-15Resolves: #i123407# Do not insist on CF_DIBV5 for clipboard dataArmin Le Grand
also accept CF_DIB (cherry picked from commit b7d59ee36d0786aba13e6b00d93cdfa0045e5379) Change-Id: Iaafdeab981d6621e6696a642c68e29392af3e200
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara
I'm concerned that the scoping of the dtor will cause events to happen in different order to the original. So rework the require explicit Notify calls rather than implicit dtor calls instead of going about the place putting in scoping brackets Change-Id: I7f3ac4ef3c073da74a9cc49888a59dec12805b0f
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet
Change-Id: I60b7a4c5b80410429e5489ee6517bbda8cf328dd
2013-10-15fdo#61950: Add back icon for "Tools - Minimize Presentation..." menu itemStephan Bergmann
Change-Id: I6472dff21bb7e1cbec6efbfc01b74ea593f56afc
2013-10-15WaE: unused variable 'aNewURL' [loplugin]Tor Lillqvist
Change-Id: Ie6ee864b79c29dd6ed29c4b41858187f3025cb5a
2013-10-15more fixes for OUString conversion in Windows buildNoel Grandin
More std::min pickiness, and some ternary operator pickiness. Change-Id: Ic7feed165c6bb35e08a5e44031d06a1fcb298983
2013-10-15clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke
Number recognition was suboptimal and didn't properly resync scan positions after having detected an error. Change-Id: I278fdaaf17ed40560785deaaad0e3412a249d90a
2013-10-15fix OUString conversion in sw/inc/dbgoutsw.hxxNoel Grandin
Change-Id: I12fc3a536e7ef46c0a1752f648e2654f9f96cdeb
2013-10-15fix some fallout from my OUString conversionsNoel Grandin
std::min on Windows is a little pickier Change-Id: I34212839f8b3fd934992278dfca60a3a26af8171
2013-10-15convert sw/source/filter/ww8/*.cxx from String to OUStringNoel Grandin
Change-Id: Ibdd454008244b9a6db5037f511ac2da723648d89
2013-10-15convert sw/source/filter/xml/*.cxx from String to OUStringNoel Grandin
Change-Id: Ia02ad8c31561abb672c8dbacc5985bb01cff4e70
2013-10-15convert sw/source/ui/app/*.cxx from String to OUStringNoel Grandin
Change-Id: I08cb425ae4be64116c3f88dad73d330a953af77a
2013-10-15convert sw/source/ui/chrdlg/*.cxx from String to OUStringNoel Grandin
Change-Id: Iec98511d65b2a3ecf43586055fb62f48675cbd1b
2013-10-15convert sw/source/ui/config/*.cxx from String to OUStringNoel Grandin
Change-Id: Ib985a8794c1d7b5991d2b768fd77d92804625ab9
2013-10-15convert sw/source/ui/dbui/*.cxx from String to OUStringNoel Grandin
Change-Id: I302fc2630f22a9d7a050b666cad0eb2cea0f5663
2013-10-15convert sw/source/ui/dialog/*.cxx from String to OUStringNoel Grandin
Change-Id: I668952728724dbb6c3d328ddf66e51113cc76e3d
2013-10-15convert sw/source/ui/docvw/*.cxx from String to OUStringNoel Grandin
Change-Id: I3a70366bc4992557393ce478f0c457b26881402b
2013-10-15convert sw/source/ui/envelp/*.cxx from String to OUStringNoel Grandin
Change-Id: I47cf96da2ed61430257b23b238a8926c8041a98e
2013-10-15convert sw/source/ui/fldui/*.cxx from String to OUStringNoel Grandin
Change-Id: Ibe97d7968eb8375fd3b9bd3c0c9148084b37a9f8
2013-10-15convert sw/source/ui/frmdlg/*.cxx from String to OUStringNoel Grandin
Change-Id: If423a14c8c94881c25418c5c99281a5d5a4320d1
2013-10-15convert sw/source/ui/index/*.cxx from String to OUStringNoel Grandin
Change-Id: If327c8104aed144863a6b86b08c783f5a43551cf
2013-10-15convert sw/source/ui/lingu/*.cxx from String to OUStringNoel Grandin
Change-Id: Ia582d330439674a7073fa6ddd13693fb9d3de86a
2013-10-15convert sw/source/ui/misc/*.cxx from String to OUStringNoel Grandin
Change-Id: I370a92ec5d94ba66df20992f6df26e78b91f31af
2013-10-15convert sw/source/ui/ribbar/*.cxx from String to OUStringNoel Grandin
Change-Id: If7a4616c8f13e9516fe8e5c32a6a17228149b78d
2013-10-15convert sw/source/ui/shells/*.cxx from String to OUStringNoel Grandin
Change-Id: I8321849c7964bfb3aeb894e68819755aaf883c44
2013-10-15covnert sw/source/ui/sidebar/*.cxx from String to OUStringNoel Grandin
Change-Id: I60c8e0b806a61cc85334c3cefed7a41707f0d2cc
2013-10-15convert sw/source/ui/table/*.cxx from String to OUStringNoel Grandin
Change-Id: Ie81c21b6254ff6f766e8b61444bf1b672435de89
2013-10-15convert sw/source/ui/uiview/*.cxx from String to OUStringNoel Grandin
Change-Id: Ia6f61145f7486a2a78da8bd62d8ae9f79d2f95e3
2013-10-15convert sw/source/ui/uno/*.cxx from String to OUStringNoel Grandin
Change-Id: I3726ae7496e66f0e0d9b6be1ada1766c7fd496db
2013-10-15convert sw/source/ui/utlui/*.cxx from String to OUStringNoel Grandin
Change-Id: I081439331c63178f8d56c2b56db50b1b1d1e23ba
2013-10-15convert sw/source/ui/vba/*.cxx from String to OUStringNoel Grandin
Change-Id: I47b1ba2c8d6443cfadeb303881353f150c420662
2013-10-15convert sw/source/ui/wrtsh/*.cxx from String to OUStringNoel Grandin
Change-Id: I325c96ff17168363161a0174704c9f11577d60bc
2013-10-15convert sw/inc/doc.hxx from String to OUStringNoel Grandin
Change-Id: I8ddf0f59de506df4e3fea77824b5bb5679bcf7b1
2013-10-15convert sw/inc/IDocumentFieldsAccess.hxx from String to OUStringNoel Grandin
Change-Id: I9b408ce07cb8763870a1480d3a0615b6162be2c1
2013-10-15convert sw/inc/IDocumentLinksAdministration.hxx from String to OUStringNoel Grandin
Change-Id: If9e4f1f40ed14ff6a64bbd52367fe5f1fbc3b2dd
2013-10-15convert sw/inc/IDocumentListItems.hxx from String to OUStringNoel Grandin
Change-Id: Ie3b1e8a5d1796ef36919293f293fbc10b7cf6870
2013-10-15convert sw/inc/IDocumentListsAccess.hxx from String to OUStringNoel Grandin
and convert these methods parameter passing convention from "const OUString" to the more normal "const OUString&" Change-Id: I267b20f4c817f8353c8df9bbc0ca6cad3fcbfcaa