summaryrefslogtreecommitdiff
path: root/toolkit/source
AgeCommit message (Expand)AuthorFilesLines
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-2/+2
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara1-1/+1
2012-04-07don't need this pure virtual implCaolán McNamara1-6/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-6/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-3/+3
2012-04-05callcatcher: update list, add README, remove some newly unused codeCaolán McNamara1-7/+0
2012-04-05disabled for 11 years, not like to get fixed soonCaolán McNamara1-34/+0
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-3/+3
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin2-2/+0
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-13Convert tools/table.hxx usage to std::set in toolkit module in UnoPropertyArr...Noel Grandin1-13/+13
2012-03-05fix dbgutil buildCaolán McNamara1-1/+1
2012-03-05Convert ImplPropertyTable from tools/table.hxx to std::mapNoel Grandin1-90/+45
2012-03-05Remove unused codeElton Chung1-16/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-02-24toolkit: fix module name for svt to 'merged' when using mergedlibsMichael Meeks1-1/+7
2012-02-19entirely unused UnoMemoryStream classCaolán McNamara2-109/+0
2012-02-16callcatcher: update unused code listCaolán McNamara1-36/+0
2012-02-16Clang -Wconstant-conversion.Stephan Bergmann1-1/+1
2012-02-13fix support for embedded images for basic Dialogs ( fdo#45992 )Noel Power3-33/+71
2012-02-13callcatcher: regenerate listCaolán McNamara1-14/+0
2012-02-08update unused listCaolán McNamara1-9/+0
2012-01-30refactor ConvertLineEndCaolán McNamara1-2/+1
2012-01-30CreateResMgr just takes a const char*Caolán McNamara1-4/+2
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz1-1/+6
2012-01-19Explicit type in SvStream::operator << call.Stephan Bergmann1-1/+1
2012-01-18remove unused codeThomas Arnhold1-70/+0
2012-01-16Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot12-28/+28
2012-01-16Revert RescheduleDuringAcquire, it leads to code being run w/o solar mutex.Stephan Bergmann1-1/+1
2012-01-07catch exception by constant referenceTakeshi Abe2-8/+8
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz7-8/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz4-5/+0
2011-12-08childs -> childrenMichael T. Whiteley4-36/+36
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara2-5/+4
2011-11-27remove include of pch header from toolkitNorbert Thiebaud70-131/+0
2011-11-17Forgotten #include; removed too.Jan Holesovsky1-1/+0
2011-11-17Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky18-2527/+0
2011-11-17remove obsolete layout codeFelix Zhang38-7231/+0
2011-11-15remove unused methods from layoutimplFelix Zhang10-96/+2
2011-11-15remove unused methods from layoutFelix Zhang5-317/+0
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann1-5/+2
2011-11-02remove unused methods in layoutFelix Zhang4-1352/+42
2011-10-28Remove some parenthesis for readabilityJulien Nabet1-1/+1
2011-10-27C-Style casting replaced by C++ styleJulien Nabet1-1/+1
2011-10-24fix wae "aRect uninitialized when used within its own initialization"Noel Power1-1/+2
2011-10-24activation order crashes address database (fdo#41022)julien24121-9/+4
2011-10-24Also use .NET2003 build fix for ClangKristian Rietveld1-3/+3
2011-10-07cppcheck reduce scope of var in toolkit/...fomrattedcontrol.cxxPierre-André Jacquod1-1/+1