summaryrefslogtreecommitdiffstats
path: root/toolkit/source
Commit message (Expand)AuthorAgeFilesLines
* save the next guy from getting caught with msvc template requirementsCaolán McNamara2012-04-241-12/+0
* Remove unused method UnoControlBase::UnoControlBase()Xavi Escriche Galindo2012-04-241-8/+0
* after 11 years it's time to forget about that to-doCaolán McNamara2012-04-181-6/+0
* Remove some unused methodsJulien Nabet2012-04-172-12/+0
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-2/+2
* callcatcher: update and remove newly unused methodsCaolán McNamara2012-04-071-1/+1
* don't need this pure virtual implCaolán McNamara2012-04-071-6/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-6/+6
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-3/+3
* callcatcher: update list, add README, remove some newly unused codeCaolán McNamara2012-04-051-7/+0
* disabled for 11 years, not like to get fixed soonCaolán McNamara2012-04-051-34/+0
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-301-3/+3
* Remove unnecessary tools/table.hxx #includesNoel Grandin2012-03-292-2/+0
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-161-1/+1
* Convert tools/table.hxx usage to std::set in toolkit module in UnoPropertyArr...Noel Grandin2012-03-131-13/+13
* fix dbgutil buildCaolán McNamara2012-03-051-1/+1
* Convert ImplPropertyTable from tools/table.hxx to std::mapNoel Grandin2012-03-051-90/+45
* Remove unused codeElton Chung2012-03-051-16/+1
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
* toolkit: fix module name for svt to 'merged' when using mergedlibsMichael Meeks2012-02-241-1/+7
* entirely unused UnoMemoryStream classCaolán McNamara2012-02-192-109/+0
* callcatcher: update unused code listCaolán McNamara2012-02-161-36/+0
* Clang -Wconstant-conversion.Stephan Bergmann2012-02-161-1/+1
* fix support for embedded images for basic Dialogs ( fdo#45992 )Noel Power2012-02-133-33/+71
* callcatcher: regenerate listCaolán McNamara2012-02-131-14/+0
* update unused listCaolán McNamara2012-02-081-9/+0
* refactor ConvertLineEndCaolán McNamara2012-01-301-2/+1
* CreateResMgr just takes a const char*Caolán McNamara2012-01-301-4/+2
* Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2012-01-231-1/+6
* Explicit type in SvStream::operator << call.Stephan Bergmann2012-01-191-1/+1
* remove unused codeThomas Arnhold2012-01-181-70/+0
* Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot2012-01-1612-28/+28
* Revert RescheduleDuringAcquire, it leads to code being run w/o solar mutex.Stephan Bergmann2012-01-161-1/+1
* catch exception by constant referenceTakeshi Abe2012-01-072-8/+8
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-067-8/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-052-2/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-054-5/+0
* childs -> childrenMichael T. Whiteley2011-12-084-36/+36
* ByteString->rtl::OUStringToOStringCaolán McNamara2011-11-282-5/+4
* remove include of pch header from toolkitNorbert Thiebaud2011-11-2770-131/+0
* Forgotten #include; removed too.Jan Holesovsky2011-11-171-1/+0
* Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky2011-11-1718-2527/+0
* remove obsolete layout codeFelix Zhang2011-11-1738-7231/+0
* remove unused methods from layoutimplFelix Zhang2011-11-1510-96/+2
* remove unused methods from layoutFelix Zhang2011-11-155-317/+0
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-111-5/+2
* remove unused methods in layoutFelix Zhang2011-11-024-1352/+42
* Remove some parenthesis for readabilityJulien Nabet2011-10-281-1/+1
* C-Style casting replaced by C++ styleJulien Nabet2011-10-271-1/+1