Noel Grandin
ae5d78d605
remove operator>> and operator<< methods
...
in favour of ReadXXX/WriteXXX methods
Change-Id: I75fcb04cb9e2981a10146a96de27916ca7f6bc57
2014-12-19 08:50:30 +02:00
Noel Grandin
4cbba98601
remove operator>> and operator<< methods
...
in favour of ReadXXX/WriteXXX methods
Change-Id: I849fd10c689fb9834ae9974e430dc337adc68755
2014-12-19 08:50:29 +02:00
Michael Weghorn
a3181adc11
fdo#39468 translate German comments
...
Change-Id: I87ba3ac7aabbb297785eff5da6a5d498fdefd80c
Reviewed-on: https://gerrit.libreoffice.org/13534
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-19 06:40:42 +00:00
Christian Lohmaier
2116f1cfb3
libmspub depends on zlib
...
Change-Id: I3024693698f85ef1c2bbb7fb6ee968a0d5ba6359
2014-12-19 04:16:02 +01:00
Kohei Yoshida
b7e61384f1
Update mdds to 0.11.2.
...
Change-Id: I1c331863df2b1e560ba8a3d5b7dde67cce59b2df
2014-12-18 20:46:13 -05:00
Kohei Yoshida
62de3d17a1
Build fix for gcc 4.7.
...
Change-Id: I9b971928fa2737d21c225406bf2a86c088be5b9c
2014-12-18 20:46:06 -05:00
Michael Stahl
fc93c17a2e
sw: prefix SwTabFrm members
...
Change-Id: If2de38d23c5753e703517b5ef82d0f00070c2f34
2014-12-18 23:09:12 +01:00
Michael Stahl
8599b29b5c
sw: prefix SwRowFrm members
...
Change-Id: I262efe47d8a28d1462cf35314a99c4404ffa2200
2014-12-18 23:09:12 +01:00
Michael Stahl
217c09adcc
sw: prefix SwCellFrm members
...
Change-Id: Ia38bdf402595dc0b7e6dabd80a4e93e53142b719
2014-12-18 23:09:12 +01:00
Michael Stahl
ef342691eb
sw: prefix SwLayoutFrm members
...
Change-Id: If961ecfe27c6f478f030bab746278b885482b229
2014-12-18 23:09:11 +01:00
Michael Stahl
296e8b597c
fdo#87199: sw: fix root cause of a11y crash when merging cells
...
Commit f9eff2a402a4cd28d7dbfb6ce27cbf96b31e576f is not quite right
because it will leave the mpNext chain unreachable; that could perhaps
be imporoved by calling RemoveFromLayout(), but...
Actually the problem is basically that one of the deleted SwCellFrms
points to a SwTableBox with getRowSpan() -1 (because it has been merged)
and thus IsInCoveredCell() returns true and that causes ~SwCellFrm() to
skip disposing the SwAccessible stuff, so the SwCellFrm is still
contained in the SwAccessibleMap.
Because it's rather hard to prevent this sort of thing in general,
better change SwAccessibleMap::Dispose() to assume that if it found its
way into the SwAccessibleMap it should be disposed and removed.
Change-Id: Ib4cec6924cb026ae30bdac6857957adf237b4d70
2014-12-18 23:09:11 +01:00
Michael Stahl
59c92736ab
sw: rename SwFrm::Remove to something unique
...
Change-Id: I4daf01450a4aa8f1d2bc6eae731a735d0d38a074
2014-12-18 23:09:11 +01:00
Stephan Bergmann
7e624c9820
Fix MSVC build
...
Change-Id: I64a9a2933b38e48c4531564ab4082e3c924c4959
2014-12-18 23:00:42 +01:00
Julien Nabet
24dab5d51a
cppcheck: Same expression on both sides of '||'
...
Change-Id: Ibdadac46483ca3b17a12e3d1ae31f75a869b8dbc
2014-12-18 21:58:55 +01:00
Eike Rathke
d249282d51
line-break that into something slightly more readable within 120 columns
...
Change-Id: I3b97cc4b0f108c0cc6e0aa1397cf6243b7c734b0
2014-12-18 21:56:40 +01:00
Jan Holesovsky
72ee6012b0
Typo: .uno:*TracedChange -> .uno:*TrackedChange.
...
Change-Id: I173728b9f800b6a9c6e81d496a268b4e42cf4db9
2014-12-18 21:50:09 +01:00
Jan Holesovsky
08e0a79aeb
spell dialog: Make [Close] work in protected documents with editable fields.
...
We have to call ToggleChildWindow directly; calling SfxDispatcher's Execute()
does not work here when we are in a document with protected section - in that
case, the cursor can move from the editable field to the protected area, and
the slots get disabled because of SW_DISABLE_ON_PROTECTED_CURSOR (see
FN_SPELL_GRAMMAR_DIALOG in .sdi).
Change-Id: I1c310c028aaaf774431d0b1e6bba10e901a8166d
2014-12-18 21:49:54 +01:00
Stephan Bergmann
7ac1522d9e
Fix MSVC build
...
Change-Id: I14f9b8e7b7e2cdcbdc60de17471b1a3a381d83f0
2014-12-18 21:42:31 +01:00
Julien Nabet
5a4c549d32
Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I899164412ad90653b4228423283f9fbd4cb5fccc
2014-12-18 21:14:10 +01:00
Eike Rathke
f2ac9fab26
fdo#68385 update references only if cut originates from the same document
...
Change-Id: Ia7b27309251cf9e47505c58d8ed0172d134280f4
2014-12-18 20:11:14 +01:00
Kohei Yoshida
64c479e9da
Unmap memory object right after the buffer is read.
...
Change-Id: Ic7c355dc005b8071a3b5db347f51882d89d2160f
2014-12-18 13:57:10 -05:00
Miklos Vajna
20f8006e21
fdo#87448 EnhancedCustomShape2d: fix handling of scaled ARCANGLETO commands
...
Change-Id: I7daf52a60e3fac8d9f86b464e86af60e0495fcb1
2014-12-18 19:28:19 +01:00
Miklos Vajna
4423637d4e
CppunitTest_sw_uiwriter: use gb_CppunitTest_use_rdb
...
I can't easily see what component is missing for SVM saving, and we do
the same in CppunitTest_sw_htmlimport already, so why bother.
Change-Id: Iba917e211fc721f8e275b3ce04a0e02c0759485b
2014-12-18 19:28:19 +01:00
Caolán McNamara
62e08e2230
Related: coverity#1202743 Bad bit shift operation
...
Change-Id: Ia2fe4abd17e09aecaef6d929dbd9b393f33c9de6
2014-12-18 17:11:17 +00:00
Stephan Bergmann
9de415945a
vcl: Use appropriate OUString functions on string constants
...
Change-Id: I169624820cd7d25eab18a6b90482e075ebfebcc6
2014-12-18 17:58:17 +01:00
Stephan Bergmann
11f2099904
test: Use appropriate OUString functions on string constants
...
Change-Id: Idbdc5c9aab8fa65df39d66da2461337db6350e52
2014-12-18 17:57:46 +01:00
Stephan Bergmann
09e071fddd
tools: Use appropriate OUString functions on string constants
...
Change-Id: Idbca92ee8d38fe5839ec0aeb8ee02af3e326549d
2014-12-18 17:36:14 +01:00
Stephan Bergmann
a349a4763f
loplugin:saloverride does not make sense for external code
...
...where SAL_OVERRIDE is not available
Change-Id: I49d447ba90516f4f744c21302607bff97ad3c4d5
2014-12-18 17:29:31 +01:00
Caolán McNamara
df35af4168
fix build
...
Change-Id: I920227cd175dace306ebb16a8e476f483cf11a7a
2014-12-18 16:00:58 +00:00
Juan Picca
82aa4dbd83
Fraction: rewrite 'GetDenominator()==0' conditions
...
Change-Id: Ie42972db98da48b60b3f5314e019046b2a2ee0e7
Reviewed-on: https://gerrit.libreoffice.org/12238
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2014-12-18 15:58:42 +00:00
Stephan Bergmann
3f66df9805
Work around GCC bug
...
Change-Id: Ib53fd467cb270908846f8f613d9f085aeccdff01
2014-12-18 16:55:34 +01:00
Stephan Bergmann
e17be13daa
Work around MSVC bug
...
Change-Id: I592eb027f4c13cf75f1f0a443696d4d4e8e50e04
2014-12-18 16:44:06 +01:00
Stephan Bergmann
86ba184394
Introduce gb_*_set_external_code
...
...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension
code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the
config_host/config_*.h files will not be included, so the HAVE_* macros will be
undefined.)
This obsoletes the need for RTL_DISABLE_FAST_STRING.
Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
2014-12-18 16:39:43 +01:00
Caolán McNamara
1cd9420755
Resolves: rhbz#1175142 nStarts ends up as an invalid -1
...
Change-Id: Ic67c5562d0e9936cd6a524ecd4f798aaf885a6e8
2014-12-18 15:25:37 +00:00
Christian Lohmaier
d1cf36265d
avoid exceeding commandline limits
...
don't use "zip -@" to read from stdin, as that expects one file per line
also zip doesn't like the dos-lineend, so strip that using tr
Change-Id: Ib5c9040a66390119aa7a46225f2d0c8f635bf39a
2014-12-18 16:12:56 +01:00
Caolán McNamara
897f35006e
fix build
...
Change-Id: Ide1f3da42864dd53aa0b960b8013a46b3f609025
2014-12-18 15:03:15 +00:00
Caolán McNamara
2315ee1852
fix build
...
Change-Id: Ide1f3da42864dd53aa0b960b8013a46b3f609025
2014-12-18 14:18:44 +00:00
Stephan Bergmann
39733239d3
jvmfwk: Use appropriate OUString functions on string constants
...
Change-Id: I5a16fdd9217f0523212842650d74f504f17848fd
2014-12-18 15:00:28 +01:00
Stephan Bergmann
dc8835de2a
bridges: Use appropriate OUString functions on string constants
...
Change-Id: I72e0df381bd9525ea4fff1f4bbd57ffe84ce241f
2014-12-18 14:56:47 +01:00
Tor Lillqvist
073d1a3590
Use the same names for these flag bits as the callers do
...
No need for redundancy.
Change-Id: Ia68d2e57af33cdca90246de54cdff656ea6c3942
2014-12-18 15:52:15 +02:00
Caolán McNamara
09906a0058
drop unused helpids
...
Change-Id: I878f5bfe15b72ed1b750abfd7ca26513aae1d6fb
2014-12-18 13:20:09 +00:00
Caolán McNamara
af720da95e
Updated core
...
Project: help 908b90852c513400669814a73b64245a0702ec21
2014-12-18 13:20:03 +00:00
Caolán McNamara
0ef2fa807d
convert RID_SVXDLG_BMPMASK dockingwindow to .ui
...
Change-Id: I1a160bd08d3be0356076789539d551f4dc6edfd4
2014-12-18 13:13:26 +00:00
Stephan Bergmann
eabf036cfe
xmlscript: Use appropriate OUString functions on string constants
...
Change-Id: I1fafba17c590d4485f2138e2dda877344c573df1
2014-12-18 14:12:39 +01:00
Stephan Bergmann
8d487ceba1
xmlsecurity: Use appropriate OUString functions on string constants
...
Change-Id: I18370f6203455cf7568e48e49b7093d114656619
2014-12-18 14:12:39 +01:00
Stephan Bergmann
05575c31e1
xmloff: Use appropriate OUString functions on string constants
...
Change-Id: I349e0c2575d9a5154ac7002d129a1851a3df7687
2014-12-18 14:12:39 +01:00
Stephan Bergmann
fb4fec646d
xmlhelp: Use appropriate OUString functions on string constants
...
Change-Id: I8642ec147cb0dca32dce7ec7f3efec93bcb99cb4
2014-12-18 14:12:38 +01:00
Stephan Bergmann
56a6a6f209
writerperfect: Use appropriate OUString functions on string constants
...
Change-Id: If48c8c7181eb8eec7519ba17248244c7ba6bf0d5
2014-12-18 14:12:38 +01:00
Stephan Bergmann
24531a040e
writerfilter: Use appropriate OUString functions on string constants
...
Change-Id: I42d89d0cc8bf9e9a0918345147ae2f64b5aabf58
2014-12-18 14:12:38 +01:00
Stephan Bergmann
56d479f540
vcl: Use appropriate OUString functions on string constants
...
Change-Id: I010146e9b7181d0cc704a26ae1d373794cf6facb
2014-12-18 14:12:38 +01:00