summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2015-02-12fix tdf#85027 Add button to StatusBar: Fit page to windowRodolfo Ribeiro Gomes
Change-Id: Ibc6d2b8d3699caa0ba2baa51dbbf357f935fe5b2 Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br> Reviewed-on: https://gerrit.libreoffice.org/14363 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-12draw/impress - zoom in/out to the mouse positionRodolfo Ribeiro Gomes
Change-Id: I2bff851c683fdffe9a6074fedc2f2151650f79da Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br> Reviewed-on: https://gerrit.libreoffice.org/14307 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-12partial fix tdf#86611 (item #5) Draw statusbar tipRodolfo Ribeiro Gomes
Change-Id: I5096c5ea1272e16969f9572ed40c60cdb9378b57 Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br> Reviewed-on: https://gerrit.libreoffice.org/14308 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-09android: In Impress, switch to the 'Normal' (slides) view.Jan Holesovsky
Other modes are not fit for the tiled rendering, and crash the viewer. Change-Id: I6fb17663203d9eb298bba2b9bd143fdd28ffb470
2015-02-07fdo#87706 correct object/image styles dialog title and tooltipYousuf Philips
Change-Id: I36bcd859e5b3da933ed1cd1c54b34b71ca9f52d2 Reviewed-on: https://gerrit.libreoffice.org/13673 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2015-02-07loplugin:deletedspecialStephan Bergmann
Change-Id: Id38a70a88cf03413763f3feaefb07d2e748a6ba8
2015-02-07tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás
Regression from: 6419c745e5e9802da264250d5e131fb9a3b6e4de Revert it and use IsEmpty() instead of operator!(). Change-Id: Icc4f5dbba848a1d4ef807e598f0aa3b940459c82
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
and boost:make_shared->std::make_shared Change-Id: Ic1e187c52c856a7b27817967b2caa8920f23a98d
2015-02-05No need for rtl::Reference hereStephan Bergmann
Change-Id: I9c31d91dab2bc47148c0439947c331e411159891
2015-02-05Don't hold refcounted objects by naked pointerStephan Bergmann
(and no need to hold css::uno::Sequence objects by pointer either). Regression from e537d227d3a801076aff98c113650942fb6b3699 "hard to find accidental leaks with all the deliberate ones" caused JunitTest_svx_unoapi to sometimes crash. Change-Id: I3579c4bbac58d7e341c8acb52dd3f0f06f7b2245
2015-02-05Updated all precompiled headers.Ashod Nakashian
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-04hard to find accidental leaks with all the deliberate onesCaolán McNamara
so make these globals belong to the SfxModule which gets torn down before exit Change-Id: Iad655f8726ba6784a5d606ef469522950906360a
2015-02-04coverity#1265801 Dereference null return valueCaolán McNamara
Change-Id: I7ac111ad66dd51d13df866bac4396cdb2aecb27e
2015-02-03Typo: selction/slection -> selectionJulien Nabet
Change-Id: I3f405d9525d3afb6534166fd733cabf7779a2846
2015-02-03valgrind: fix leakCaolán McNamara
==1739== by 0x7A93F1C: SfxUInt16Item::Clone(SfxItemPool*) const (in core/instdir/program/libsvllo.so) ==1739== by 0x7047E11: SfxShell::PutItem(SfxPoolItem const&) (shell.cxx:196) ==1739== by 0x27FCA298: SdModule::GetSdOptions(DocumentType) (sdmod.cxx:172) none of the other uses of pCache->SetState clone, and I don't see why this one does. Change-Id: I7d3cf6969c433c890776dfbcc1dc57d72420b6e2
2015-02-03callcatcher: shave off some moreCaolán McNamara
Change-Id: I8ed7028f865bd4a6425859ab3b57ed8e928a78e4
2015-02-02coverity#1267659 Logically dead codeCaolán McNamara
Change-Id: I0130c70a281e1ea6a82aa4f41be4b4f0b473a958
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088
2015-02-02coverity#735323 Unchecked return valueCaolán McNamara
Change-Id: I907b2fb0024b104cc008cbf4c75f30513c7eb57d
2015-01-30coverity#1267671 Dereference after null checkCaolán McNamara
Change-Id: I48fe04973732807eca43eaeeba716622318abf6d
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
i.e lots now able to be detected after... commit b44cbb26efe1d0b0950b1e1613e131b506dc3876 Author: Noel Grandin <noel@peralex.com> Date: Tue Jan 20 12:38:10 2015 +0200 new loplugin: change virtual methods to non-virtual Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d
2015-01-28remove unused typedefsNoel Grandin
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann
Change-Id: Ife0151a04477ce30bb132e6dfae9f4d3a74bf4b0
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
...by adding some further SAL_DLLPUBLIC_RTTI type annotations (cf. b4f6b26b5a1a78fecfa95ec2eb7ac8b80495d8aa "SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM") and by making sure relevant function types do not use incomplete types in their parameter and return types (which would make the RTTI hidden). Change-Id: Id7aadcbc0704b9759968ae36266fc9ce11a2e340
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl
Change-Id: I443f73fab48f1b66b38e2c77af0fe89f99ee4cd0 Reviewed-on: https://gerrit.libreoffice.org/14142 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
2015-01-24coverity#1265802 Dereference null return valueCaolán McNamara
Change-Id: I1ad3470410ef3a1f4f06033c89da9adcb640b7e0
2015-01-24coverity#1265803 Dereference null return valueCaolán McNamara
Change-Id: I4e565d9b5a416e7f4f435c75a715dad09c4e7e26
2015-01-24coverity#1265806 Dereference null return valueCaolán McNamara
Change-Id: Iaf8d1f570b6f343d841327c379d5424ea64cda31
2015-01-24coverity#1265809 Dereference null return valueCaolán McNamara
Change-Id: I9926fa66c99009403e5a4b90e30954f3330bba1c
2015-01-24coverity#1265810 Dereference null return valueCaolán McNamara
Change-Id: I3e99cfd189bae3ed37979dbbb69219b2649a9243
2015-01-24coverity#1265811 Dereference null return valueCaolán McNamara
Change-Id: I975c8c28f00b364f57366ea2847f8bd155c12733
2015-01-24coverity#1265808 Dereference null return valueCaolán McNamara
Change-Id: Ib4ba32315a12a25ed5b9c4df5d6f88ee0400d054
2015-01-24coverity#1265801 Dereference null return valueCaolán McNamara
Change-Id: I3cde11175ea07c6ce0b2828250fc3d942a41066c
2015-01-24coverity#1265798 Dereference null return valueCaolán McNamara
Change-Id: Ic4a9a42bafdc72be3de067b5f47dc98f0250f575
2015-01-24coverity#1265797 Dereference null return valueCaolán McNamara
Change-Id: Ief4e7898cfb8b5ab65e6dba39d04306637b776b4
2015-01-24coverity#1265795 Dereference null return valueCaolán McNamara
Change-Id: I3ad219b1729a7a4b2f3e52cd6ac0243a419bc632
2015-01-24coverity#704751 Explicit null dereferencedCaolán McNamara
Change-Id: If95204a7e8e47ef62599da3374b6a2908e495493
2015-01-23typo: langugage -> languageAndras Timar
Change-Id: Ifabd5a7851946b3e4109e22e6e9a1ff34575c1e5
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
Change-Id: I8a2785e90dae7edacb6dfb3e4362e5fb6a981b0e
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann
Change-Id: I3562efaab55655bc758fe94090b2b6d05b548098
2015-01-21has_focus is not implemented, remove usesCaolán McNamara
Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4
2015-01-20Related: ooo#34420-1.sxi concealed divide by zeroCaolán McNamara
on this and about 30 other documents where the NaN result is cast back to a long, giving rise to an assert in vcl/source/outdev/map.cxx:391 of long int ImplLogicToPixel(long int, long int, long int, long int, long int): Assertion `std::abs(n) < std::numeric_limits<long>::max() / nMapNum / nDPI' failed. Change-Id: Ia87e4ee6bbf0f10b7eba513e9a5ba3c42440d181
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara
Change-Id: I665cde5d4c89443238efb283c86277dedf621197
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák
So far it's been always disabled, with the exception of the slide preview extension. Change-Id: Iaee6fe2d5267c9dfdc31cbf4fb90a9ac0e08e781
2015-01-17rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl
This thing was starting a timer that re-starts itself forever, and when the file it was watching changed, it would just assume the drawing objects were still there (and the document, for that matter...) Change-Id: I35f187f0828097a05618dc1733dce819fc6bffc6
2015-01-16fdo#88339 Fixed Draw/Impress constrained image movementTrent MacAlpine
Change-Id: Ib45cb3167acfd4f409b05a0e1b8d37af36fd6725 Reviewed-on: https://gerrit.libreoffice.org/13900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-16remove unnecessary parenthesesNoel Grandin
left over from "SVStream operator>> to Write method" conversion Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
if we didn't make use of them. Change-Id: Iee1c2fef5966a614b068c832bf8c6b51973b4c8a