summaryrefslogtreecommitdiff
path: root/uui/source
AgeCommit message (Expand)AuthorFilesLines
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-8/+0
2012-08-08remove include comments and boxesThomas Arnhold2-11/+0
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-2/+1
2012-07-30Typo ressource -> resourceStephan Bergmann1-1/+1
2012-07-14Remove unused HIDsThomas Arnhold1-2/+0
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold15-50/+0
2012-07-13re-base on ALv2 code. Includes:Michael Meeks33-798/+501
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET1-1/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara2-3/+3
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold1-4/+0
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-1/+0
2012-06-27Remove unused include filesThomas Arnhold1-89/+0
2012-06-27Reduce newline bloat at eofThomas Arnhold5-125/+0
2012-06-26re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-22re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks14-337/+211
2012-06-21re-base on ALv2 code.Michael Meeks26-634/+400
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold1-8/+0
2012-06-18removed unused forward declarations of classTakeshi Abe2-6/+0
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-4/+3
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-2/+2
2012-06-01targeted string re-workNorbert Thiebaud4-19/+15
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks2-5/+5
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
2012-05-07removed unused definesTakeshi Abe1-1/+0
2012-05-07tidy ResId String/rtl::OUString cast fooCaolán McNamara9-39/+37
2012-05-03drop ensure for non-NULL pointer and use a refCaolán McNamara4-27/+8
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-26fdo#48870: Remove cookie handling code.Gábor Stefanik7-627/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-11/+4
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-04-02pointer is always non-nullCaolán McNamara3-8/+7
2012-03-23.hrc files don't need executable bitsMichael Stahl12-0/+0
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann15-30/+30
2012-02-27fix CntHTTPCookieList_impl leakCaolán McNamara1-4/+4
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann7-32/+16
2012-01-19Fix for fdo43460 Part XLIII getLength() to isEmpty()Olivier Hallot10-47/+37
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-2/+2
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann1-34/+7
2011-10-07WaE: unreachable codeTor Lillqvist1-1/+0
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+2
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara4-26/+34
2011-08-18Add prefixes for some component_getFactory functionsMatúš Kukan1-1/+1
2011-08-10convert uui to gbuildMatúš Kukan1-87/+0
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan1-17/+0
2011-07-01Do not include filedlg.hxx when not necessaryFrancois Tigeot3-3/+0
2011-06-29Replace List with std::vector< CntHTTPCookie* >Joseph Powers2-24/+10
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-14/+53