summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
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-21Fix android buildZolnai Tamás
Change-Id: Iee1d84e428a27917bbaaf0df95763794e9b4cca6
2014-03-21Try to fix win build: cant open <GL/glext.h> includeZolnai Tamás
Change-Id: I2c4bb2831e12ff45d56335ab17561ea9cf5e9921
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
2014-03-21Consistent naming: ViewContactOfOpenGL{->Obj}Zolnai Tamás
Change-Id: I6bacdba00dfd81442919bce768ef2e7a9f8ce86e
2014-03-21Extract getPageWindowOutputDevice to a common placeZolnai Tamás
Change-Id: Idef06778251d7437cfce2151c6fb9654db04d3a4
2014-03-21Convert RID_SVX_MDLG_FONTWORK_GALLERY to .uiPalenik Mihály
Change-Id: I18c02b6c1f9ea9642d3f04092f7df4dcc9d92990 Reviewed-on: https://gerrit.libreoffice.org/8689 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-03-20Resolves: #i124409# use slot SID_ATTR_METRIC...Armin Le Grand
to retrive the UI unit, not GetModuleFieldUnit (cherry picked from commit 34279ea85c33e3efd21971ab692a3de4bdd91817) Conflicts: svx/source/sidebar/possize/PosSizePropertyPanel.cxx Change-Id: Id81847bf7e989a3e49fbe8adaad23048956067df
2014-03-20Resolves: #i124425# corrected SvxMetricField::Down() behaviourArmin Le Grand
(cherry picked from commit d602017961ec03ada7cdd8c08358870dcd674555) Conflicts: svx/source/tbxctrls/itemwin.cxx Change-Id: Ic4d24c3045513e36d895098898df60da0fec487e
2014-03-20coverity#705908 Dereference before null checkCaolán McNamara
Change-Id: Ieec81451bf486f728c0867c8a68dc99e98e62192
2014-03-20svx: speed up ObjectContactOfPageView in case there is nothing to displayMiklos Vajna
Reviewed on: https://gerrit.libreoffice.org/8675 Change-Id: I8d797acb3ca9e2341c5db08b2fc409a3cd97635e
2014-03-19coverity#705262 Missing break in switchCaolán McNamara
Change-Id: I21e38364cc709defb7d3ece4a549944bfde9a9f3
2014-03-19coverity#735861 Explicit null dereferencedCaolán McNamara
Change-Id: I6aab9f94804ea3de4b7a8f17589df9ebc54be42d
2014-03-19coverity#704841 Dereference after null checkCaolán McNamara
Change-Id: I40b98b73f38c384625e3d2187684cc070fb57334
2014-03-19coverity#704838 Dereference after null checkCaolán McNamara
Change-Id: I6f2f6fce9361c26775561539c63725abfb72b25e