Commit Graph

362282 Commits

Author SHA1 Message Date
a43ba14c53 correct cast
Change-Id: Ic79ce25bf4ceb4d715aabdabf3824304b02b1f38
2014-10-17 23:05:16 +02:00
5cdede38ff now why did i do this?
Change-Id: Icf1fc5643271672761b565c30382e70c689c29b4
2014-10-17 22:02:32 +02:00
90c2dd6efb lode: fix LODE_HOME support for windows
Change-Id: I6b44707b8d1be526e6c0400d7c7104628b825fc5
2014-10-17 14:47:21 -05:00
bac6e18d68 fix long long -> BigInt for LONG_MAX value
Change-Id: I1cf551299bae925b5a5cf0a488b6cc3497d010bf
2014-10-17 21:45:21 +02:00
68c9515daf pParagraphMarkerProperties can easily be a reference
Change-Id: Ida4309aeb69bde43f70415211490db657c7c7567
2014-10-17 21:26:51 +02:00
57ac36da7a Updated core
Project: translations  781673fea7346b0d148bf85984826c0556fdf1b9
2014-10-17 18:48:35 +00:00
4bb872b192 DOCX export: fix handling of paragraph mark on empty paragraphs
The problem was that in case a paragraph is empty, and it has both a
character style and direct formatting, then the doc model created by the
ODT and DOCX import is like this:

<text>
  <attrset>
    <item whichId="8" which="character font size" value="nHeight: 240, nProp: 100"/>
  </attrset>
  <hints>
    <hint end="0" whichId="52" which="character format" value="name: hello"/>
  </hints>
</text>

I.e. the direct formatting is stored in the attribute set of the text
node directly, while the character style is stored as a hint.

MSWordExportBase::OutputTextNode() tried to read the hints and if there
were not any, then tried to read the attribute set, while in this
situation we need both.

Change-Id: I71fd10f6d00246348e77fee5431cb4e2a7c9b349
2014-10-17 18:27:16 +02:00
f55a0a54b2 Access2Base - Internal redesign of root structure into a separate class module
Redesign of CurrentDb, CurrentDoc interfaces.
Creation of new Root_.xba class module.
Console logs, TempVars and Dialog collections are unchanged.

Change-Id: I573a75e8fb54b277aef84d4518cc8e5cc21d7270
2014-10-17 17:15:41 +02:00
01552f1e77 SID_TOGGLE_MENUBAR (aka slot:6661, .uno:MenuBarVisible) is dead
...since introduction of XLayoutManager's private:resource/menubar/menubar in
3fb2acf5b77bff59909f616c44c7de17048b64d7 "INTEGRATION: CWS layoutmanager
(1.52.10); FILE MERGED" etc. and final removal of SID_TOGGLE_MENUBAR bits in
f605b16e395e8ccc3d1aba7907b0792039016f69 "INTEGRATION: CWS sfxcleanup (1.119.8);
FILE MERGED" etc.

What still needs fixing are

  extensions/source/activex/SOActiveX.cxx
  odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
  odk/examples/OLE/activex/SOActiveX.cpp

in a similar way as e.g. 0273d3d81d29d5c1f6c387cca633cd99722c100e "INTEGRATION:
CWS jl18 (1.6.8); FILE MERGED."

Change-Id: I52a43fc7186a4f60929ab6246a2da2e715be7510
2014-10-17 16:58:26 +02:00
5bdfa8c124 Resolves: fdo#62682 crash on second export of svg
because the first export has left "dangling" CalcFieldValueHdl Links in
Outliners that got created based on the Drawing Outliner while it had a
temporary CalcFieldValueHdl installed, and didn't get the old CalcFieldValueHdl
installed when the old Drawing Outliner one was re-installed.

