summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2014-04-18Resolves: #i124706# Consider the toolbar alignment...Ariel Constenla-Haile
when executing the PopupMenu (cherry picked from commit 46d6cabf120e6c1cdf4b01548f435a5ae6f72ae2) Conflicts: framework/source/uielement/popuptoolbarcontroller.cxx Change-Id: Icfccdd35c1849ea00a1ea706aedac25de794bbf6
2014-04-18and again ... geez..Eike Rathke
Change-Id: Ib74e4690de547612bbc58ad7db650cf37931d7dd
2014-04-18and againEike Rathke
Change-Id: I79fd5b90fd79f55bd80a4ab297192114aae5da42
2014-04-18why obtain the string in each iteration againEike Rathke
Change-Id: I3faf1d27bb11eeabbe91da32d35480c9381c50e2
2014-04-18why obtain the string in each iteration againEike Rathke
Change-Id: I78225a0b0b53178e6cb7d534d767f5984604e442
2014-04-18and another SvtLanguageTable instance bites the dustEike Rathke
Change-Id: I1109d1b7a403d4feb2791e758e1c0540b25029ba
2014-04-18another SvtLanguageTable instance bites the dustEike Rathke
Change-Id: I9d5ab635081539c21c84901c72f8a762f58ed409
2014-04-18FillLangItems() doesn't need an SvtLanguageTable instanceEike Rathke
Change-Id: I4c8b8b54c434343eb72fb75aae3c15038cff72af
2014-04-18Typo: s/gurantee/guaranteeTor Lillqvist
Change-Id: I8bd7ca5896931fbf18bf8ae25b62ced9b420fe39
2014-04-18Typo: s/cant/can't/Tor Lillqvist
Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca
2014-04-18Typo: s/shure/sureTor Lillqvist
Change-Id: I1c55d3ee8be06deb6d48a6ad5cd30d170c8b9dbb
2014-04-17Fix a memory leakTakeshi Abe
The stream should be freed eventually in any case. Change-Id: I5432b48de5641adc7a13a852fea49adc18bf963b Reviewed-on: https://gerrit.libreoffice.org/9016 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-16coverity#738544 Uninitialized scalar variableCaolán McNamara
Change-Id: Ife273f4e36f7d2cfc837ab6fb21796392fd45d28
2014-04-16coverity#1202950 Uninitialized scalar fieldCaolán McNamara
Change-Id: I3f3ef0f017d35bb16ecdb7638d23e6b447f7262b
2014-04-15Remove LockHelper::getGlobalMutex().Jan Holesovsky
Do what the TODO suggests - change it to SolarMutex in most cases. In some cases it is only there to guard a local static, introduce a local mutex for those. Change-Id: Idc3155818f737b958b36ee9125e2e9e8cb1b91a1
2014-04-15Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: Ie07c6c9989da444eb6052691696e95b808c23fb0
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann
...since f059134fab0f91b7a15594ad06536a13fbfae034 "INTEGRATION: CWS cppuhelpshrink: #i72766# save memory in cppuhelper, using a vector instead of a hash_map" (but a dummy "void" default is left in place for backwards compatibility). Change-Id: I3bb0af8158f34737d41c344464f3cf944e2891ed
2014-04-14update_pchThomas Arnhold
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14typo: senstive -> sensitiveThomas Arnhold
2014-04-14typo: implicitely -> implicitlyThomas Arnhold
2014-04-14typo: stoped -> stoppedThomas Arnhold
2014-04-14typo: inidcates -> indicatesThomas Arnhold
2014-04-14typo: hierarchie -> hierarchyThomas Arnhold
2014-04-14typo: befor -> beforeThomas Arnhold
2014-04-14typo: independend -> independentThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-09Remove unused functionsStephan Bergmann
Change-Id: I0f305ef5b9f13e3516b3bbf45d405fad5115521a
2014-04-07framework: sal_Bool->boolNoel Grandin
Change-Id: Ia6e87e2b382bd4005637e14088bde9e809996a25
2014-04-07coverity#706548 Uncaught exceptionCaolán McNamara
Change-Id: Ie3be6d503b50cfa86be8fff162d01a72c6b47bf7
2014-04-06Typo: s/ouer/ourTor Lillqvist
Change-Id: I0179678c6c5dd6a05b1d7d5038a901e7bf2af3de
2014-04-06Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist
Change-Id: I9582afceb5daf5993bfca1445370d8a60030c3c5
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist
Change-Id: I30a761a21a98419816c4b67258664becd79e2db1
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
Change-Id: I53689e78221f3fe074e47d6b47f1a2c3fef96222
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
Change-Id: Ia1bb2b40c74efb17e655dd6f00d7ba48c16c65ae
2014-04-03Remove redundant pure overridesStephan Bergmann
Change-Id: Ic5e50643d41c08900377a34676c2ff17977643c0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
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-04-01coverity#738544 Uninitialized scalar variableCaolán McNamara
Change-Id: Idbf32e20ce81e6b726f32183c6f5e1bf0657b5ba
2014-04-01coverity#707886 Uninitialized scalar fieldCaolán McNamara
Change-Id: Iefcdcf992f5e25643030ab94e64bd06f9fe7c7e7
2014-04-01coverity#707881 Uninitialized scalar fieldCaolán McNamara
Change-Id: I709bb47bc2cf083805cd8b058b94a763af2ab7ee
2014-03-31callcatcher: update unused codeCaolán McNamara
Change-Id: I9d8601eb66a460702530e013bf573c6482c49c0b
2014-03-30coverity#1194897 Logically dead codeCaolán McNamara
Change-Id: I4cf8d63822c4a68b7cdc126a8d76c1ce7b064655
2014-03-29typo: opend -> openedThomas Arnhold
2014-03-27framework: sal_Bool->boolNoel Grandin
Change-Id: If3276f184c63e85762fe54ce19655c30e00aeb15
2014-03-26Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I35170712b8f0c83ab35cb5ef7115a6dc434a7a4f
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-25coverity#1187652 Dead default in switchCaolán McNamara
Change-Id: Ieedec800955c0785b73caf52ff242b54246b653f
2014-03-22coverity#707872 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1dda581122caff16ab6d00a5f241d032cd021499
2014-03-22coverity#738659 Uninitialized pointer fieldCaolán McNamara
Change-Id: I5d3ebc066f36f9cdcfb031a58ecb9c64ddea26c3