summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2014-04-22Remove dead test codeStephan Bergmann
...which apparently originated as some kind of duplicate of (also, but potentially leas dead) io/test/stm/. Change-Id: Iea749b44da2482835a08c6a21b62625836f8b643
2014-04-21remove comments why a file gets includedThomas Arnhold
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-20convert select type address book page to .uiCaolán McNamara
Change-Id: I94c0ed3385e64f854875f62c32adaa066d3b1ead
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
2014-04-18create an entry point for .ui-ification of the address book wizard pagesCaolán McNamara
Change-Id: Ief87c7acacb08ee1debebea5085e9de208f29445
2014-04-17coverity#706522 Uncaught exceptionCaolán McNamara
Change-Id: If5638fa4c35a642791088f8ecda7dd0c13ac5a81
2014-04-15whitespace for include statementsThomas Arnhold
Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a
2014-04-14typo: positon -> positionThomas Arnhold
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-14better?Stephan Bergmann
Change-Id: Idacacf531d237c2c7482db85c56b58954fd04ac5
2014-04-14Missing boost_headers dependency for WNTStephan Bergmann
Change-Id: I92906de88669d629f8efd39439c4e6e0151f687c
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
Change-Id: Ie81d270267b6c3c3620ade62eb393b28d995a654
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
Change-Id: I2905e98425b9991d6138ab0adc15083d313ca445
2014-04-10It's "its", not "it's"Tor Lillqvist
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-09Whatever those odd dummy function definitions were supposed to be good forStephan Bergmann
...introduced in d2237276cb3e32493ff8f9f71e06301937434622 "INTEGRATION: CWS vcl09 (1.6.10): #109426# make rpnp.so work on Linux" without any explanation, but probably a misguided attempt at getting things working in the face of a missing libgcc_s.so or libstdc++.so (though the names used here do not match any there), and seemingly not necessary. Change-Id: Ib092d426f4acfd3ece30adb754c1bb76d4eca381
2014-04-05coverity#706530 Uncaught exceptionCaolán McNamara
Change-Id: Ic975df93535b47dfcf39b9e58e7e9728adce082b
2014-04-05coverity#706518 Uncaught exceptionCaolán McNamara
Change-Id: I2db2ba69d7aac319fa9b446766729813c09d344f
2014-04-05coverity#706520 Uncaught exceptionCaolán McNamara
Change-Id: I80c4a2fdff5bb487bc40a37da45a62cde3eaa9da
2014-04-05coverity#706521 Uncaught exceptionCaolán McNamara
Change-Id: Ibb5623097f910d011c388c9c8d429871b62bf613
2014-04-05coverity#706523 Uncaught exceptionCaolán McNamara
Change-Id: I20515693bed76163433421f7fd05b319ed472a54
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre
Change-Id: Iaca31b4e12c258b762b3d88fbad0fb08b4f1fc16 Reviewed-on: https://gerrit.libreoffice.org/8832 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-04Fix a memory leak by freeing last pBytesTakeshi Abe
Change-Id: I7d170d704fa8950057698856d12df63992e38381 Reviewed-on: https://gerrit.libreoffice.org/8822 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-04/include/connectivity/dbtools.hxx: sal_Bool->boolNoel Grandin
Change-Id: Ie1e1952e3d39d53756583482826dfc3b65b5f9e0
2014-04-04Clean up unreferenced functionsStephan Bergmann
Change-Id: Ie6560c806369a2d1698b4df43710f3aebb10ed6a
2014-04-04Remove unnecessary factory function prototypeStephan Bergmann
Change-Id: I5fd41bca54c7b716003eea92e90ddfd08ebfa95a
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
Change-Id: Ibf92b3098c50388d8b6d27f4476e613a1f8918b5
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-29typo: overrride -> overrideThomas Arnhold
All detected by SpellCode https://code.google.com/p/spellcode/
2014-03-28Dead codeStephan Bergmann
Change-Id: I05ecb627119eb545d1781fa42613e940fc22aac1
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I6eeb47699193ee024e975915011b1c3c5483bf9e
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-26First batch of adding SAL_OVERRRIDE 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: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I8f171f7f61ea06a79183e9bf9b15b8c35c98cc9b
2014-03-22coverity#738626 Uninitialized pointer fieldCaolán McNamara
Change-Id: I8468009fafff845c249bddb88417a5ceeb556fb0
2014-03-22coverity#983370 Dereference before null checkCaolán McNamara
Change-Id: I524ce73811f32b7da38ef127ee4633a2c6a9f933
2014-03-19coverity#984088 Uninitialized pointer fieldCaolán McNamara
Change-Id: I228f7c8f99b0cc3117fbeab78efbeddd74896d54
2014-03-19loplugin:passstringbyrefStephan Bergmann
Change-Id: If08dab3956da5c0ee90d6a788f6f34a936e792d7
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin
Convert code like: rTxt.match( "---", rTxt.getLength()-3 ) to: rTxt.endsWith( "---" ) Change-Id: Iada74c5e714f7234f25b326526843a36255d5599
2014-03-17Remove unused codeStephan Bergmann
Change-Id: I1690f5b88b7bd04d336a45b1d745185285e13070
2014-03-17No need for SAL_CALL hereStephan Bergmann
Change-Id: I283c883bf49e33941de33b9e58d355f683c96ea3
2014-03-17extensions: prefer passing OUString by referenceNoel Grandin
Change-Id: Ic411b2776d0c054d59bfdc847f67785c85c5cb9e
2014-03-14"prefix" and "postfix" are single wordsTor Lillqvist
Change-Id: I32824c614d070cd4649e18da4a0b91b03bccfaba
2014-03-13convert new data type dialog to .uiCaolán McNamara
Change-Id: Ia354e003903c20435947e82afa293a34a367773a
2014-03-10extensions: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
Change-Id: I234d36bc7ef9e8e27087067f6e43d7e522e52d4d
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
...deprecating com.sun.star.beans.Introspection (single-instance) service. Change-Id: Ica2e3a3541c7dcb1aab79222c5abf40d6988c882
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza
The last cases are non obvious, so it's pratically done Change-Id: Icae1da8e238f516eaed0f7fbdf96fff778eac547 Reviewed-on: https://gerrit.libreoffice.org/8445 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>