Age | Commit message (Collapse) | Author |
|
Change-Id: Idbca92ee8d38fe5839ec0aeb8ee02af3e326549d
|
|
This reverts commit 146bd125a01742b2a6561a4a23735f37867d8221,
Clang's r224465 does not look really useful the way it is, so work around
that directly in Clang for now.
|
|
Change-Id: I3ee32c5bd379bb851f8f255faa93d96227dcff84
|
|
Change-Id: Ifeb1aa309db401c9bb6e3184489c17d399cf145f
|
|
in favour of ReadXXX/WriteXXX methods
Change-Id: I39dfeee92e5b01fdf43db3bbee0f2fc471017653
|
|
So that this is always wrong (on this platform) to write:
reinterpret_cast<foo>(reinterpret_cast<long>(bar))
it should be:
renterpret_cast<foo>(reinterpret_cast<sal_uIntPtr>(bar))
Change-Id: Ia286246ee1616988f755c2d2054b26efacc51af0
Reviewed-on: https://gerrit.libreoffice.org/13366
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Id2eb27132fd6c1734e50c02617ce1bbb75e294a0
|
|
Change-Id: I73850d2b2ea6ff4376e25e0be39c65c35328a9a6
|
|
...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is
no longer necessary and loading of cppuhelper from the program dir cannot fail
regardless in whatever scenario the cli_cppuhelper library itself is loaded.
Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5
|
|
Change-Id: I32a9d6cc625537ab6e0940d93bf9a7544df370c8
|
|
Change-Id: Idf00e228c480afe2bbbb64682ed01f2c778b6d9d
|
|
Change-Id: I23969735f35e221a1aad39081ee63d02066d856f
|
|
Change-Id: Iea96991a3bef08c17a8a0cbc347408dadc0061af
|
|
Change-Id: I60eb597a6374b807b2264af6d5841a42e9b1c0f3
|
|
Change-Id: I0b24e34dec6c452659b224b45a6849dafe708c3b
|
|
Sadly cannot forward declare "struct {...} TimeValue;".
rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h
was painful enough for now...
Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
|
|
Change-Id: Iba420f0726864cb093e17fc9f4ce5bd7a33f7721
|
|
Added clear() method to OString and OUString class, Updated appropriate call-sites.
Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
#define Z_OK 0
#define Z_STREAM_END 1
#define Z_NEED_DICT 2
and we don't support dictionaries, so a Z_NEED_DICT return
creates an infinite loop
Change-Id: Iafb1da594962b3cb456a3223cc6d4122791718c5
|
|
Change-Id: I8b92c583bf1d6167b713648f417ba5569b3593ba
|
|
OutputDevice has a private function that rotates a point around another
point. However, there is no real reason why OutputDevice should be
responsible for this - it's really the responsibility of the Point
class in the tools module. Therefore, I've moved this functionality out
of OutputDevice and into Point, but I've renamed it from the rather
confusing name "ImplRotatePos" to "RotateAround", which is what it
actually does.
Change-Id: If12fb40a7b476653224d4edfc01887bc91a80c7d
Reviewed-on: https://gerrit.libreoffice.org/12171
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
trying to auto-ignore this one, so don't touch it manually in the UI so I can
experiment if this syntax will correctly auto-triage in all coverity instances
Change-Id: I4ae42a6828041f40c6ab8cb3cfc631c8dd38e8c8
|
|
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6
Reviewed-on: https://gerrit.libreoffice.org/12160
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I511c2df37c7feda8a3ffa311074bcf2fe669a73a
|
|
Change-Id: If528f3cbaab66ceec07e35b479b4fe2ed55aa3c7
|
|
Change-Id: I6f40eafee7652209395bd471e3508fe3a3d19d73
Reviewed-on: https://gerrit.libreoffice.org/12085
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I94308a517028a62ecf7018f6d7a4e9d37c0f56a6
|
|
Change-Id: I6b7adb593efa137bb09b3b8d49539f6cd405dd20
|
|
Change-Id: I501edd8f3301f70e6130d844dcd64cac8b18598f
|
|
Change-Id: I6465377de1edff5d0ccc0049fb6d24f6f1223fd2
|
|
Change-Id: I00650503f15f2dcd45b07e3c529965336e8391e6
Reviewed-on: https://gerrit.libreoffice.org/12080
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba.
Conflicts:
cui/source/tabpages/transfrm.cxx
svx/source/svdraw/svdedtv1.cxx
svx/source/svdraw/svdibrow.cxx
sw/source/filter/ww1/w1filter.cxx
tools/source/generic/rational.cxx
Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15
|
|
This reverts commit 8afab33d161ddd39a3e6094b5daa08b156ef0421.
|
|
This reverts commit ad1f796b1dc710a02ade17c95e99d11412f1280a.
|
|
This reverts commit 582ef22d3e8e30ffd58f092d37ffda30bd07bd9e.
Conflicts:
svx/source/svdraw/svdedtv1.cxx
svx/source/svdraw/svdibrow.cxx
sw/source/filter/ww1/w1filter.cxx
Change-Id: I80abc7abdeddc267eaabc9f8ab49611bb3f8ae83
|
|
rework to avoid the warning
Change-Id: Id104c01b04e07ffaaf503a842c978acbc8a22a19
|
|
Change-Id: If2922bca25c93edc25e1171001def8ce3011cf4c
|
|
Change-Id: I7ac53b340cf3a9f72a90414e09ddd37148ecd28a
|
|
Change-Id: Ic79ce25bf4ceb4d715aabdabf3824304b02b1f38
|
|
Change-Id: Icf1fc5643271672761b565c30382e70c689c29b4
|
|
Change-Id: I1cf551299bae925b5a5cf0a488b6cc3497d010bf
|
|
Change-Id: I08383e3086eef8e7c8136293d51b7108807a7def
|
|
Change-Id: Ia7f65d69c186056527a2beb72a18f4a66e4c6586
|
|
Change-Id: Ibc3ab15bc830d68bf9d3d1d9ac9595d82c7fb6aa
|
|
Change-Id: Ib68920fc9bd693d2f2679b4fc27d9956dc42fc86
|
|
Fraction used BigInt internally for computations, rational does nothing
like that.
Change-Id: I3e9b25074f979bc291208f7c6362c3c40eb77ff5
|
|
...the generated .ilb, .lst, and .sid outputs requested by SdiTarget were
apparently unused.
Change-Id: I1abb2abc7945070451fce4a98a11d955515e3f63
|
|
from UniqueIndexImpl.
Change-Id: Iaa9040dff117ed5b05955c9f6eef31878dccf3b0
Reviewed-on: https://gerrit.libreoffice.org/11951
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Idceac888c57cc27142877d0cf83dd525ab3f92ca
|