summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Collapse)Author
2010-12-13Change unnamespaced file.hxx macrosAndy Holder
2010-12-11cleaning of __EXPORT defineGert Faller
2010-12-09finish cleanup of missing icon handling codeJoachim Tremouroux
2010-12-06remove obsolete __FAR_DATAMichael Callahan
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-12-01cppcheck: uninit memberCaolán McNamara
2010-11-28cppcheck: can use prefix variantCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 22Gert Faller
2010-11-24fix invalid XMLDavid Tardon
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 08Gert Faller
2010-11-17libs-gui HC cleanup and .bmp fixJoseph Powers
2010-11-17Remove HC throbber image usageSebastian Spaeth
2010-11-16Remove reference to _HC.hrc file that has just been removedSebastian Spaeth
2010-11-13Purged BmpColorMode from libs-gui - libs-guiJoseph Powers
2010-11-05fixup embedded graphic url handlingNoel Power
2010-11-03separation of new container controls and existing Dialog control & modelNoel Power
2010-11-03tweak after rebase from masterNoel Power
2010-11-02initial import of latest cws container_controlsNoel Power
2010-11-01remove a confusing use of GetMutex() when a SolarMutexGuard is really meantNorbert Thiebaud
VCLXDevice, VCLXGraphics and derived class use a mutex that is really a reference to the SolarMutex. They declare a function GetMutex() to access tis reference to the SolarMutex, and the implementation use osl::SolarGuard aGuard(GetMutex()) to take a guad on the solar mutex. This is confusing because some other class in that framework also implement a GetMutex() function, but which this time return a regular Mutex. Since this particular use of GetMutex() is to get the SolarMutex, and invariably this is then used to take a Guard on the SolarMutex, all these uses are replaced by a SolarMutexGuard object, which encapsulate that behavior.
2010-10-28add modelines to .h and .c files as wellCaolán McNamara
2010-10-27Add character count exclusive of whitespace to document statistics part 2Mattias Johnsson
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud
2010-10-25fix missing vos::Guard creeping back-up after rebaseNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25Use SolarMutexGuard where appropriateNorbert Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-20WaE unused parameterCaolán McNamara
2010-10-20remove unused methodCaolán McNamara
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-18WaE, silence warningCaolán McNamara
2010-10-18remove dupsCaolán McNamara
2010-10-18add matching undefsCaolán McNamara
2010-10-18same ifdef inside itselfCaolán McNamara
2010-10-18replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTSKenneth Venken
2010-10-15fix fdo#30856 remove VBAForm property and associated geometry hackNoel Power
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
Conflicts: unotools/source/config/fltrcfg.cxx
2010-10-07Remove redundant #include directives & commentsJ. Graeme Lingard
2010-10-06Merge commit 'ooo/OOO330_m9'Luboš Luňák
Conflicts: toolkit/source/awt/vclxwindow.cxx
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05include rtl/ustring.hxx instead of non-existing rtl/OUString.hxxPetr Mladek
the wrong include file was newer included because of include guards
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-05refactor several SolarMutex releaser classes into oneLuboš Luňák
2010-10-04harmonized BOOL vs sal_Bool usageNorbert Thiebaud