summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-03-27n#862510: anchorCtr controls the anchoring as well.Muthu Subramanian
Change-Id: Ib244d89a9f7d400b3891d477314cd5f0193552e0
2014-03-27n#862510: Fix text rotation.Muthu Subramanian
Fix breaks document in n#783433 - the one there is damaged - resaving it using mso 2010 should fix the problem there. Change-Id: Ib2ee7ab20489d716dc189ac6810d705763a16476
2014-03-27RTF export: handle Relative{Height,Width}{,Relation}Miklos Vajna
Change-Id: I16bef12840f45b269de18fdac4c3718ed904e1be
2014-03-26Make sure to set the RoundedEdge check box on load.Kohei Yoshida
Change-Id: Ic62e3f26b2cda28e823c465efb78a397fe781d51
2014-03-26Export RoundedEdge property to ODF.Kohei Yoshida
Change-Id: I3b20ef70dac4dc9905a169245e0b48b98a20c697
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida
Change-Id: I71fa1bf82b879a1da69ca78d53bcf8072bdfa9ae
2014-03-26Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida
Change-Id: Ia6083c423bf8286a0b562d490283f8e1328a0124
2014-03-26Add a boolean "RoundedRectangle" property to the GL 3D chart.Kohei Yoshida
Change-Id: I3cb23461718c5713c1e76d0b37d92b3e7849d13b
2014-03-26Close those <p> tags.Kohei Yoshida
Change-Id: I72ba74164e660bfbe496cc63b98e397ee1e2425c
2014-03-27show negative values correctly in pie charts, fdo#69143Markus Mohrhard
Change-Id: I2a33095f7dceb564911478a30aed1137ddacd531
2014-03-26enable the export validation for chart ODS testsMarkus Mohrhard
Don't even think about using the new skip flag for your shiny new test. If you itnroduce tests that show validation errors fix them!! Change-Id: I21bf61a113a35ca204a54d18246848a5788ae559
2014-03-26remove unimplemented methodMarkus Mohrhard
Change-Id: I28c735478142bcb438ac24482612d5fb52a65f6e
2014-03-26improve formattingMarkus Mohrhard
Change-Id: Ic174dee2b0c3005b15b30348bf6aebf20ce50fb8
2014-03-26improve validation failure messageMarkus Mohrhard
Change-Id: I1a613899d18a004149d3e637d796bc2f6687e6c4
2014-03-26handle xlsx files correctly as wellMarkus Mohrhard
Change-Id: I24d63386d158e130aeb340235d71eb05cbd679f4
2014-03-26unimplemented methodMarkus Mohrhard
Change-Id: I5820bde974a42f32c404aa2b14b410534f10db29
2014-03-26add test for improved overlap chart exportMarkus Mohrhard
Change-Id: Id1466f7a95470a7c90a7752971e126d3f4b45766
2014-03-26support negative overlapMarkus Mohrhard
Change-Id: I1ec67a8697148d650f56650c6320964ac39dfedf