summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06Replace all occured, occurance etc.Takeshi Abe12-14/+14
2010-12-05cppcheck: unused variablesCaolán McNamara1-4/+0
2010-12-05cppcheck: unused variablesCaolán McNamara1-2/+0
2010-12-04Resolves: rhbz#659947 make this more robustCaolán McNamara1-1/+1
2010-11-29survice missing elementsCaolán McNamara1-1/+8
2010-11-27cppcheck: prefix instead of postfixJoseph Powers1-36/+35
One variable was assigned a value that was never used; removed the variable. I didn't check to see if the function call was required so I just left them.
2010-11-27cppcheck: use prefix formCaolán McNamara1-1/+1
2010-11-22these ones aren't candidates for RTL_CONSTAS, the args are pointersCaolán McNamara1-7/+7
2010-11-22rhbz#650170# shutdown quickstarter at end of desktop sessionDavid Tardon1-0/+35
2010-11-22simplify string initialisationDavid Tardon1-4/+2
2010-11-21RTL_CONSTASCII_USTRINGPARAM for libs-core/frameworkJulien Nabet1-7/+7
2010-11-20TL_CONSTASCII_USTRINGPARAM in libs core 25Gert Faller7-18/+18
2010-11-20TL_CONSTASCII_USTRINGPARAM in libs core 24Gert Faller58-207/+204
2010-11-20TL_CONSTASCII_USTRINGPARAM in libs core 23Gert Faller1-3/+3
2010-11-16HC Cleanup - libs-coreJoseph Powers10-46/+40
2010-11-16get this to build againCaolán McNamara12-156/+64
2010-11-12RTL_CONSTASCII_USTRINGPARAM used with nonarrayCaolán McNamara1-1/+1
2010-11-12Remove one more instance of HighContrast stuffSebastian Spaeth1-2/+0
2010-11-11add in JoeP's extrasJoseph Powers1-5/+4
2010-11-11fix compile error, presumably this is rightCaolán McNamara1-6/+0
2010-11-11Remove all traces of _HC (high contrast) from libs-coreSebastian Spaeth1-2/+1
This compiles successfully, but is otherwise only lightly tested.
2010-11-09Clean up the codeAlexander O. Anisimov2-12/+6
* Remove bogus comments * Refresh comments containing a reference to the bug tracker * Remove the comments such as "// add by zhaojianwei"
2010-11-06High-Contrast Cleanup Phase #1Joseph Powers8-152/+88
2010-10-30small startup optimizationCaolán McNamara1-7/+7
2010-10-29small startup optimizationsCaolán McNamara1-86/+86
2010-10-29small startup optimizationCaolán McNamara1-11/+11
2010-10-28add modelines to .hxx files as wellCaolán McNamara27-0/+80
2010-10-27fdo#632229# For unx set WM_CLASSes that matches the .desktop filesCaolán McNamara1-0/+86
2010-10-27remove vos reference from uno xml descriptionsNorbert Thiebaud3-6/+0
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud4-15/+10
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud38-59/+52
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud2-3/+2
2010-10-25convert OClearableGuard(SolarMutex) to SolarMutex(Clearable)Guard.Norbert Thiebaud9-121/+111
Most OClearableGuard of the Solar Mutex could be converted to a simple SolarMutexGuard. a couple of site were converted to a SolarMutexClearableGuard, were converting to a SolarMutexGuard would have made the code more convoluted.
2010-10-25Use SolarMutexGuard where appropriateNorbert Thiebaud3-19/+18
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud44-179/+179
2010-10-25micro optimizationCaolán McNamara1-9/+10
2010-10-24micro optsCaolán McNamara1-5/+5
2010-10-24Merge commit 'ooo/OOO330_m12'Jan Holesovsky1-1/+7
Conflicts: desktop/source/app/app.cxx
2010-10-22startup optimization, remove unused global stringsCaolán McNamara3-29/+2
2010-10-22startup optimization, remove unused global stringsCaolán McNamara1-6/+0
2010-10-19survive missing configuration entries gracefullyCaolán McNamara2-11/+34
2010-10-18remove non-compiled codePovilas Kanapickas3-140/+3
2010-10-18ooo33gsl11: #i115088# add a nodoc string, workaround botched define in ↵Philipp Lohmann [pl]1-1/+7
classes/resource.hrc
2010-10-14add lots more missing sal/macros.h includesMichael Meeks4-24/+5
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid4-6/+6
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth192-0/+510
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-12#i112786# make ConfigManager a well-behaved singletonCaolán McNamara2-4/+3
2010-10-11Switch to using installed branding images for the backing items.Michael Meeks2-25/+7
2010-10-11#i112582# fire focus events from ComboboxToolbarControllerDavid Tardon1-11/+22
2010-10-10squash warning. LONG_MAX is not compatible with sal_Int32Norbert Thiebaud1-1/+1