summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I16b931a3383794e646ab71011510926e49da3599
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-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: Ibf7094c750c665cf14a104091e8ff148d743bccc
2014-03-27SAL_OVERRIDE, Mac OS X slideshow reduxStephan Bergmann
Change-Id: I91d21fa4ebec26eaa59aff93eb730c48b0afad45
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I667f701cdc15471d3b154c3b7e4a23487d540015
2014-03-27SAL_OVERRIDE, Mac OS X sfx2 reduxStephan Bergmann
Change-Id: Ic99184543e2c019e96622e445b56c21760bf025a
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I5d2fcf6ba90892abf55cbf61b760c2fbbe33c412
2014-03-27SAL_OVERRIDE, Mac OS X fpicker reduxStephan Bergmann
Change-Id: I02c234f36ed642b63a4a15ac4f865d8926fe081f
2014-03-27add interface for 3D stock type chart in 3D sceenMarkus Mohrhard
Change-Id: Ia7e17b64ce5f5f2320744618bb3006f4f9c2ab17
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I6eeb47699193ee024e975915011b1c3c5483bf9e
2014-03-27SAL_OVERRIDE, Mac OS X connectivity reduxStephan Bergmann
Change-Id: I9d4ef90501c9c36c77991d9521d08b327c3d0d5c
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I2ac787ff911ecc37d28fdd2ea0c2a11e31b720fe
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I4aeccc3957048a40e705654bf6b9972cc03648b6
2014-03-27SAL_OVERRIDE, Mac OS X vcl reduxStephan Bergmann
Change-Id: I25f2a79efff7b77651f7cd6c658269e9411c3bdd
2014-03-27Simplify #if blocks a littleStephan Bergmann
Change-Id: I2867917e02ef808e4f74175bc146fcbb9bcba7be
2014-03-27Plugin to warn about/fix verriding functions not marked SAL_OVERRIDEStephan Bergmann
Change-Id: I1d49aa9ad238cd5bd2e04479c2eb916f010417df
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-27Introduce INetContentType::scanStephan Bergmann
...for use in <https://gerrit.libreoffice.org/#/c/8737/> "new methodINetURLObject::getData() for data urls." Change-Id: Id381d7c328153fbea44c0efb80532b2961c6c2b7
2014-03-27Unit test for .doc import of full colour bordersLuke Deller
This test exercises the import component of commit ad51d4952dc30e0d1cdcc6037556cd7c66a61542 which adds support for full colour borders in .doc import/export. Also this test showed that page border import was not actually covered by ad51d4952dc30e0d1cdcc6037556cd7c66a61542, so that omission is fixed here. Change-Id: I6272e9b22415b5af012145e99360c5765d5aec60 Reviewed-on: https://gerrit.libreoffice.org/8759 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-03-27remove PROFILE checksThomas Arnhold
never defined, follow-up of 512de6e75d34d2144392d1e78c25446f2d0b3a35
2014-03-27sw: avoid warning C4510: WW8_TCellVer6: default constructor could notMichael Stahl
... be generated; apparently that class is never instantiated anyway, just used for casting horribly in WW8TabBandDesc::ReadDef(). Change-Id: I4265d85b43b10135b9425c58b70e42d65d7e2038
2014-03-27Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
Change-Id: I3d26325995995f658cd6adcc80e0716cfcee7de0
2014-03-28OutputDevice::EnableRTL should be virtualChris Sherlock
Change-Id: I5e89326659e018561114a2fee2532d4412c070af
2014-03-27sfx2, sc: remove macros for using Windows NT Call ProfilerMichael Stahl
Apparently this tool was available for early versions of NT; googling finds a caplib.zip from 1992 but that is missing the CAP.dll so there's no way to use this anyway. http://cd.textfiles.com/cica/cica9308/UNZIPPED/NT/CAPLIB/CAP.TXT Change-Id: I4718af0e175b78bcdad38bbca0fc9579b3b12111
2014-03-27sfx2: why is this debug stuff WNT-only?Michael Stahl
Change-Id: I8768ebc523b03a469f8b9bb49e015ca7d140fc96
2014-03-27sfx2: s/SAL_LOG/SAL_INFO/ in WNT-only codeMichael Stahl
Change-Id: I0e7c241e0ee9c7d2ace75d8a935ee068da80fb6d
2014-03-27scaddins: workaround spurious MSVC warning C4701Michael Stahl
Change-Id: I5b184a552b258e922d594cabd52c9f2bae3bb2b1
2014-03-27fix extern declarationNoel Grandin
which I missed when I did commit ffca95023020a24eaff4ece1d4c7bedd469bfb78 "sfx2/childwin.hxx: sal_Bool->bool" Change-Id: I75fe4a924cc477194453fac5386d23f23d3a1728
2014-03-27document that SfxTabDialog::bFmt is being used in a hacky wayNoel Grandin
Change-Id: Ie90e834176fd03de440739b317f23c7d8c9da795
2014-03-27sfx2/stbitem.hxx: sal_Bool->boolNoel Grandin
Change-Id: I7303d9533551fcfa7c7a99c9592402511492165a
2014-03-27add comment to method to warn other developersNoel Grandin
Change-Id: Iae27d951a80d7f5bf3c2d37693c7088f57e0e04d
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: sal_Bool->boolNoel Grandin
Change-Id: Icd78d21495f305c8f00280eee76e7262e542317d
2014-03-27basic: sal_Bool->boolNoel Grandin
Change-Id: Id4952b6f97f9e8f917fea5651dee91499d109e48
2014-03-27basic: sal_Bool->boolNoel Grandin
Change-Id: Idfe18863b2c6f60da5192d661f66e85a2bac09e5
2014-03-27xmlscript: sal_Bool->boolNoel Grandin
Change-Id: I5d0041283637dddeac86c50917d77c7e3d005b20
2014-03-27framework: sal_Bool->boolNoel Grandin
Change-Id: If3276f184c63e85762fe54ce19655c30e00aeb15
2014-03-27Avoid unused private field errorsZolnai Tamás
Change-Id: I09fd613a8e6ed8283faebeb802cc30c57ac8d37b
2014-03-27Try to fix mac build: missing boost headersZolnai Tamás
Change-Id: I20ad48dbebcf60e64c56a03160faadbb4bf4b20d
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-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás
Change-Id: I3bf9e68e1a08ff3db065ec7f4e135119b7d1a4ef
2014-03-27avmediavlc: Remove duplicated external usageZolnai Tamás
Change-Id: I2f41c13465740e5079e6af413f4c8217d6dcd36b
2014-03-27fdo#62155 - don't crash if we can't create an instance of a calc addin.Michael Meeks
Change-Id: I478d7777949683a91e7adf9fa6b54e9d01ced676
2014-03-27More compat stuffStephan Bergmann
(currently only used by a not-yet committed plugin, though) Change-Id: I4cff7eb97dbe10a44a911be9db090ea8cd10d8f0
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-27Cleanup a bit.Muthu Subramanian
Change-Id: I90e15389a76c34d6b7a93cf8b059029795ef8891