summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2014-01-21bool improvementsStephan Bergmann
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-13disentangle CalcSizeCaolán McNamara
2014-01-10Avoid code mixing bool with other integral typesStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2013-12-20Resolves: #i120358# apply patch to support properties from tab modelJürgen Schmidt
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-13UNOWindowData has been dead since the year 2000 at leastTor Lillqvist
2013-12-13Drop duplicate #includeTakeshi Abe
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann
2013-12-05Resolves: #i123795# variable names should not confuse vcl...Herbert Dürr
2013-12-04convert OutputDevice::HasGlyphs from xub_StrLen->sal_Int32Noel Grandin
2013-12-03_SV_WORKWIN is nowhereTor Lillqvist
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-15Remove unused parts of TkResMgrStephan Bergmann
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza
2013-11-07remove unnecessary use of OUString constructor in TOOLKIT moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-28remove some stray using rtl::OUStringThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-10-11remove redundant X11 linkage in toolkit.Michael Meeks
2013-10-04VCLXToolkit::reschedule(): lock SolarMutexDavid Ostrovsky
2013-10-04require OAccessibleContextHelper to be initialized with SolarMutexMichael Stahl
2013-10-02toolkit: avoid deadlock in UnoControl::setDesignMode()Michael Stahl
2013-09-17convert TOOLKIT module from String to OUStringNoel Grandin
2013-09-13String to OUStringThomas Arnhold
2013-09-03Remove more unused methodsMarcos Paulo de Souza
2013-08-27Shouldn't be removedJulien Nabet
2013-08-28sal_Bool to boolTakeshi Abe
2013-08-27Simplify a bit iterator + remove double checkJulien Nabet
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara
2013-08-24build on higher debug levelsCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-10callcatcher: update unused codeCaolán McNamara
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
2013-08-05Adapt UnoControlModel::read/writeStephan Bergmann
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane