summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2014-03-29typo: optimisation -> optimizationThomas Arnhold
2014-03-29remove weird unused CustomAnimationTriggerEntryItem::IsA()Michael Stahl
Change-Id: I57c4920ed8e4ecbe90a314ce69e5abc292763347
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl
Bump stream positions to 64 bits on: SvLockBytes::ReadAt() SvLockBytes::WriteAt() SvAsyncLockBytes::m_nSize SvOpenLockBytes::Seek() SvOpenLockBytes::Tell() SvOutputStreamOpenLockBytes::m_nPosition OInputStreamHelper::m_nActPos Change-Id: Ica3b674e0ab23a756260a51475e97a5396ecdddb
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist
Change-Id: Iaaf36d012e353f73f083c9c0ebbbb6d0953b16c8
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-28coverity#736147 Dereference null return valueCaolán McNamara
Change-Id: Ibcf624be5787b0bf8fd7b0697a4dc9377a22d825
2014-03-28Add unit test for text gradfill import.Muthu Subramanian
Change-Id: I803238fd21d1c73aae8146966a5e62e62ad48c5c
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: Ib84508c7617610ff81d3ec29bc5130048e4cecd3
2014-03-27write (no)wrap of text only for custom shapes to .pptx (fdo#71961)Luboš Luňák
Apparently checking the TextWordWrap property in DrawingML::WriteText() gives false by default for objects that do not have it set, which happens to be everything except for custom shapes, which seem to be the only ones to actually obey it. So all normal text would be exported as nowrap to .pptx and read back as custom shape that has non-wrapping text. I tried to make the property return true (which is what it should be in practice), but that appears to be an exercise in futility, or I'm not mad enough to follow the complicated property sets and whatnot. So just write it out only for custom shapes. UNO purists, if any, are welcome to change the dynamic_cast to something UNO-better if they manage without an ambiguous base class error. Change-Id: I3ed906285fde88d902ac9c801986a82a7515638b
2014-03-27SAL_OVERRIDE, Mac OS X sd reduxStephan Bergmann
Change-Id: I9b2959bf77fc79bba2f4abb09681872f6d3a4300
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: sal_Bool->boolNoel Grandin
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-27sfx2/childwin.hxx: sal_Bool->boolNoel Grandin
Change-Id: I4fe18964a3178c797ce6e1fe259ec230c2de6eb7
2014-03-27Basic UI for inserting 3D modelsZolnai Tamás
-By now only in impress. -One supported file format: gltf/.json Change-Id: I66b9cc91afeac292a19e8917f923228dc96a791a
2014-03-27Add unit test for left spacing (anchorCtr)Muthu Subramanian
Change-Id: I8fa347497c9509285c5f0422c618efcb360dbd34
2014-03-27Add unit test for text rotation.Muthu Subramanian
Change-Id: Iba4e002c461f00807f277e6032afcdaaf25ea4a2
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25coverity#738830 Uninitialized pointer fieldCaolán McNamara
Change-Id: I82b0c24957761573e0870b11b7b1ddb3553119c4
2014-03-25coverity#982466 Unchecked dynamic_castCaolán McNamara
Change-Id: I6016ab4ffd2712d62cf3a8136a7d292f06abc8dd
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-25update test filesDavid Tardon
Change-Id: I937a85fa7bda7df13e79e704973c21bfc732ba66
2014-03-24coverity#704298 Logically dead codeCaolán McNamara
Change-Id: Ic2f52bb5ec072f11c99f20455e4536bc298b47c7
2014-03-24coverity#704294 Logically dead codeCaolán McNamara
Change-Id: I347b8cfaf6d608e59dec25bb80a96ba862b3fcae
2014-03-24coverity#705857 Dereference before null checkCaolán McNamara
Change-Id: Ifb4dfec6a70e0324bd291f1555706b88e1b4d5be
2014-03-24coverity#705856 Dereference before null checkCaolán McNamara
Change-Id: Ib3d977d92dae1e621e3eecae2e6e89c16c0acbdf
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: Iaa489318f25107e91fc8133523fbd9d724493314
2014-03-23fix unit testDavid Tardon
2014-03-22coverity#983379 Dereference before null checkCaolán McNamara
Change-Id: I357e0618bf31983466566d6b36f63f7830f0a296
2014-03-22coverity#1103725 Dereference before null checkCaolán McNamara
Change-Id: Ie09af4913d3ac7681a7328c43595d01a98050a07
2014-03-22coverity#705873 Dereference before null checkCaolán McNamara
Change-Id: I50a2642d754324e49d265c9eff13233fd181b75b
2014-03-22coverity#705875 Dereference before null checkCaolán McNamara
Change-Id: I83af9cbf298c26f9cd9c9fe0a5bd576fbf65d03e
2014-03-22coverity#705876 Dereference before null checkCaolán McNamara
Change-Id: If18649ff83b7127054171f59965a66ddb27b7363
2014-03-21Related: fdo#74468 drop hard-coded 'sec' and use FUNIT_SECONDSCaolán McNamara
Change-Id: I11e2aa39d77c01446387b13ba4bc9f40b61a958a
2014-03-21Typo: femplate->templateZolnai Tamás
Change-Id: I3474ffd952baa7eb1103416b05930f8439a4f5ee
2014-03-21fdo#69878: Add [sub|super]script entry to text style context submenuKatarina Behrens
Make Impress consistent with Writer in this regard Change-Id: Ib01472d88c20f05a375b57d8a79576fc447cc250 Reviewed-on: https://gerrit.libreoffice.org/8684 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-19coverity#708133 Uninitialized pointer fieldCaolán McNamara
Change-Id: I4d835ae5d01cf29a86e3515d43b3acd4d7d2bc82
2014-03-19coverity#705874 Dereference before null checkCaolán McNamara
Change-Id: I41388981823b4e27a63aa6ecb860da8abc05f5b4
2014-03-19sfx2: sal_Bool->boolNoel Grandin
Change-Id: I73acb3a150b01114d32274a6842f6db9654b3e63
2014-03-18fdo#75328 Do DiscoveryService socket setup off the main thread.Andrzej Hunt
Change-Id: I795f365981d8e7983c9f32531c9ec2ae4793c8f4
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
2014-03-17sd: prefer passing OUString by referenceNoel Grandin
Change-Id: Ide21e1f51284fb2d4c7aaaa358417c6080b2fdde
2014-03-17n#862510: Adding unit test case for baseline=0Muthu Subramanian
Change-Id: Ia8281ddc31b653ecf47c6bb5030db74de75b2e8d
2014-03-16Fix indentationMatteo Casalin
Change-Id: I768699854c4e657e2d1b67d1a9b5ca5a925a05bd
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
2014-03-15fdo#63154 Remove some solar.h referencesAlexandre Vicenzi
Remove some solar.h from tools. Replace sal_uLong by size_t, sal_uInt32 and sal_Int32. Change-Id: I38961db046337a3ea4ef75d64afa424d81391f34 Reviewed-on: https://gerrit.libreoffice.org/8582 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-03-15sd: Add dependency on xml files package for unit tests.Matúš Kukan
At least CppunitTest_sd_import_tests needs the files. Change-Id: Ie479c3e9a1fedfb30dc0d6f358ae135ab560e6f8