summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-08convert MEDIA_COMMAND constants to scoped enumNoel Grandin
Change-Id: Id3731144fab89cdab9a6f66d78a1ebe1ebd4f61c Reviewed-on: https://gerrit.libreoffice.org/15652 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-08rename these scope lock guards, no logic changeCaolán McNamara
Change-Id: Ib1ec9c07ef38e22d739e80693eeb2d52e8e3b5f7
2015-05-08tdf#78834 enable localized system dialogs on OS XAndras Timar
Change-Id: I37f5b183b36f2a3077f591162402ddd83e4a46d4 Reviewed-on: https://gerrit.libreoffice.org/15673 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-05-08vcl: more VclPtr debugging docs in the README.lifecycle.Michael Meeks
Change-Id: I49d06d54157e1e7c5b7ce2aa3f8917763de6826d
2015-05-08tdf#91125 - nail a clutch of calc modeless dialog lifecycle issues.Michael Meeks
Good idea to hold a reference after creation. Change-Id: I450c415259c4011c8b3fb8be715e55643765d9db
2015-05-08loplugin:staticmethodsStephan Bergmann
Change-Id: Ic93e560641f1ec1c5fc316ed126617c6d99ab5b5
2015-05-08tdf#91128 - Dockwin post-dispose crash fix.Michael Meeks
Change-Id: I46252c272d45209f8cb3fd072df4109440d3fcae
2015-05-08there's another ExecuteInfo in swCaolán McNamara
Change-Id: Id72d3cdfa8b0d5e62fc04ddc464069ac58df0f58
2015-05-08loplugin:staticmethodsStephan Bergmann
Change-Id: Ie3629a14c7a15a0f5f93a4bfc663a2bb52a8735d
2015-05-08Unused oox::AttributeList::getUnsignedHex() variantMiklos Vajna
Change-Id: I4ec0cd4781aaa905f734b15ba4eff7819ca01082
2015-05-08dbaccess: handle URL mark as StreamRelPath in ODatabaseContextMiklos Vajna
With this, dbaccess can not only load .odb files, but also other ODF packages as well, as long as the URL's mark (the part after the "#") contains under what namespace the real .odb is. This will be used for embedding data source definitions into .odt documents by Writer in a bit. Change-Id: Ic1e922418c185fd6ec49d442a3419b80c9a6c76a
2015-05-08dbaccess: handle StreamRelPath in ODBFilter::implImport()Miklos Vajna
Change-Id: I8a4d21f8bef272a6cdb5a72da274e65516c36617
2015-05-08callcatcher: update unused codeCaolán McNamara
Change-Id: I8563922204d3ec93bf138cbd1aaba620c0215bf7
2015-05-08Clarify the usage message a bitTor Lillqvist
Change-Id: I6ae2f5c12ae5c20fd2f33bff639129dd303c3c20
2015-05-08lopluign:implicitboolconversion: warn about conversion from sal_Bool etc., tooStephan Bergmann
Change-Id: I5bc23a2b599742c579ad82c1b1f68df130ac426b
2015-05-08XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann
Change-Id: Ic36339fbb78a6ac3233f3d75a1309cf1b0642fe0
2015-05-08Booleans are logged via sal_uInt32 hereStephan Bergmann
Change-Id: I4c684903952fbfdaad52cabc135625a89b55c75a
2015-05-08Use bool instead of intStephan Bergmann
Change-Id: I1a2d59b9a93223ad884f7a495281ec33163528ca
2015-05-08Use bool instead of intStephan Bergmann
Change-Id: Ib5920745f9f464493b7b134f871e090726d17d0c
2015-05-08css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann
Change-Id: I6ca98540a623f921f8d05e71dc67b64948467f52
2015-05-08Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann
Change-Id: I6757f2bc7e8b4ff9d7b3ebda88da35a5d7b93655
2015-05-08Clean up checks of sal_Bool valuesStephan Bergmann
Change-Id: Ia05565077823d6efaeaeb35d3d80b51dd9a10d4c
2015-05-08read_percent returns ProgressStatus, not sal_BoolStephan Bergmann
Change-Id: I6e1c1f88b28db2728b2f29ea47c3e86ef8983697
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann
Some uses of untyped Link<> (returning sal_IntPtr) are hard to update to typed versions, but upcoming changes to loplugin:implicitboolconversion would flag these uses of sal_False/True, so just explicitly cast them to sal_IntPtr for now. Change-Id: I654e555e85faba0b30178c978e7d50fc7240b004
2015-05-08I very much assume this wants to call java.io.Reader.readyStephan Bergmann
...seeing that there is no java.io.Reader.available. (And then, there's no good way to map from java.io.Reader.ready's boolean value to css.io.XInputStream.available's long value, so conservatively map true to 1.) But I have no idea how to trigger this code. Change-Id: I18d12e0d968141410a1b56e700ed544edceda97c
2015-05-08Fix Boolean value operationsStephan Bergmann
(css.sdbc.ColumnValue.NULLABLE happens to be 1, so the odd comparison is harmless and redundant.) Change-Id: I6b64cc083e72198c71e4e38ec4347f79af924621
2015-05-08GLEW_EXT_texture_array is of type GLboolean alreadyStephan Bergmann
Change-Id: I8348a5e5c13a6628ad543652e50bac0432b2b7be
2015-05-08jboolean-related clean-upStephan Bergmann
Change-Id: Iecd03d0343b9b7c3a8b23b5a1e9654148b94d44c
2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann
...to cater for forthcoming loplugin:implicitboolconversion improvements Change-Id: I88c0c4681137022005c3a4c418e91cb17bc17148
2015-05-08gtktiledviewer: unused pFileNameMiklos Vajna
Change-Id: I30cd9d8adffbdf9d7451bca0c09aa56639379486
2015-05-08Also mention exception typeStephan Bergmann
Change-Id: I3ba60fd0ff8f4ed0a2683986cec7bdb25a837c18
2015-05-08convert SHOWDIALOG_ID constants to scoped enumNoel Grandin
Change-Id: I58fffa7345f6b5050b8a1b3ac1022c630e64dbb4 Reviewed-on: https://gerrit.libreoffice.org/15651 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-08Revert "fix for older gcc"Thorsten Behrens
Superseded by 7ad4e562b462af22a1c29c955293238cdb30267b This reverts commit fbd85c25ba90b8db461555d735ab8b13f52d01ee.
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann
Change-Id: I6736383ad0ec5c9f2ea2281bfdcfa280cd712032
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann
Change-Id: I47a35813fddcb90497b621a96bafe74969dc90d0
2015-05-07Clipart - PNG files optimized.Andrew
Lossless optimisation of PNG image files in clipart Gallery. Total saving of 887 KB ! Used ImageOptim.com and custom tools ('pngslim'). - Arrows: Saved ~44KB out of 189KB. ~23% per file on average (up to 38%). - Computers: Saved ~17KB out of 242KB. ~7% per file on average (up to 11%). - Education: Saved ~142KB out of 804KB. ~18% per file on average (up to 36%). - Environment: Saved ~197KB out of 1.3MB. ~14% per file on average (up to 23%). - Finance: Saved ~67KB out of 695KB. ~10% per file on average (up to 37%). - People: Saved ~280KB out of 2.7MB. ~10% per file on average (up to 15%). - Transportation: Saved ~141KB out of 1MB. ~14% per file on average (up to 15%). Change-Id: I1812ae84e5672d49a7798dc44f518c1d6cd70ec1 Note: These should ultimately be replaced with original (/improved) SVG vector artwork. Signed-off-by: Andrew <dent.ace@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/15669 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-07tdf#91073 - hold a reference on the floatwin in UserEvent handler.Michael Meeks
Change-Id: I6f8b8681643448d2b335c9f16d63a75cbd43f854
2015-05-07tdf#90935 - calc / sort dialog fixage.Michael Meeks
Change-Id: I9b33d2a6a47ba210561317679fd8514a1b5cfd11
2015-05-07sw: unused Parent [-Werror=unused-parameter]Miklos Vajna
Change-Id: I4576837da4b908ac0393be155758b6b60afc6c45
2015-05-07sw: fix -Werror=unused-parameterMiklos Vajna
Change-Id: I67223090a2a45e9519bd29e41e3e90eb847c5c19
2015-05-07tdf#91066: Condensed Character Spacing i.e spc(negative value) is not ↵yogesh.bharate001
exported after RT. Problem Description: - Condensed character spacing i.e Spacing between characters/letters (negative value) is not preserved after roundtrip. XML Difference: XML Difference : Original: <a:rPr lang="en-IN" sz="6000" b="1" kern="0" spc="-1000" baseline="0"> After Roundtrip: <a:rPr b="1" lang="en-IN" sz="6000" strike="noStrike"> spc="-1000" is missing in roundtripped file. Change-Id: I02edbb31375c2406a6e39873b7b886f4786a3758 Solution: Added support for Condensed Character Spacing. Reviewed-on: https://gerrit.libreoffice.org/15635 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-07loplugin:vclwidgets ("OutputDevice subclass should have ..."Stephan Bergmann
Change-Id: Id2f6bbfa549fd71258b1d875fef44f1833781a3a
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers
is not used apart from getting a value. Conflicts: sc/source/core/tool/odffmap.cxx Change-Id: I26e942f6357970c6d9de27b5d5cf00b451193732 Reviewed-on: https://gerrit.libreoffice.org/15658 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-07tdf#55665: Fix a corner case OLE processingMike Kaganski
This fixes two problems with WW8Export::TestOleNeedsGraphic: 1. not testing for NULL pGraphicsStream pointer, 2. not releasing that pointer in all cases. Change-Id: I67921aec3ce0cb131359e66ee3a6a136d76952a0 Reviewed-on: https://gerrit.libreoffice.org/15667 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-07XTiledRenderable: use HWND instead of HDCLászló Németh
Cherry-picked from e1fb63bb8ed7a9bd4dbe19be0d0da7245c4a2fb2 Change-Id: I2959ea8b1213d6dade1c2567365f177bf542e075
2015-05-07Initial XTiledRenderable APILászló Németh
Cherry-picked from e2ad83e25aa86bc377b664d6d07a0b86abf487c0 Change-Id: I6dc337ec958c1e116fc9763877f331b751b64e6e
2015-05-07tdf#90935 - fix dispose ordering for tools->customize dialog.Michael Meeks
Change-Id: I1ddd3b804f82438e08ea7761a205fc4b784cdf00
2015-05-07NoParent condition reversedCaolán McNamara
regression from... commit 39078c247d31674544901f8449f5141185f79f7f Author: Noel Grandin <noel@peralex.com> Date: Wed May 6 14:07:17 2015 +0200 cleanup DIALOG_NO_PARENT, follow on to tdf#91090 remove the DIALOG_NO_PARENT abomination and replace it with a flags parameter Change-Id: I1955531b41b01623ca94155c60794ae1771849ff
2015-05-07tdf#90935 - function wizard crash fix.Michael Meeks
Change-Id: I1344e194f8fd5d2c0ffff4e8b075564df32706a8
2015-05-07Catch another erroneous 'make' constructor function.Michael Meeks
Change-Id: I4a674b44bce1f3c3f5c3de2639863ff4b4fcd41e