summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2014-07-10coverity#1224983 out of boundNorbert Thiebaud
Change-Id: I58cf35e8729110f2488bf08d6cadc1ec428298cf
2014-07-10RID_DLG_SELECTLABELCONTROL and 3 tab pages conversion to .uiSzymon Kłos
Change-Id: Ia8b8f1cdaa2bc14e6d3249998e06b076ad4e6ae4 Reviewed-on: https://gerrit.libreoffice.org/10150 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-10use SimpleReferenceObject in extensions/update moduleNoel Grandin
to replace hand-rolled version Change-Id: I4cd74b3e95a61c32d3aa52646d654ce306791fae
2014-07-10use SimpleReferenceObject in extensions moduleNoel Grandin
to replace hand-rolled version Change-Id: Ia983f5b87c55d8e5cce6f388e0f77077b6415745
2014-07-08coverity#706531 Uncaught exceptionCaolán McNamara
Change-Id: Ibcd5d2b4124ab441a90748588d063f394b1ef372
2014-07-08No atlsd.lib in VS 2013Tor Lillqvist
Instead, atls.lib should be used also with code compiled to use the debugging runtime. See http://msdn.microsoft.com/en-us/library/bb531344.aspx which says "Atls.lib no longer has character-set dependencies or code that's specific for debug/release. Because it works the same for Unicode/ANSI and debug/release, only one version of the library is required." Change-Id: Ie39ea271513dec1084cae8d1bbf93afa286f357a
2014-07-07remove unused tab page ids nowCaolán McNamara
Change-Id: I69d7e13c8a279b3470aef8329aa50f5042c4c55b
2014-07-07RID_DLG_LISTCOMBOWIZARD tab pages conversion to .uiSzymon Kłos
Change-Id: I348a876413fa1acf2cf253784d53a0078bbedd92 Reviewed-on: https://gerrit.libreoffice.org/10043 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-05coverity#983489 String OverflowNorbert Thiebaud
Change-Id: I146844d10dc6ee147031a8ffa6fabe9e271b2bd0
2014-07-02coverity#983663 Uncaught exceptionCaolán McNamara
Change-Id: Iecfbb9b7cd1cb8507028cbaf7e39a1e401f74dbe
2014-07-02coverity#983661 Uncaught exceptionCaolán McNamara
Change-Id: Id0cecd2a6431e21c896210e255f37ba220a0941f
2014-07-02coverity#983659 Uncaught exceptionCaolán McNamara
and coverity#983660 Uncaught exception Change-Id: I509805fd6517196d505e78bcbf632d83dff01f03
2014-07-02coverity#983658 Uncaught exceptionCaolán McNamara
Change-Id: I99cb4f64b093765d0667ddcddf1f696891450a9a
2014-07-01New loplugin:stringconcatStephan Bergmann
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
2014-07-01coverity#703955 Unchecked return valueNorbert Thiebaud
Change-Id: If10c9643474620855e21caaa1fdcbbc4b7fd07ac
2014-07-01clang scan-build: various warningsCaolán McNamara
Change-Id: I4bdfb074b3cf6fcb49765322308dfa4b9ed67713
2014-06-30extensions: MSVC tinderbox wants its InternetGetConnectedStateExMichael Stahl
Change-Id: Ie5486e910ba562954ef38c83b2fa673511a9e931
2014-06-30Allow CppunitTest_extensions_test_update direct access to UpdateCheck classStephan Bergmann
Change-Id: Ifa1dafe838e0e9c5bfa4525eaa744d4851551fc8
2014-06-29Typo: beeing->beingJulien Nabet
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann
Change-Id: I4a6280f47ca3c4a77b4e42fe05d79ded7fc30ef1
2014-06-26clang: Dead initializationCaolán McNamara
Change-Id: Ieae5303e55f21044ef8e91e63c4896696cfad51c
2014-06-24more mac build fixNoel Grandin
Change-Id: I4d0f1c21aed9bbcc97f432b0f1872c508853708c
2014-06-24fix mac buildNoel Grandin
after my commit e2080e7 "new compilerplugin returnbyref" Change-Id: Iec1663507ddda009903c31aa3ceedfe5380c1962
2014-06-24new compilerplugin returnbyrefNoel Grandin
Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper
Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-19coverity#706525 Uncaught exceptionCaolán McNamara
Change-Id: I2b48e88a1041823f825f4c7e00db74285aaae39d
2014-06-17coverity#705999 Unintended sign extensionCaolán McNamara
also coverity#706000 coverity#706001 coverity#706002 Change-Id: Ib970a4956fcf8362b8e3f9ae859c374c5fc8a545
2014-06-17coverity#1223093 Uninitialized scalar fieldCaolán McNamara
Change-Id: I5519b552507ab81e51f81996835467d353277a18
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-14we can't use untranslatable strings hereCaolán McNamara
and drop the now unused helpid Change-Id: I38fb93e50e7715e05f21e08c2e8714a1a52305b8
2014-06-14we can now easily re-orient the ok/cancel/help buttonsCaolán McNamara
Change-Id: Ifc379008f545ba0c44e8c3bb18a43fc2a633dc64
2014-06-14Convert RID_DLG_MAPPING to .uiPalenik Mihály
Change-Id: I92a5778a2f4f69beb73885c2f7c78a43045986c0 Reviewed-on: https://gerrit.libreoffice.org/9779 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-13loplugin:staticcallStephan Bergmann
Change-Id: Ib8bbba8d6e3364f7474643ddb60a469497437616
2014-06-13coverity#706514 Uncaught exceptionCaolán McNamara
also coverity#706515 coverity#706516 coverity#706517 coverity#706528 coverity#706529 Change-Id: I5beb753d5cc8ed976b3c11319cc36415adebd1e6
2014-06-12loplugin:unreffunStephan Bergmann
Change-Id: Ia4eda7adc7685809b69a248f664b6a38dc3ea0e6
2014-06-12scn resource file is empty now post ui-ificationCaolán McNamara
Change-Id: Id8a6d6c4faf3101b13d84de180f8db7cab2cb16f
2014-06-12more the png into the .ui so it isn't garbage collectedCaolán McNamara
Change-Id: If0d3829bfc14c602a0167967cbe215782c75f549
2014-06-12extract gamma grid drawing to standalone widgetCaolán McNamara
so the dialog stops scribbling on itself, and instead uses a real widget for that This has to be one of our weirdest dialogs, why expend so much effort to create this dialog for the most obscure of issues. Change-Id: Ia25e6c67fb278528c6c68a1d6db74de59915fd34
2014-06-12don't use raw english stringCaolán McNamara
Change-Id: I5f34889520afb2149ba480f56d59f14d75ee50c0
2014-06-12Convert GRID_DIALOG to .uiPalenik Mihály
Change-Id: I4476559cc2e6a90b65d5bdc8169b256929f07f7e Reviewed-on: https://gerrit.libreoffice.org/9734 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-11Resurrect SaneResId in the place where it is still usedStephan Bergmann
Change-Id: I20f751f6b9fdf683566544aed4ca2ad877abc253
2014-06-11loplugin:unreffunStephan Bergmann
Change-Id: Iffc5a864954e106e1b20a86c8caddf4257ff139e
2014-06-11Reset preview boundaries on a new scannerCaolán McNamara
Change-Id: Id2830727216fa25ca5935406a74f4237276d56db
2014-06-11Changing scanners has no effectCaolán McNamara
I guess no-one ever tested with multiple scanners but it just happens that my laptops webcam is presented as a (non-functional) scanner alongside the real one Change-Id: Ie36651cfc867027ef19e272dbabe46de6c4261ee
2014-06-11extract Scan Preview code into a preview widgetCaolán McNamara
instead of scribbling over the parent dialog directly. Doing is this way allows the .ui-ification to work right. Change-Id: Ia0c33eae4cd5a4c94896436fe5a5afad8d60a577
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály
Change-Id: I1f08493cdc18f4c0691a8436368432fe4e94dec3 Reviewed-on: https://gerrit.libreoffice.org/9696 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
...and also corresponding param of CreateTabPage function type and corresponding Craete functions. There were some call sites that passed undefined "null pointer references" and SfxTabPage internally uses a pointer member pSet that is checked for null anyway. Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af
2014-06-10Filter out OS not needing -ldlBaptiste Daroussin
Change-Id: I5863de6d8b1f0fe2419ea7419b1ff90087bb513d Reviewed-on: https://gerrit.libreoffice.org/9715 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-06-09extensions: tweak quoting for Win32 makeMichael Stahl
Change-Id: I6e3524ab98ec6ffdea24be808a718b2798e44f95