summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/hierarchy/hierarchydata.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-27/+22
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin1-2/+2
2016-04-05loplugin:constantparam in ucbNoel Grandin1-5/+1
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2015-11-17use unique_ptr for pImpl in ucb/Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-33/+16
2015-11-04yyyyyNoel Grandin1-20/+11
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-5/+5
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-10/+10
2015-08-07cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+5
2014-04-30ucb: sal_Bool->boolNoel Grandin1-56/+56
2014-02-26Remove visual noise from ucbAlexander Wilms1-32/+32
2014-01-28coverity#440872 Dereference before null checkCaolán McNamara1-7/+4
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-7/+7
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-55/+55
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin1-7/+7
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-4/+4
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-05-31targeted string re-workNorbert Thiebaud1-39/+28
2012-01-18Fix for fdo43460 Part L getLength() to isEmpty()Olivier Hallot1-5/+5
2011-11-27remove include of pch header from ucbNorbert Thiebaud1-2/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-51/+27
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-0/+0
2010-11-13 Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-coreGert Faller1-19/+19
2010-10-20WaE: I'm informed this is the intended resultCaolán McNamara1-1/+3
2010-10-20WaE: fix missing returnCaolán McNamara1-2/+1
2010-10-18remove non-compiled codePovilas Kanapickas1-33/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-10INTEGRATION: CWS changefileheader (1.27.72); FILE MERGEDRüdiger Timm1-46/+18
2007-06-05INTEGRATION: CWS bgdlremove (1.26.40); FILE MERGEDIvo Hinkelmann1-193/+210
2006-09-17INTEGRATION: CWS pchfix02 (1.25.20); FILE MERGEDOliver Bolte1-2/+5
2006-06-20INTEGRATION: CWS warnings01 (1.24.10); FILE MERGEDJens-Heiner Rechtien1-6/+6
2005-09-09INTEGRATION: CWS ooo19126 (1.23.94); FILE MERGEDRüdiger Timm1-47/+21
2004-05-10INTEGRATION: CWS relocinst (1.22.134); FILE MERGEDJens-Heiner Rechtien1-12/+52
2002-09-27#82433# - Support for links with empty target URL.Kai Sommerfeld1-121/+97
2001-07-06#87904# - Fixed: New hierarchical name string format (MUST change for SUPD>637).Kai Sommerfeld1-4/+42
2001-07-06#87904# - Fixes related to new name string format (MUST change for SUPD>637).Kai Sommerfeld1-91/+77
2001-07-04#87904# - New hierarchical name string format (MUST change for SUPD>637).Kai Sommerfeld1-11/+81
2001-07-03#88922# - Initial revision.Kai Sommerfeld1-71/+53
2001-06-28#88922# - Changed parameters for config access creation according to service ...Kai Sommerfeld1-5/+8
2001-06-25#87189# - New error handling.Kai Sommerfeld1-54/+55
2001-03-21Code cleanup.Kai Sommerfeld1-51/+52
2001-03-01use lazy writing for the ConfigurationUpdateAccessDirk Völzke1-9/+49