Change-Id: I064a154ece488c9a4c3467b753451df7e73ae883
2014-10-17 15:20:00 +01:00
0c1e9111d0 coverity#704104 Unchecked return value
Change-Id: I4a2c49befe4baea10e36e0d612371fe8c91db401
2014-10-17 15:19:59 +01:00
98a19ed065 coverity#735341 Unchecked return value from library
Change-Id: I8eb5158cb2aa39b5eac45c554d722b9de1c8abe8
2014-10-17 15:19:58 +01:00
711e74544d coverity#1242624 Untrusted loop bound
Change-Id: If2ae1982eec100f5602a13d648beec247ced6aa2
2014-10-17 15:19:58 +01:00
a4e0107000 coverity#1242604 attempt to silence Untrusted loop bound
Change-Id: I034fa25671cce8ba215d7b8b88f0dff5b26d40cb
2014-10-17 15:19:57 +01:00
cf63ebe0f0 coverity#1242717 Untrusted loop bound
Change-Id: I983bba075ab9626c90555fa41f9d473ae60fafea
2014-10-17 15:19:56 +01:00
bbe264a19f coverity#1242724 Untrusted value as argument
Change-Id: I6041d09ef0a4ed4af5f1bf93f31a1eac60be1af7
2014-10-17 15:19:56 +01:00
be31503ef8 coverity#1242778 Untrusted value as argument
Change-Id: I34d5a5e7c5f0eef51d941c65ab73d5421d5a36cb
2014-10-17 15:19:55 +01:00
b520fca88d coverity#1247647 Uncaught exception
Change-Id: I1e47f3970f944aa3556e4ddb9b7918d9ee23c0eb
2014-10-17 15:19:54 +01:00
f5b1b266bc coverity#1247646 Uncaught exception
Change-Id: I332fb602466613e9e79ba4510879411e0bee9da6
2014-10-17 15:19:54 +01:00
fc0e506d64 coverity#1247645 Uncaught exception
Change-Id: Id6596945d51a1b9f8750aa0f46f6a061cb2e80c3
2014-10-17 15:19:53 +01:00
d4cdaa2ad6 coverity#1247644 Uncaught exception
Change-Id: Idbaef5c196c29a2e066f667e6bd50189a7b1834c
2014-10-17 15:19:53 +01:00
d63f917d31 coverity#1247643 Uncaught exception
Change-Id: I0da9140bf1f76a92c95c042c5039f7cfdbde6c34
2014-10-17 15:19:52 +01:00
e04f6bc2e6 coverity#1247642 Uncaught exception
Change-Id: Ic7ffc47fd84f89029c140d68601971a5a2d58d0a
2014-10-17 15:19:51 +01:00
8ba198465a coverity#1247640 Uncaught exception
Change-Id: Iccb18ddc9333b7812b747b142272f4394e4eca80
2014-10-17 15:19:51 +01:00
b3644b6a70 coverity#1247639 Uncaught exception
Change-Id: I5d91a6b7e4a539ea64b42d747a5fc142b36306dc
2014-10-17 15:19:50 +01:00
6bb741b7f4 coverity#1247638 Uncaught exception
Change-Id: Ibdda31c2a8d8c3314173f381b60800ccfbcc25f7
2014-10-17 15:19:49 +01:00
3e6ff5ed37 coverity#1247637 Uncaught exception
Change-Id: I1e3e47b1473bb4b504e94d06b41d1a86a4004e91
2014-10-17 15:19:48 +01:00
79943fac0d coverity#706591 Uncaught exception
Change-Id: I9b705664c3814aea5c433526ad147a8ab11c2d0f
2014-10-17 15:19:47 +01:00
0c0c77af06 coverity#1247635 Uncaught exception
Change-Id: Ic346a5820102a922f54c971e01587601991bd484
2014-10-17 15:19:47 +01:00
b0a91289a0 coverity#1247634 Uncaught exception
Change-Id: I0d7326533a4daf9d4cb37ce73e85c6a089eed33d
2014-10-17 15:19:46 +01:00
dbfd932e08 coverity#1247633 Uncaught exception
Change-Id: I4058089f45b39ddacc56ccf2259ce6e939abe4ee
2014-10-17 15:19:45 +01:00
fabbdc70ad coverity#1247632 Uncaught exception
Change-Id: I8d6df8c6853f0bd2f0b099d14bf0ac246170e7f1
2014-10-17 15:19:44 +01:00
331f4663e4 coverity#1247631 Uncaught exception
Change-Id: I92e59b18cef0828040c88ffbde150de6bb0d16a5
2014-10-17 15:19:44 +01:00
6e417ffe04 coverity#1247630 Uncaught exception
Change-Id: Ic15d712a26bdb6565b78efc4e9cab1bb09fd1cf4
2014-10-17 15:19:43 +01:00
ef057fc58e coverity#1247629 Uncaught exception
Change-Id: Ib0f0555ba5630b225a4a5fbc64394becdeb9f7dd
2014-10-17 15:19:42 +01:00
751570534f coverity#1247636 Uncaught exception
Change-Id: If9d635b7345683da0bf6ef7c7b0ffba0450f5dbd
2014-10-17 15:19:41 +01:00
9ab85c298b coverity#1247652 Uninitialized scalar field
Change-Id: I4760bc63f61d59c51b6557bf0e3364c1fe0e56be
2014-10-17 15:19:40 +01:00
748d94bdbe coverity#1247651 Uninitialized pointer field
Change-Id: Iff58777cfe8422be90fb59189f98a0f34b0aa102
2014-10-17 15:19:40 +01:00
c45fa7f54d coverity#1247648 Uninitialized pointer read
Change-Id: Id9faf897cedd976491520178aad8015398f7d018
2014-10-17 15:19:39 +01:00
6d249bec48 UBSan: Don't force sal_Int32/float values into sal_uInt32
...overload of TagLogger::attribute.  Not withstanding that function looks just
silly anyway.

