summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-29vcl: Proof-of-concept NotebookBar implementation.feature/notebookbarJan Holesovsky10-14/+520
Change-Id: I91535c13d68261f7195989ec78bd305cf572c87c
2015-09-29starmath: ClaimPaternity() is only for SmStructureNodeTakeshi Abe2-10/+9
rather than SmNode. Change-Id: I2c4765500f077007979417b90f47cc22c6362491 Reviewed-on: https://gerrit.libreoffice.org/18917 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-29m_pData is always a ImplSVEventCaolán McNamara1-2/+2
Change-Id: I0207419ac1b2ecdf36f208169766d965ae48ad8c
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin116-1013/+9
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
2015-09-29Avoid ambiguity with C++14 std::make_uniqueStephan Bergmann1-1/+1
Change-Id: I81b8bed175527bab02ffdd2fa17fa6a66c243d95
2015-09-29vcl: oops, fix windows buildMichael Stahl1-1/+1
Change-Id: I73135440321c7c9898f758cb7a921d62f2265bcb
2015-09-29vcl: Vista implies usp10.dll >= 1.600Michael Stahl1-0/+4
... claims https://en.wikipedia.org/wiki/Uniscribe - #ifdef this so it can be removed when dropping XP support. Change-Id: I9a51635cf9bb4876faf6dca011e6da9e1c2dc35d
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl4-14/+8
Change-Id: I82b982895ee422bcf5a23756df4d81c89bc47636
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl9-10/+1
Change-Id: I490841fd2c526e4ca6d6c94cc7b9dba318c932a1
2015-09-29filter: the placeware filter is not entitled to its own createTempFileMichael Stahl1-117/+3
Change-Id: Id4f4c23eab4aaf4d0f42827a89ecf90364605d97
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-13/+15
Change-Id: If0f44ac761afdf50a8e6f5c77023ae5d74fdcad9
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-13/+12
Change-Id: I73d27e0e5a8ad0a02579c43f3fd479cb374d6bbd
2015-09-29toolkit: convert alloca() to std::unique_ptrMichael Stahl2-6/+4
Change-Id: Ie50b4a1a189fffdaa6a0b26040c2e7c4cc42cd69
2015-09-29sax: remove obsolete XML_UNICODE codeMichael Stahl1-40/+0
Change-Id: Ib5b9b7dc01b713554cf33f58f8fe2f97cb32c369
2015-09-29vcl: remove alloca() in UniscribeLayout::GetCaretPositions()Michael Stahl1-1/+1
Change-Id: I0caab3b69b10aba6a5d45a11f8e9724b4d3c6d83
2015-09-29basic: more plausible build fix than e5a8eb9eMichael Stahl1-1/+1
Change-Id: I26fd8a76a17386de73fa12058509ccee7e768512
2015-09-29fix dbgutil buildCaolán McNamara1-1/+1
Change-Id: If2a9d330bd7fde8db5e998e97c278fb19c90f24a
2015-09-29Remove newly meaningless commentStephan Bergmann1-1/+1
...after d35adb0835eb57ca6ef0576781a87d829c2689d0 "Retain the original project name" Change-Id: I9b351c79914bf31f2afcc69f3888fee9ea8b10ed
2015-09-29boost->stdCaolán McNamara1-1/+1
Change-Id: I26a4ac92e05f4c6ee46f32acb59fcd39d7dc2ac4 Reviewed-on: https://gerrit.libreoffice.org/18890 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-09-29Take care of ~ViewShellBase -> ~FormShellManager -> ViewShellBase::...Stephan Bergmann1-0/+2
...ViewShellBase::GetEventMultiplexer call sequence, where OSL_ASSERT(mpImpl->mpEventMultiplexer.get()!=NULL); would call on an already stale ViewShellBase::mpImpl if ~FromShellManager were only called from within ViewShellBase::~Implementation instead of directly from ~ViewShellBase. (Needed to unbreak <https://gerrit.libreoffice.org/#/c/18890> "boost->std" on Mac OS X, where libc++ presumably nulls a std::unique_ptr early in ~unique_ptr.) Change-Id: I179e0d12cc049f33b5724673b65f84d7f7c3d059
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht73-352/+356
replaced use of PTR_CAST, IS_TYPE, ISA in avmedia, basctl, basic, cui, dbaccess, vcl,xmloff Change-Id: If4496762e82e896b6fbc362e6626502703c245f5 Reviewed-on: https://gerrit.libreoffice.org/18905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-09-29Work around odd -Werror=strict-overflowStephan Bergmann1-1/+1
"sc/source/filter/oox/pivotcachebuffer.cxx:401:45: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false" at least with "g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)" and --disable-debug Change-Id: I1d267b2947f04b84f73da2b1458d316397e2374e
2015-09-29lokdocview: Reset view completelyPranav Kant1-0/+37
Resetting tiles only is not enough. We need to empty stale selection rectangles, handle bars, cursor positions etc., so that they do not interfere with next view to be opened using same widget instance. We are not destroying the document here, so the widget would still point to the same document unless it is made to point to another document by subsequent lok_doc_view_open_document calls. Change-Id: I3c7cc789c8c7393b3793b4edf6aa96d54bc0b1a3 Reviewed-on: https://gerrit.libreoffice.org/18866 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-09-29the only use of non-null pData in PostEvent is with a ImplSVEventCaolán McNamara2-2/+2
Change-Id: Id843c886cc9a029f37eab53a95497707060c3ada
2015-09-29coverity#1325059 Argument cannot be negative bodgeCaolán McNamara1-0/+6
Change-Id: I9bae22c7420247a26f0fe73e6c4e590471f19b0e
2015-09-29coverity#1325060 Argument cannot be negative bodgeCaolán McNamara1-0/+6
Change-Id: Iee72d75a5609aa6e1098723ff62928bd47b42072
2015-09-29starmath: tdf#93240 replace boost::ptr_vectorTakeshi Abe2-10/+11
with std::vector<std::unique_ptr> Change-Id: I72f96b08273c73cbd11c7796c34a45b262325209 Reviewed-on: https://gerrit.libreoffice.org/18820 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-29missing a PostEvent apparentlyCaolán McNamara1-1/+1
Change-Id: I54c39d23007d079fc9fdedf68c81c7eba64baea0
2015-09-29-Werror,-Wunused-variableStephan Bergmann1-1/+0
Change-Id: Ice39e95596c5fcd9b3b728ef0064161898f27fb5
2015-09-29retain type for another levelCaolán McNamara11-11/+12
Change-Id: I4017e5404c99d37b36988f1d7a8ce17e42010070 Reviewed-on: https://gerrit.libreoffice.org/18913 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-29coverity#1242658 Untrusted loop boundCaolán McNamara1-14/+18
Change-Id: I0a279e47a4d87f561f39d5a8ca65fa17e2bc4a65
2015-09-29fix coverity#1325071Caolán McNamara1-0/+1
Change-Id: I36e2e15b3c01c3d648feb23d8c886ea26301a5fd
2015-09-29coverity#1325077 Uninitialized pointer fieldCaolán McNamara2-6/+5
Change-Id: I74121c1cc94edf338cf40a3d186308491e1d2409
2015-09-29coverity1325072 Resource leakCaolán McNamara1-2/+2
Change-Id: I78db1f189d4773ba2ced52fee82add2344b7435e
2015-09-29coverity#1325071 Resource leakCaolán McNamara1-3/+9
Change-Id: If045233eeb0d8f6fab89dff4c4307a3b8bde5a92
2015-09-29coverity#1325070 Resource leakCaolán McNamara1-5/+5
Change-Id: I9ae845f1350095e5049ca4e56956fe9f5c7c918f
2015-09-29coverity#1325069 Resource leakCaolán McNamara1-1/+1
Change-Id: Ie02b77e17403474c65fbafa9ee2aa17bf0132417
2015-09-29coverity#1325068 Resource leakCaolán McNamara1-0/+1
Change-Id: I608140eb05703f6f0cf2920be7ed706ef30e2a7d
2015-09-29coverity#1325067 Resource leakCaolán McNamara1-1/+6
Change-Id: I1db24c81a2698ff49dd2441ddd1bc94a1a3e6f58
2015-09-29coverity#1325066 Resource leakCaolán McNamara1-3/+3
Change-Id: I8065898bcce11f8b0243aea23854edee6fb05595
2015-09-29coverity#1325065 Resource leakCaolán McNamara1-2/+2
Change-Id: I87550b4972f65a34632f0cfe02eba1dc9fe22640
2015-09-29coverit#1325064 Resource leakCaolán McNamara1-1/+6
Change-Id: Iaf0798fdddf38698816dba6a1c512d8ce3a4db39
2015-09-29coverity#1325063 Resource leakCaolán McNamara1-1/+2
Change-Id: I45f4f770a64d27ee5f5b323fa7079958b224fbac
2015-09-29coverity#1325062 Resource leakCaolán McNamara1-2/+4
Change-Id: I111b7d2f9fc0a15c07b2393acefde26e54065dc1
2015-09-29coverity#1325061 Resource leakCaolán McNamara1-3/+3
Change-Id: If680e1f9236ab6c1eb43f3d234cf36ef00442079
2015-09-29coverity#1325058 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: I6290ab4a5951ada1588b9b7641b7e047cc82a9ee
2015-09-29coverity#1325057 Dereference after null checkCaolán McNamara1-5/+6
Change-Id: I561751aa08831d65dd1762ffcd80b4ae9ff04a7d
2015-09-29coverity#1325056 Unchecked dynamic_castCaolán McNamara1-6/+5
Change-Id: I34989b976f06627ce38cb7db11a96b85b1b89b4e
2015-09-29coverity#1325055 Unchecked dynamic_castCaolán McNamara1-2/+1
Change-Id: Ib4017c3e771ed62a92328aced105c70159a2f1e2
2015-09-29coverity#1325054 Explicit null dereferencedCaolán McNamara1-1/+1
Change-Id: I1378d822e03218a3a4c2ae1d08b11a00b15287f6