summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Collapse)Author
2014-03-29coverity#1194928 allocation too small for typeCaolán McNamara
Change-Id: I4d1a3838ef95906b69bf52ba0d04c56859201db8
2014-03-29coverity#1194927 allocation too small for typeCaolán McNamara
Change-Id: I6ddf12cee4ea6d170c791a79014bb8400ab7d779
2014-03-29typo: selektion -> selectionThomas Arnhold
2014-03-29typo: temorary -> temporaryThomas Arnhold
2014-03-29coverity#984152 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ibc4837a5c0652edcf52c58883a490467e43e6eb8
2014-03-29coverity#735510 Logically dead codeCaolán McNamara
Change-Id: I8d06dfdae79045b978ab3f477209173396b88574
2014-03-29coverity#704332 Logically dead codeCaolán McNamara
Change-Id: I63f5e59b53ce24e26b2aa6ccd5eb0551899d143d
2014-03-29coverity#704330 Logically dead codeCaolán McNamara
Change-Id: I71ab7f7f8b9695dcd3814e5c3bea62f515ffde4f
2014-03-29coverity#704328 Logically dead codeCaolán McNamara
Change-Id: I7d443e7e40a3705b36477c04902f6f0fa9944059
2014-03-28svx: fix Writer's insert -> frame crashMiklos Vajna
(regression from 6e61ecd09679a66060f932835622821d39e92f01) Change-Id: Ifd8d482031b7fce4341d488f7276620e52f549ed
2014-03-28warning C4701: potentially uninitialized local variable usedStephan Bergmann
Change-Id: I0ab3c52fa12d519c6afcbaf701dd42f69c728ff0
2014-03-28Resolves: #i120201# added forcing TableLayouter to take action...Armin Le Grand
in table undo/redo (CellUndo) (cherry picked from commit 88b1d35131b0ea44ac6ba6f7edeab82d1c29a39f) Change-Id: I407323bf6c96ad577d8fc24c82118afc6173f97d
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
(cherry picked from commit b635b4fa4e42053d30ab639643d2236a20243f62) Conflicts: comphelper/inc/comphelper/TypeGeneration.hxx comphelper/source/property/TypeGeneration.cxx cui/source/factory/dlgfact.hxx cui/source/inc/cuitabarea.hxx cui/source/tabpages/tabarea.cxx cui/source/tabpages/tabarea.hrc cui/source/tabpages/tabarea.src cui/source/tabpages/tparea.cxx drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx drawinglayer/source/texture/texture.cxx editeng/inc/editeng/unotext.hxx editeng/source/items/frmitems.cxx include/drawinglayer/texture/texture.hxx include/editeng/brushitem.hxx include/svx/sdr/primitive2d/sdrdecompositiontools.hxx include/svx/svxids.hrc include/xmloff/xmltypes.hxx reportdesign/source/ui/misc/UITools.cxx sc/source/ui/drawfunc/drawsh.cxx sfx2/source/dialog/tabdlg.cxx svl/source/undo/undo.cxx svx/inc/svx/unoshprp.hxx sw/Library_sw.mk sw/inc/doc.hxx sw/inc/format.hxx sw/inc/frmfmt.hxx sw/inc/swatrset.hxx sw/inc/unomap.hxx sw/inc/unoprnms.hxx sw/source/core/access/accpara.cxx sw/source/core/attr/format.cxx sw/source/core/attr/swatrset.cxx sw/source/core/doc/docdraw.cxx sw/source/core/doc/docfly.cxx sw/source/core/doc/notxtfrm.cxx sw/source/core/inc/frame.hxx sw/source/core/inc/frmtool.hxx sw/source/core/layout/atrfrm.cxx sw/source/core/layout/paintfrm.cxx sw/source/core/text/inftxt.cxx sw/source/core/text/porfld.cxx sw/source/core/text/txtfly.cxx sw/source/core/txtnode/fntcache.cxx sw/source/core/uibase/app/docst.cxx sw/source/core/uibase/app/docstyle.cxx sw/source/core/uibase/shells/drawdlg.cxx sw/source/core/uibase/shells/frmsh.cxx sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unomap.cxx sw/source/core/unocore/unoprnms.cxx sw/source/core/unocore/unostyle.cxx sw/source/ui/fmtui/tmpdlg.cxx sw/source/ui/fmtui/tmpdlg.src sw/source/ui/frmdlg/frmdlg.cxx sw/source/ui/frmdlg/frmpage.src sw/source/ui/inc/frmsh.hxx xmloff/source/text/txtprhdl.cxx xmloff/source/text/txtprmap.cxx Change-Id: Id3ffaa83bb5594d287f1ac8f2c1c9cf55c70946d
2014-03-28Resolves: #i124389# correct TextFrame layout for tables not...Armin Le Grand
when new text is set, but in Undo/Redo directly for performance reasons (cherry picked from commit c55d29bd33ece4b96fd8bf6babcfa4c99dfc468d) Conflicts: svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdundo.cxx Change-Id: Ie71d85357e2e8378b6df6de42f70188b861b0f76
2014-03-28Resolves: #i124389# for tables refresh TextFrame...Armin Le Grand
when OutlinerParaObject changes (cherry picked from commit 6f2ce153c4bd7350487809d87e72619d5cd9764e) Conflicts: svx/source/svdraw/svdotext.cxx Change-Id: I54e2d25a35a099f171abdb7f0c3b046c46a0421c
2014-03-28coverity#735506 Dead default in switchCaolán McNamara
Change-Id: Idb2ec83617622805a6e02662f2bc17faf38575ea
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27sfx2/stbitem.hxx: sal_Bool->boolNoel Grandin
Change-Id: I7303d9533551fcfa7c7a99c9592402511492165a
2014-03-27sfx2: sal_Bool->boolNoel Grandin
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-27sfx2/childwin.hxx: sal_Bool->boolNoel Grandin
Change-Id: I4fe18964a3178c797ce6e1fe259ec230c2de6eb7
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25Accessibility: Avoid immediate crash in ImpressNiklas Johansson
When Accessibility is active Impress immediately crashes. We need to check that mpParent isn't NULL before we try to call it's methods. This has been a problem since at least commit 7ef4a5bd51c606c70661dd303ebd1eeaec0c3834. I don't know if it is relevant to bring that back though. Change-Id: Idaa1f30685205e3a62cec2a60a14791d798391a6 Reviewed-on: https://gerrit.libreoffice.org/8748 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-25avoid repeated table layouting (fdo#75622)Luboš Luňák
With the document from fdo#75622, this saves 3775 calls and leaves only 13. e586fe4585dc07e6f6dd061d09f6a7fb0b22948c removed avoiding the call to LayoutTable(), which made loading slow. I checked that the doc from that bugreport still works, so if very original code was correct in avoiding the call sometimes, this should be ok too. Change-Id: Ia80f974d4497e5cb04612331527eb87b579ddb76
2014-03-25Revert "avoid infinite loop when setting vert. text dir."David Tardon
The problem is already fixed by 33c310b6ff9feb277c001ce61db96864baedc3bc and 1a67b7cc3d5dc3dcd0de0e247f638c33d57dea1b . This reverts commit 363119a9f2f0710a55530909330efb343d5a8bae. Change-Id: Ieac14da9f37849cd51d14ed0035b3808b8dd77c0
2014-03-25i115391 corected from isLocked to IsPasteResize which was used in modifiers ↵Armin Le Grand
for CustomShape and TextShape (cherry picked from commit 473a118a62842270b85713d0ab0dc247b5778439)
2014-03-24Resolves: #i124497# Corrected object description placeholder...Armin Le Grand
from %O to %1 (cherry picked from commit 43a49bd492248be317d16f30b5402a655769ff7a) Change-Id: I7046bc5da922c97ab9c1f63b972773782cf7c39c
2014-03-24coverity#708347 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1b47cb17c816334d6c9a3793669aa78a565629f1
2014-03-24coverity#704823 Dereference after null checkCaolán McNamara
also coverity#735867 Change-Id: I5a682739c70971ccaa681daa233a8d0a6e009c91
2014-03-24coverity#704821 Dereference after null checkCaolán McNamara
Change-Id: Ia4e204799fd6ce473ade87d9110041956408de83
2014-03-24coverity#704820 Dereference after null checkCaolán McNamara
Change-Id: I70478f2473d766bc166de642cb70c3f9cc29be69
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I8f171f7f61ea06a79183e9bf9b15b8c35c98cc9b
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: Ic765d1a28960dbeca9501852b5e84cfdfe6ac47e
2014-03-23WaE: implicit conversion from bool to 'int' [loplugin:implicitboolconversion]Tor Lillqvist
Change-Id: I7116fda40f6bc4c86b9eb5273774e928d018f64c
2014-03-23init only required itemsDavid Tardon
Change-Id: Iccbdea89fe2b5142bdd5213bb90e7656fc7eda8a
2014-03-23avoid infinite loop when setting vert. text dir.David Tardon
Change-Id: I8ff1d61af9ff383f00062894ad10efca534318bd
2014-03-23i123932 Init only needed items inArmin Le Grand
2014-03-23i123573 corrected reaction on ItemChanges for CustomShapesArmin Le Grand
Conflicts: svx/source/sdr/properties/customshapeproperties.cxx Change-Id: I9f37893bab72b2d9b9f8874f6827ca6bee5dfbe1
2014-03-23i115391 corected from SetObejctItem to usage of local SfxItemSetArmin Le Grand
2014-03-23i#115391 better support for MinTextSize settingsArmin Le Grand
... for TextShapes and CustomShapes Conflicts: include/svx/svdotext.hxx svx/source/sdr/properties/customshapeproperties.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxtr.cxx Change-Id: Ie6f490801b6887568135ed5f83c8bbe7ab6daa08
2014-03-22coverity#736831 Dereference before null checkCaolán McNamara
Change-Id: I1c7a7b0d0ded11a18aa89df167a39b374520eb36
2014-03-21Remove opengl usage from svx until we can't solve building problemsZolnai Tamás
Change-Id: I45b2e0f772f7bcc47bc2e0ce2c7639ef775b379b
2014-03-21Init an opengl context bounded to an existent window.Zolnai Tamás
Via ViewObjectContact can we query a window. It seems this window is the same which is used by chart edit mode. Change-Id: Ib6df4d58730774f3d86b453b8174a78bb2c8a45b