Change-Id: I6cc3c5004884e564aac1397cab6eb6fae7a06f7e
2014-10-17 16:09:42 +02:00
51d86c9e62 Consistency around SdrAngleItem in svx/sxciaitm.hxx
...similar to what has been done for svx/sdtmfitm.hxx in
68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."

Change-Id: I8e76e4751e50f5952c6dfff9ee10362166bf0523
2014-10-17 15:36:13 +02:00
69e8417e43 fix copypasta
Change-Id: I08383e3086eef8e7c8136293d51b7108807a7def
2014-10-17 15:22:47 +02:00
9fc03915b8 fdo#75359 - SIFR: Line Spacing 1.5 icon missing
Change-Id: I1f7c23277f0956d99502ee58b869c07cf04276cb
Reviewed-on: https://gerrit.libreoffice.org/12008
Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
Tested-by: Matthew Francis <mjay.francis@gmail.com>
2014-10-17 13:10:43 +00:00
c738c9fb2c fix comparison
Change-Id: Ia7f65d69c186056527a2beb72a18f4a66e4c6586
2014-10-17 14:44:20 +02:00
afcd04f74b Missing const
Change-Id: I8d05851c162ee9215f773ebfb9435e549b1572d4
2014-10-17 14:37:31 +02:00
39d4fe7aea bump openssl to 1.0.1j
Change-Id: Id2092489723b3f1f643ee0161cb0d8bcbd04a847
Reviewed-on: https://gerrit.libreoffice.org/12004
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-17 12:36:52 +00:00
b9789a6319 There is no ExportCGM
Change-Id: I84b0d4daa3a6090aadaa7f64bdb9277efbba371f
2014-10-17 14:23:46 +02:00
fc78d8dfba Pass args by const &
Change-Id: I510e1aba6772e1f8d4013b235e95a1e5599fd601
2014-10-17 14:23:46 +02:00
991fb39367 coverity#735653 avoid division by 0
Change-Id: Ie3ec074292467f096e69142dc599b0e29e1e7f7b
2014-10-17 14:06:26 +02:00
3dcbcd120c coverity#735654 avoid division by 0
Change-Id: If368d300c5ed880e1359cbc67df0e13b00fc6ecf
2014-10-17 14:06:25 +02:00